Search found 5 matches

by TheNaviator
19 Mar 2024, 06:54
Forum: Scripts and Functions (v1)
Topic: forecast and weather GUI
Replies: 11
Views: 519

Re: forecast and weather GUI

attached: a zip containing the fixed script i used (updates the info every 10 minutes although it does have comments i left out) and the images i used. some configuration needed.
by TheNaviator
19 Mar 2024, 02:40
Forum: Scripts and Functions (v1)
Topic: forecast and weather GUI
Replies: 11
Views: 519

Re: forecast and weather GUI

yeah the file is broken, i very loosely removed my coordinates but you need some type of coordinates, this needs some modifications to add your own. https://api.open-meteo.com/v1/forecast?latitude=00.0000000&longitude=00.00000000¤t=temperature_2m,apparent_temperature,weather_code,cloud_cover&d...
by TheNaviator
18 Mar 2024, 22:22
Forum: Scripts and Functions (v1)
Topic: forecast and weather GUI
Replies: 11
Views: 519

Re: forecast and weather GUI

hey im just about to go to sleep ill upload the files and the not-revised version, i think someone might say the not-revised version is nicer and less minimalist but im not a UI designer :) ill upload the images too. what i was talking about in the first post was the updated version and i just kept ...
by TheNaviator
18 Mar 2024, 21:57
Forum: Scripts and Functions (v1)
Topic: forecast and weather GUI
Replies: 11
Views: 519

Re: forecast and weather GUI

hey, sorry i didn't clean it up much other than the link which had the coordinates. yes you're right, the 2nd hardcoded FileRead was meant for debugging and i forgot to remove it and switch it to the UpdateWeather function (it's in my first post here, it returns an object with all the weather info)....
by TheNaviator
18 Mar 2024, 14:21
Forum: Scripts and Functions (v1)
Topic: forecast and weather GUI
Replies: 11
Views: 519

forecast and weather GUI

had this code and wanted to share it, really had fun making it. FormatTime, Month, , M todaystr = %A_DDD% %A_DD%/%Month%: tomorrowstr := TomorrowName() . " " . TomorrowDate() . ":" Data := UpdateWeather() tempnow := Data.current.temperature_2m Chr(0x00B0) feelslike := Data.current.apparent_temperatu...

Go to advanced search