-
Notifications
You must be signed in to change notification settings - Fork 31
Weather Fix #46
base: master
Are you sure you want to change the base?
Weather Fix #46
Conversation
|
I just realized the current WeatherLocation variable will always return error because you need to specify a Location Code and not your city name, will get to fix it once I'm not bored |
; Measure to get the weather data and properly parse it | ||
[MeasureWeather] | ||
;FindWeatherLocation | ||
[FindWeatherLocation] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't seem to work properly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Honestly, I'd just guide the user to find their weather code themselves. Otherwise you'd have to search for it every time Rainmeter starts.
Honestly, I'd just guide the user to find their weather code themselves. Otherwise you'd have to search for it every time Rainmeter starts. |
Rainmeter stops halfway downloading the weather data and to fix that and also make it automatic like the original I added the abundance of updates and enablemeasures |
This has worked wonderfully for me. Literally changed a couple lines by hand in the way @Drgabi18 did and it is fully functioning. It fixes the Yahoo Weather problem! |
Sadly, the weather API used here is not working anymore. The API returns "This service is deprecated as of 01/15/2020" when you try to access it directly. |
pls dad