Wallpaper Engine

Wallpaper Engine

Forest 4K Clock and weather wallpaper
39 Comments
Lawgics 21 Apr @ 7:28pm 
If anyone else is annoyed by the two decimal points in the temperature, here's how you can round to the nearest integer:

Open Wallpaper Engine, navigate to the wallpaper, right click > Open in Explorer > assets > js > custom.js (open with Notepad).

Ctrl-F "weather-text" and you'll see 3 places that need to be rounded in this line; "temp", "low", and "high". You need to wrap those with "Math.round(x)" where you fill in the x with temp, low, or high.

E.g. Math.round(temp) and Math.round(low) and Math.round(high)

Here's the full line you can copy/paste over the original line of javascript code:
$('#weather-text').html(main + ", " + Math.round(temp) + "°F" + (hilow ? " (↓ " + Math.round(low) + "°F, ↑ " + Math.round(high) + "°F)" : ""));
Kamui 29 Dec, 2024 @ 3:39am 
Can you make a field to use coordinates instead of city and country name? I think it will be more accurate than names.
Nuh Uh 17 Aug, 2024 @ 1:20pm 
It doesn't show weather but the particles are pretty smooth
81548161 29 Mar, 2024 @ 2:27am 
Is it possible to delete Clock and weather ,leave only the wallpaper?
Kaafir 6 Mar, 2024 @ 1:29pm 
Weather isnt working for me. Nothing is coming up.
ダッシュ 15 Jan, 2024 @ 3:20pm 
weather just isn't showing up
Kommult 15 Aug, 2023 @ 9:01am 
Has problems dealing with multiple cities with the same name and country - it will select the first one in the list, which is all fine until you happen to live in a city that just so happens to not be the first in the list. Otherwise works fine.
KrilMun 24 Dec, 2022 @ 1:49pm 
Weather not working for me. I live in a city whose name appears multiple times in OpenWeatherMap. Like, literally the same city and country appear over 3 times. Doesn't the wallpaper have a disambiguation implementation?
Ardi 18 Dec, 2022 @ 4:59am 
could u make one without the clock please
woof 8 Jun, 2022 @ 11:12pm 
For those of you that want to switch the temperature from metric to imperial (Celsius to Fahrenheit): Navigate to the Assets -> js -> custom.js and open it in any editor. I simply used Notepad. Ctrl + F "metric" and change it to "imperial." While you are here you should see a line right above this that says

$('#weather-text').html(main + ", " + temp + "°C" + (hilow ? " (↓ " + low + "°C, ↑ " + high + "°C)" : ""));.

Make sure to change all the 'C's to 'F' in this line so that the temperature is displayed correctly. After this just save and restart Wallpaper Engine and it should now be in Fahrenheit!
Kai - snokie 28 May, 2022 @ 2:40am 
I dont know why but the particals only spawn in the Top Corner... is there any fix for this?
Here the Picture: https://i.snoks.net/xuTE8/GagElOgE72.jpg
Phake 22 May, 2022 @ 4:25am 
For anyone wondering how to remove the particles without breaking the clock: Go inside the particles.min file by right clicking the background in WE, "Show in Explorer". Then navigate to Assets -> js -> particles.min,js. You only need to remove a tiny bit of code. Search for "particleCreate" (using CTRL+F in most editors) and change the second occurence of it to look like this:

}, i.fn.particlesCreate = function () {},


Before

}, i.fn.particlesCreate = function () { for (var e = 0; e < i.particles.number.value; e++)i.particles.array.push(new i.fn.particle(i.particles.color, i.particles.opacity.value)) },

Hope this helps.
FromTh3nOn 16 Aug, 2021 @ 12:54pm 
was my number 1 wallpaper until the stupid flying balls were added.
MitchStarr 4 Aug, 2021 @ 8:35pm 
can you add Fahrenheit mode?
Simian 2 Aug, 2021 @ 5:57am 
Please make a button to hide the balls from the sky i mean it's so good but that efect is so bad
Champions of Europe 22 Jun, 2021 @ 5:21pm 
the time stopped moving after I deleted the particles.min.js file, do you mind to take a look into this? thanks
ToeLicker 22 Jun, 2021 @ 1:24pm 
Sick thanks man!
innocentMonster  [author] 15 Jun, 2021 @ 5:13am 
Dog9104, LucifersChoice If you want to remove these particles you can delete the particles.min file. Right click on this wallpaper in the installed section -> Open in Explorer -> assets -> js -> particles.min
innocentMonster  [author] 15 Jun, 2021 @ 4:52am 
Added information about the API key.
LucifersChoice 15 Jun, 2021 @ 12:56am 
Any way to disable the newly added particle effects? :) Thank you!
ToeLicker 13 Jun, 2021 @ 12:13am 
Been using this for a while but it appears a recent update has added these particle effects, any way to disable them or is it possible to release a version without? Thanks!
Unsalted Jesus 23 Feb, 2021 @ 9:20pm 
I'm having some difficulties getting this to work with API key. Can anyone help me out or post some instructions?
julia 5 Jan, 2021 @ 8:18am 
:acbutterfly:
Mr.Terry 3 Jan, 2021 @ 6:46am 
适用于郑州市的天气预设 | Weather Preset for Zhengzhou
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2347466667
jon 28 Oct, 2020 @ 2:16am 
Hey do you have a version without the clock?
Lucent Beam 3 Aug, 2020 @ 12:29pm 
Moscow Weather Preset / Погода в Москве
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2186624037
tom95521 1 Jun, 2020 @ 8:35pm 
How do I add units=imperial to API call so I can get temp. in deg. Fahrenheit?
https://openweathermap.org/current#format
FordMustang0288 13 Apr, 2019 @ 5:32am 
I would also like a version without the clock as I am also using rainmeter
Arsenic-Legacy 23 Feb, 2019 @ 3:10am 
十二 19 Jan, 2019 @ 1:23am 
非常喜欢 very much
NorgePlayz 28 Dec, 2018 @ 7:47am 
Wait, how i gonna edit my location and where is API key?
Duva 24 Dec, 2018 @ 6:26am 
could we get a version without the clock? since im using rainmeter and muon site for the clock and date, would be great! thanks in advance <3
炉上茶暖 29 Aug, 2018 @ 8:34am 
Amazing
HgO 14 Jul, 2018 @ 12:06pm 
Could you tell me which programming languages are used when you make this clock?
Thank you.:steamhappy:
< blank > 31 May, 2018 @ 12:56am 
How to show the weather? I've already had API key
air_btg 5 May, 2018 @ 1:52pm 
Hm. I've got an API key, but still it won't show me the weather.
BadaBingKing_PT 19 Apr, 2018 @ 12:40am 
How can i get the API Key to get the weather feature working? Also, can you do more wallpapers with differente backgrounds? Or can you make an option to customize the wallpaper? Thank you. Nice job!
MuBok ドラゴン 15 Apr, 2018 @ 8:33am 
Amazing! Great work! :heart_me:
Set Your Heart Ablaze 19 Mar, 2018 @ 1:54pm 
:pgms_erina::wnheart: