-
Notifications
You must be signed in to change notification settings - Fork 32
Replace Yahoo weather API with OpenWeatherMap #56
Comments
I don't see the #WeatherAppID# field you mentioned in the latest release. Did you do additional changes to the files? |
It's because i didn't implement it 😅
EDIT: I did upload the prototype to If you click on "Subscribe" on the right, you will be notified of any future changes/updates for this issue. :) |
@marcopixel indeed, I'm running on and it seems to work nicely! also, yes, this is a temporary workaround, i'll update my note to reflect as much! |
Hey! Could someone give me a step by step tutorial? It seems i cant get my weather running whatsoever. How do i replace API with with open weather map?what you mean under " clone repo"? where should i replace my files? how do i make this work only for the weather? any codes just to copy could work? |
Backup everything on Rainmeter and then exit it.
After setting everything back up, go to the weather folder of the new version, and open Note: Icons are not working for me, but temperature is, so it's better than nothing! |
Gonna get into it soon, thanks for the help! Ill let you know if it didnt work. 🗡️ |
Hey, so me again. It is not working for some reason for me. What am I doing wrong? I followed every step but no success. All i could achieve is instead of having that annoying "N/A" show, now my skin shows 0 degrees. Maybe the code for my place is missing? In the settings tab everything shows that the selected area is my city. Help! "[Rainmeter] ; = IMPORTANT = ; Small context menu when you right-click the skin [Metadata] [Variables] ; Measure to get the weather data and properly parse it [MeasureWeather] [MeasureCurrentCity] [MeterWeatherIcon] [MeterWeatherTempText] [MeterWeatherCityText] |
Anyone figure out how to get the weather icon working w/ Open Weather? You can see it briefly pop up before disappearing so seems like it should be fixable. |
You may call me an idiot if I got something wrong but something got me wondering. For someone who can't code from scratch but can read and edit. I found that editing this section of weather.ini...
to add more substitutions to adopt the new icon code could be a good temporary fix while still using the same icon set you have in "@Resources"....
|
weather.OpenWeatherMap.ini.zip |
If you're running the "bleeding edge" version (i.e. from
master
branch ) it seems the weather widget is not working, due to needing an API key, which doesn't have a UI element to fill it's value yet, there is a workaround to get this functional ...Here's how you can fix it:
weather.ini
file in an editor, and look for:#WeatherAppID#
#WeatherAppID#
with the key you got in step 3keep in mind, this is workaround, and by using the
master
branch you're running potentially unstable code :)The text was updated successfully, but these errors were encountered: