It is currently September 16th, 2024, 5:24 pm

Clock Skin Not Auto-Refreshing

Get help with creating, editing & fixing problems with skins
Cosmo74
Posts: 5
Joined: July 25th, 2024, 11:16 am

Re: Clock Skin Not Auto-Refreshing

Post by Cosmo74 »

I think it works now. I will report back... thanks

my current code:

Code: Select all

[Rainmeter]
Update=1000
DynamicWindowSize=1
OnWakeAction=[!Refresh]

[MeasureTime]
Measure=Time
Format=%H:%M:%S

[MeasureMorningEvening]
Measure=Time
Format=%H
IfCondition=(MeasureMorningEvening >= 0) && (MeasureMorningEvening < 12)
IfTrueAction=[!SetOption MeterWelcome Text "Guten Morgen"]
IfCondition2=(MeasureMorningEvening >= 12) && (MeasureMorningEvening < 18)
IfTrueAction2=[!SetOption MeterWelcome Text "Guten Tag"]
IfCondition3=(MeasureMorningEvening >= 18) && (MeasureMorningEvening <= 23)
IfTrueAction3=[!SetOption MeterWelcome Text "Guten Abend"]

[MeterTime]
Meter=String
MeasureName=MeasureTime
FontColor=255,153,0
FontSize=56
FontFace=Roboto
AntiAlias=1
W=310
H=85
X=136
Y=28R
StringAlign=CenterCenter
ClipString=1

[MeterWelcome]
Meter=String
MeasureName=MeasureWindowsVersion
FontColor=255,255,255
FontSize=20
AntiAlias=1
FontFace=Lato Bold
W=270
H=40
X=135
Y=105
StringAlign=CenterCenter
ClipString=1