Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jump opened this issue May 19, 2024 · 17 comments
Open

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

jump opened this issue May 19, 2024 · 17 comments

Comments

@jump
Copy link

jump commented May 19, 2024

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

@Crow11111
Copy link

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
Copy link

craigmain commented May 24, 2024

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

@timgrote
Copy link

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

@craigmain
Copy link

Yes, that seems to have worked ok.

@jump
Copy link
Author

jump commented Jun 4, 2024

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

@ellsaphira
Copy link

ellsaphira commented Jun 17, 2024

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
Copy link

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
Copy link

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

@Mgonzales94
Copy link

Mgonzales94 commented Jun 21, 2024

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
Copy link

@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
Copy link

KittyNone commented Jun 26, 2024

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
Copy link

None of those fixes work for myself :((

@KittyNone wdym resave your themes??

@RazzyAurealis
Copy link

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
Copy link

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

@damianshrinivas
Copy link

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
Copy link

  • Go to your Documents/Rainmeter/Skins/Sonder/@ Resources
    
  • Open the Variables.inc file with Editor
    
  • Scroll down to the Weather section
    
  • Change AutoDetectLocation and AutoLatLong to the value 0 (i also deleted whatever entry was behind AutoDetectCity but not sure if needed)
    
  • Get your coordinates from mapcoordinates.net and enter them into the text file at Latitude and Longitude (the section right below the stuff we just changed)
    
  • Make sure to enter them as xx.xx
    
  • Make the Variables.inc file read-only
    

Credit: MomoVonRech

@albertuti1910
Copy link

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

Setting them manually as shown here worked for me.

Cannot say if changes will stay since I just tried it and it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests