It is currently June 8th, 2023, 5:50 pm
Weather not working?
-
- Posts: 117
- Joined: March 26th, 2013, 2:47 am
Re: Weather not working?
Not working for me either anybody got some good alternatives?
-
- Developer
- Posts: 22571
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Weather not working?
https://forum.rainmeter.net/viewtopic.php?f=27&t=22152
Not that my skin is particularly special or that everyone is going to want that same look-and-feel, but if you look at how I did the RegExp for WXData you will find that it is not terribly hard to get the data you need to support just about any variant of a weather skin you might have or come up with.
Having said that, there is no way to just replace the Yahoo weather feed URL with the Weather.com feed URL and it's fixed. It's going to take some modifications to your skin to get it working. Hopefully the authors of the more popular weather skins will quickly release new versions if this Yahoo situation turns out to be permanent, but I do encourage folks to dig into this a little and see if they can't fix it themselves. That, at the end of the day, is what Rainmeter is all about.
BTW, if this is permanent, there goes the very last reason for Yahoo to even exist as a company at all for me. It can just go ahead and finish dying...
Not that my skin is particularly special or that everyone is going to want that same look-and-feel, but if you look at how I did the RegExp for WXData you will find that it is not terribly hard to get the data you need to support just about any variant of a weather skin you might have or come up with.
Having said that, there is no way to just replace the Yahoo weather feed URL with the Weather.com feed URL and it's fixed. It's going to take some modifications to your skin to get it working. Hopefully the authors of the more popular weather skins will quickly release new versions if this Yahoo situation turns out to be permanent, but I do encourage folks to dig into this a little and see if they can't fix it themselves. That, at the end of the day, is what Rainmeter is all about.
BTW, if this is permanent, there goes the very last reason for Yahoo to even exist as a company at all for me. It can just go ahead and finish dying...
-
- Posts: 5
- Joined: March 25th, 2016, 2:32 am
Re: Weather not working?
If I only understood the code enough to fix DINAJ2 (beta) & Genteel :/
What would I have to change to fix them anyways? I'm completely lost & quite honestly still a newbie to rainmeter, even after using it for a year or so. All I know how to to is edit for colours, fonts, and occasionally smaller, other stuff
What would I have to change to fix them anyways? I'm completely lost & quite honestly still a newbie to rainmeter, even after using it for a year or so. All I know how to to is edit for colours, fonts, and occasionally smaller, other stuff
-
- Developer
- Posts: 22571
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Weather not working?
Not to pick on you, and this is really intended to make an example of you to be illustrative to others, but why would you think that I or anyone else here knows what DINAJ2 (beta) and / or Genteel are? There are literally hundreds of thousands of skins for Rainmeter out there.nobodyx01 wrote:If I only understood the code enough to fix DINAJ2 (beta) & Genteel :/
What would I have to change to fix them anyways? I'm completely lost & quite honestly still a newbie to rainmeter, even after using it for a year or so. All I know how to to is edit for colours, fonts, and occasionally smaller, other stuff
It is possible (although not certain) that someone might want to wade in and help you convert a skin you are using from Yahoo to WXData, but certainly not if they don't have the source for the skin you are using. If you can't either zip it up in such a way that it can be unzipped into Skins and used, and then host it somewhere and post a link, or at a minimum post a link to the deviantART page (or elsewhere) where you got the skin, then nobody is going to be bothered to try and track it down, and be uncertain if they even got the same one you are talking about.
-
- Posts: 1740
- Joined: November 13th, 2012, 9:53 pm
Re: Weather not working?
YQL has had some changes as well
https://query.yahooapis.com/v1/public/yql?q=SELECT%20*%20FROM%20weather.forecast%20WHERE%20woeid%3D"550763"%20and%20u%3D"c"&diagnostics=true
there's a ten days forecast now, but support for metric measures seems to be gone.
Code: Select all
SELECT * FROM weather.forecast WHERE woeid="550763" and u="c"
there's a ten days forecast now, but support for metric measures seems to be gone.
-
- Developer
- Posts: 22571
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Weather not working?
Moshi, I'm hoping, but not betting the farm, that this is all some temporary glitch while they roll out this OAuth requirement / support for using the YQL query engine, and that they don't intend to have this impact the simple RSS feed. We will see I guess.moshi wrote:YQL has had some changes as wellhttps://query.yahooapis.com/v1/public/yql?q=SELECT%20*%20FROM%20weather.forecast%20WHERE%20woeid%3D"550763"%20and%20u%3D"c"&diagnostics=trueCode: Select all
SELECT * FROM weather.forecast WHERE woeid="550763" and u="c"
there's a ten days forecast now, but support for metric measures seems to be gone.
On the other hand, even betting on Yahoo to exist as a company a year from now is a long-shot.
-
- Posts: 1740
- Joined: November 13th, 2012, 9:53 pm
-
- Developer
- Posts: 22571
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Weather not working?
Yep that fixes it...
URL=http://weather.yahooapis.com/forecastrss?w=#LocationCode#&u=#Unit#
URL=http://xml.weather.yahoo.com/forecastrss?w=#LocationCode#&u=#Unit#
You do not have the required permissions to view the files attached to this post.
-
- Posts: 1740
- Joined: November 13th, 2012, 9:53 pm
Re: Weather not working?
jsmorley wrote:Moshi, I'm hoping, but not betting the farm, that this is all some temporary glitch while they roll out this OAuth requirement / support for using the YQL query engine, and that they don't intend to have this impact the simple RSS feed. We will see I guess.
On the other hand, even betting on Yahoo to exist as a company a year from now is a long-shot.
i guess the safest bet would be using feeds provided not for the public, but for Apple for example. those will probably be left untouched for a longer time.
i have those for Yahoo! and Accuweather, but will not post here. if someone wants to find them, do some research on old Konfabulator and Dashboard widgets.
-
- Rainmeter Sage
- Posts: 5104
- Joined: April 12th, 2012, 9:40 pm
- Location: Cedar Point, Ohio, USA
Re: Weather not working?
Thanks moshi!

:: My DA Gallery :: Rainmeter DA Gallery :: Rainmeter Workshops :: Rainmeter Documentation :: BBCode Guide ::