Deviation Actions

alias-kanas's avatar

Ultra Calendar with notes - Rainmeter

By
Published:
6.5K Views

Description

Who doesn't need a calendar  with notes ? I was awfully surprised to see that they are almost non existent in the rainmeter landscape so I took some pieces of code here and there and created this. I hope it will be useful to some people beside me.
© 2016 - 2023 alias-kanas
Comments14
Join the community to add your comment. Already a deviant? Log In

Great skin. Fantastic. But there's an Error log:

Ultra Calender Error

!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#

;-----------------------------------------------------