Hey, I have almost completely rewritten this to reduce the code and fit it into another skin. Though I'm not sure everything works yet, until I see it change tomorrow!
The orange underline is the most likely error. But it is a much more compact skin, both visually and in code.
To be fair, I have removed the scaling and many user editable variables. But it's not too hard to find and change the colours and sizes. The only issue will be the underline, which I will get sorted, in case anyone would like to use the code.

The orange underline is the most likely error. But it is a much more compact skin, both visually and in code.

To be fair, I have removed the scaling and many user editable variables. But it's not too hard to find and change the colours and sizes. The only issue will be the underline, which I will get sorted, in case anyone would like to use the code.

Code:
[Rainmeter]Update=60000AccurateText=1DefaultUpdateDivider=-1BackgroundMode=2SolidColor=0,0,0,100MiddleMouseUpAction=[!Refresh][Metadata]Name=LEXIS Calendar Mod, Monday StartAuthor=sl23Information=Linear calendar for one week. | Originally designed by Alex Lareo (iNote Tablet UI concept design: https://lexpictura.wordpress.com/2010/01/26/unlock-screen/) and implemented by Kenz0 (LEXIS: http://kenz0.s201.xrea.com/portfolio/skins/lexis.html). Pure code updated version by PineYellow. Edited and condensed code by sl23.Version=2025.3.14License=CC BY-NC-SA 4.0[Variables]Aqua=0,255,255Orange=255,128,0White=255,255,255Yellow=255,255,0D1=MoD2=TuD3=WeD4=ThD5=FrD6=SaD7=SuWidth=17========================================; MEASURES========================================[mDate]Measure=TimeFormat=%DOnChangeAction=[!UpdateMeasure mDay][!UpdateMeasureGroup Date][!UpdateMeterGroup Date]UpdateDivider=1DynamicVariables=1[mDay]Measure=TimeTimeStamp=[mDate:Timestamp]Format=%uDynamicVariables=1[mD1]Measure=TimeTimeStamp=([mDate:Timestamp] - ([mDay:] - 1) * 86400)Format=%dGroup=DateDynamicVariables=1[mD2]Measure=TimeTimeStamp=([mD1:Timestamp] + 86400)Format=%dGroup=DateDynamicVariables=1[mD3]Measure=TimeTimeStamp=([mD2:Timestamp] + 86400)Format=%dGroup=DateDynamicVariables=1[mD4]Measure=TimeTimeStamp=([mD3:Timestamp] + 86400)Format=%dGroup=DateDynamicVariables=1[mD5]Measure=TimeTimeStamp=([mD4:Timestamp] + 86400)Format=%dGroup=DateDynamicVariables=1[mD6]Measure=TimeTimeStamp=([mD5:Timestamp] + 86400)Format=%dGroup=DateDynamicVariables=1[mD7]Measure=TimeTimeStamp=([mD6:Timestamp] + 86400)Format=%dGroup=DateDynamicVariables=1========================================; METERS========================================[Date]Meter=StringFontFace=ConsolasFontWeight=700FontSize=9FontColor=#White#,180Text=#D1# #D2# #D3# #D4# #D5# #D6# #D7# #CRLF#[mD1] [mD2] [mD3] [mD4] [mD5] [mD6] [mD7]InlineSetting=Color | #Aqua#,180InlinePattern=(#D1#|#D2#|#D3#|#D4#|#D5#|#D6#|#D7#)InlineSetting2=Color | #Yellow#InlinePattern2=([#D[&mDay:]]|[mD[&mDay:]])InlineSetting3=Size | 6InlinePattern3=( )AntiAlias=1DynamicVariables=1Group=DateX=2[Shape]Meter=ShapeShape=Rectangle 0,0, #Width#,2 | FillColor #Orange# | StrokeWidth 0DynamicVariables=1Group=DateX=([Date:X]+13.7*[mDay:])Y=-2R
Statistics: Posted by sl23 — Today, 11:12 am