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

Help: Rainmeter Skins • 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

Image


The Code:

[Rainmeter]
Update=1000
DynamicWindowSize=1


[Metadata]
Name=
Author=
Version=4.0
License=
Information=


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


[MeasureMorningEvening]
Measure=Time
Format=%H

IfCondition=MeasureMorningEvening < 12
IfTrueAction=[!SetOption MeterWelcome Text "Guten Morgen"]
IfFalseAction=[!Redraw]

IfCondition2=MeasureMorningEvening >= 12
IfTrueAction2=[!SetOption MeterWelcome Text "Guten Tag"]
IfFalseAction=[!Redraw]

IfCondition3=MeasureMorningEvening >= 18
IfTrueAction3=[!SetOption MeterWelcome Text "Guten Abend"]
IfFalseAction=[!Redraw]



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

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

Statistics: Posted by Cosmo74 — 1 minute ago — Replies 0 — Views 1



Viewing all articles
Browse latest Browse all 871

Trending Articles