I have added the following code to a skin which is just a background, however, despite mHour being the correct value (I checked through "open log > skins"), the layout does not get changed. Any ideas on how to fix this?I also have another background skin which is displayed when the layout changes which code is nearly identical:Any help would be greatly appreciated ![Smiler :)]()
Code:
[Rainmeter][Background]Meter=ImageImageName=firewatch-day.jpgW=2048H=1280[mHour]Measure=TimeFormat=%HUpdateDivider=10IfCondition=(mHour >=18 || mHour <6)IfTrueCondition=[!LoadLayout "firewatchEvening"][dummy]Meter=String
Code:
[Rainmeter][Background]Meter=ImageImageName=firewatch-evening.jpgW=2048H=1280[mHour]Measure=TimeFormat=%HUpdateDivider=10IfCondition=(mHour >=6 && mHour <18)IfTrueCondition=[!LoadLayout "firewatchDay"][dummy]Meter=String
![Smiler :)](http://forum.rainmeter.net/images/smilies/ab.gif)
Statistics: Posted by ClaymoreRoomba — Yesterday, 10:44 pm — Replies 1 — Views 27