mpurses / Sonder

Rainmeter skin
https://www.deviantart.com/michaelpurses/art/Sonder-Rainmeter-skin-838147223
249 stars 12 forks source link

[regression] the weather api is no longer functional #63

Open jump opened 4 months ago

jump commented 4 months ago

perhaps the API key expired or was revoked? getting weather data no longer works though this skin.

Crow11111 commented 4 months ago

weather Data will be displayed when you refresh the API Key via Settings > Wheater Page. But after a few hours you have to do it again..

craigmain commented 4 months ago

refreshing the API key doesn't seem to help any suggestions? the location detection is also broken at the moment.

timgrote commented 4 months ago

Inputting the location manually w/ lat,long fixed it for me.

craigmain commented 4 months ago

Yes, that seems to have worked ok.

jump commented 3 months ago

same. it looks like what really broke was location detection, not necessarily the API key piece of it.

ellsaphira commented 3 months ago

I can confirm it doesnt work. I have city manually, I have also entered latitude and I have refreshed API. None of these worked. I have tried them together, separately, refreshed API many times and it won't work. Neither does Auto Detection. Screenshot 2024-06-17 094503

davebeep commented 3 months ago

I can confirm it doesnt work. I have city manually, I have also entered latitude and I have refreshed API. None of these worked. I have tried them together, separately, refreshed API many times and it won't work. Neither does Auto Detection. Screenshot 2024-06-17 094503

Same here...

QuietLittleLeaf commented 3 months ago

Agreed. previously adding the lat/long helped, but now everything is broken.

Mgonzales94 commented 3 months ago

weathersettings

I was able to get the weather using this format for my weather settings (XX.XX,XXX.XX)

I was able to find it by going to https://weather.com/weather/today and then copying the lat/long given in the URL. Hope this helps.

Ryanthelion09 commented 3 months ago

@Mgonzales94 Thank you so much. I kept trying to get it to work, and it just wasn't. The space that I was putting between the lat and long coordinates was messing it up.

KittyNone commented 3 months ago

Found a fix! Open WeatherComJSONVariables.inc in the \@Resources\Weather folder, scroll down to the bottom and change APIKey to 71f92ea9dd2f4790b92ea9dd2f779061 then reload the widget

Remember to resave your themes (especially if you use the Theme Changer!) or they'll revert the value when you apply them. I actually found this fix weeks ago, but thought it didn't work because every time my theme changed the widget broke again

RazzyAurealis commented 3 months ago

None of those fixes work for myself :((

@kittyNone wdym resave your themes??

RazzyAurealis commented 3 months ago

weathersettings

I was able to get the weather using this format for my weather settings (XX.XX,XXX.XX)

I was able to find it by going to https://weather.com/weather/today and then copying the lat/long given in the URL. Hope this helps.

This does not work for me.

damianshrinivas commented 3 months ago

I think it's officially dead until someone smarter than me can figure it out. API key is broken?

damianshrinivas commented 2 months ago

Ok I got it working again. I was inputting the coordinates inside the wrong field. Also I've changed the API key inside WeatherComJSONVariables.inc in the @Resources\Weather folder to recent one that I've obtained from the weather.com site "5c241d89f91274015a577e3e17d43370". Screenshot 2024-07-04 153431

ChavezGa commented 1 week ago