
Description
Great skin. Fantastic. But there's an Error log:
!HideMeter:[mPrevDay06] not found
... because it was missing the entire [mPrevDay06] block of code. I simply looked at [mPrevDay05] and [mPrevDa04] to see what the proper lines of code were and created the [mPrevDay06] code block. Placing it after the [TodayHL06] section so it looks like this:
;-----------------------------------------------------
[TodayHL06]
Meter =image
X =r
Y =r
H =#HL.height#
W =#HL.width#
SolidCo
lor =#HL.color#
Hidden =1
;-----------------------------------------------------
[mPrevDay06]
Meter =string
MeasureName =cPrevMonthDay06
X =#pD7.x#
Y =#pW1.y#
FontColor =#PrevMonth.color#
FontFace =#PrevMonth.font#
FontSize =#PrevMonth.size#
stringAlign =#PrevMonth.align#
stringStyle =#PrevMonth.st
yle#
AntiAlias =#AA#
;-----------------------------------------------------