Wallpaper Engine

Wallpaper Engine

Weather on the desktop
17 Comments
Pros 8 Apr, 2022 @ 11:38am 
change pick my location showing wrong, cant change picture.. no option at all..
WarMachine 19 Aug, 2020 @ 12:32am 
It is showing incorrect location for me. How can I fix it?
ΛLIΣП IПSIDΞ 13 Aug, 2020 @ 5:51pm 
Not working anymore?
UFOghosT 2 Oct, 2019 @ 5:39pm 
HOW DO WE CHANGE THE BACKGROUND PICTURE? IT SUX!
Bmeg 10 Apr, 2018 @ 10:15am 
Is there anyway to get this to live update? It seems to stay the same until you reload it or change the unit system.
b 26 Dec, 2017 @ 5:13pm 
added both, need help
b 26 Dec, 2017 @ 4:37pm 
how to change the background
Mannagen 20 Aug, 2017 @ 7:05am 
Not sure about changing the background. Realistically, it should be as simple as modifying the http lines to the location of the file you want, but in practice that isn't working as I had expected. If anyone figures it out, please post.

Thanks.
Mannagen 20 Aug, 2017 @ 6:28am 
Or you can also look for the lines at the top:

var measurement = 'cel';
$measurement = 'cel';

And change them to 'far' as well. Either should work.
Mannagen 20 Aug, 2017 @ 6:26am 
If anyone wants it to be set to fahrenheit by default, the following seems to work:

Look for the following line:
$('#forecast').append(inCel(data.list .temp.max)+"<br/>");

Add this next line just above it:
$measurement='far';

When the first line is called, since measurment is set to far, it will calculate in fahrenheit instead of celcius. This allows the toggle button to continue to work as well (for those who want to be able to switch still).

Hope this helps.
LoMaDoBl 27 Jul, 2017 @ 3:49pm 
for me the wallpaper is just white and i dont know what to do
can someone please help me with that?
MasterBait 27 Jul, 2017 @ 12:43pm 
is it possible to add a clock ....it'll be useful
LeaderUltraMagnus 26 Jul, 2017 @ 10:01am 
@Mannagen

Seems to work.

Thanks,
Mannagen 18 Jul, 2017 @ 4:13pm 
@LeaderUltraMagnus

To override the city arguement you can look for the following line in the index.js file:

$city = data.city+','+data.countryCode;

Underneath this line add a line that includes the city and the country code you need, such as:

$city = 'Palmdale,US'

If you live in a city that has multiple instances nationwide, you may have to use another means of selecting your city.
KitoAce 10 Jul, 2017 @ 10:04am 
the switch to F , dont work not sure if it was to or not , but yah i dont know C temps
Cheetah_777 23 Jun, 2017 @ 1:20am 
please make feature to put own background in, also make the font place and size customizable, like in forecast.io , otherwise , nice idea :)
LeaderUltraMagnus 5 May, 2017 @ 9:58pm 
Is there a way to change the location? Mine is displaying the wrong state and city!