It is currently April 24th, 2024, 3:54 am

Changing Wallpaper with time

Get help with creating, editing & fixing problems with skins
zaxnite
Posts: 13
Joined: November 1st, 2020, 4:37 pm

Changing Wallpaper with time

Post by zaxnite »

Hi so

Code: Select all

[Metadata]
Name=BG Changer Time
Author=Thiena
Information=
Version=1.0
License=What's This

[Rainmeter]
Update=1000
Group=NONE

[MeasureTime]
Measure=Time
Format=%#H%M
IfCondition=((#CURRENTSECTION# > 600 ) && (#CURRENTSECTION# <= 1430 ))
IfTrueAction=[!SetWallpaper "1.jpg"]
IfCondition2=((#CURRENTSECTION# > 1430 ) && (#CURRENTSECTION# <= 2000))
IfTrueAction2=[!SetWallpaper "2.jpg"]
IfCondition3=((#CURRENTSECTION# > 2000 ) || (#CURRENTSECTION# <= 600))
IfTrueAction3=[!SetWallpaper "3.jpg"]
[MeterTestImage]
Meter=Image
Imagename=""
This is the code so it changes the 1st and 3rd but doesn't change to the second image,Can someone please help
Last edited by SilverAzide on May 11th, 2021, 11:11 am, edited 1 time in total.
Reason: Please use code tags when posting code. It's the "</>" button.
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Changing Wallpaper with time

Post by jsmorley »

Works for me...
zaxnite
Posts: 13
Joined: November 1st, 2020, 4:37 pm

Re: Changing Wallpaper with time

Post by zaxnite »

sigh the 1st and third works for some reason second doesn't despite all being same location
zaxnite
Posts: 13
Joined: November 1st, 2020, 4:37 pm

Re: Changing Wallpaper with time

Post by zaxnite »

Hi so i got the problem the image was the wrong size thank you so much
I was looking at the code didn't think about the image