Wallpaper Engine

Wallpaper Engine

Weather on the desktop
17 kommenttia
Pros 8.4.2022 klo 11.38 
change pick my location showing wrong, cant change picture.. no option at all..
WarMachine 19.8.2020 klo 0.32 
It is showing incorrect location for me. How can I fix it?
ΛLIΣП IПSIDΞ 13.8.2020 klo 17.51 
Not working anymore?
UFOghosT 2.10.2019 klo 17.39 
HOW DO WE CHANGE THE BACKGROUND PICTURE? IT SUX!
Bmeg 10.4.2018 klo 10.15 
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.12.2017 klo 17.13 
added both, need help
b 26.12.2017 klo 16.37 
how to change the background
Mannagen 20.8.2017 klo 7.05 
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.8.2017 klo 6.28 
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.8.2017 klo 6.26 
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.7.2017 klo 15.49 
for me the wallpaper is just white and i dont know what to do
can someone please help me with that?
MasterBait 27.7.2017 klo 12.43 
is it possible to add a clock ....it'll be useful
LeaderUltraMagnus 26.7.2017 klo 10.01 
@Mannagen

Seems to work.

Thanks,
Mannagen 18.7.2017 klo 16.13 
@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.7.2017 klo 10.04 
the switch to F , dont work not sure if it was to or not , but yah i dont know C temps
Cheetah_777 23.6.2017 klo 1.20 
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.5.2017 klo 21.58 
Is there a way to change the location? Mine is displaying the wrong state and city!