Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 326

Clock Skin Not Auto-Refreshing

$
0
0
I've made a Clock Skin to tell me at 9 a Clock "Guten Morgen" and at 12 a Clock "Guten Tag" and at 18 a Clock "guten Abend", but it's not auto-refreshing so if I want the current value I have to manually refresh the skin. How can I make it auto-refresh?

If I shut down the computer after 6pm and turn it on the next day at 12pm, the skin shows "Guten Abend" :(

Please help. Thanks



The Code:

Code:

[Rainmeter]Update=1000DynamicWindowSize=1[Metadata]Name=Author=Version=4.0License=Information=[MeasureTime]Measure=TimeFormat=%H:%M:%S[MeasureMorningEvening]Measure=TimeFormat=%HIfCondition=MeasureMorningEvening < 12IfTrueAction=[!SetOption MeterWelcome Text "Guten Morgen"]IfFalseAction=[!Redraw]IfCondition2=MeasureMorningEvening >= 12 IfTrueAction2=[!SetOption MeterWelcome Text "Guten Tag"]IfFalseAction=[!Redraw]IfCondition3=MeasureMorningEvening >= 18IfTrueAction3=[!SetOption MeterWelcome Text "Guten Abend"]IfFalseAction=[!Redraw][MeterTime]Meter=StringMeasureName=MeasureTimeFontColor=255,153,0FontSize=56;FontFace=RobotoFontFace=RobotoAntiAlias=1W=310H=85X=136Y=28RStringAlign=CenterCenterClipString=1[MeterWelcome]Meter=StringMeasureName=MeasureWindowsVersion;FontColor=255,153,0FontColor=255,255,255FontSize=20AntiAlias=1FontFace=Lato BoldW=270H=40X=135Y=105StringAlign=CenterCenterClipString=1

Statistics: Posted by Cosmo74 — Today, 11:57 am — Replies 3 — Views 69



Viewing all articles
Browse latest Browse all 326

Trending Articles