Rainmeter weather is not working

Rainmeter weather is not showing anything. Very depressed. :(  

6,425 views 38 replies
Reply #1 Top

Sounds like what happened with Winstep's module, Chuck. Can you switch it to METAR as in Winstep's weather module? If not, maybe Jorge would know how to accomplish that.

Reply #2 Top

Hmm, both the METAR (for current conditions) and the MSN (current conditions + 5 day forecast) feeds are still working for the Winstep weather module.

RainMeter is probably using a Weather.com feed and that is normally behind a paywall.

Weather feeds have been a real headache. The Winstep weather module originally supported NOAA (METAR), Google, Yahoo, Weather.com, and MSN for redundancy, but one by one those services were either shut down or moved behind paywalls, leaving only METAR and MSN still usable.

Reply #3 Top

Quoting JcRabbit, reply 2

Hmm, both the METAR (for current conditions) and the MSN (current conditions + 5 day forecast) feeds are still working for the Winstep weather module.

RainMeter is probably using a Weather.com feed and that is normally behind a paywall.

Weather feeds have been a real headache. The Winstep weather module originally supported NOAA (METAR), Google, Yahoo, Weather.com, and MSN for redundancy, but one by one those services were either shut down or moved behind paywalls, leaving only METAR and MSN still usable.

Is there any way to switch RainMeter's feed? Plenty of our folks use it...

Reply #4 Top

Quoting DrJBHL, reply 3

Is there any way to switch RainMeter's feed? Plenty of our folks use it...

Messenger:

Jorge: I think it depends on the script the widget is using... if the widget doesn't allow him to edit that, he will have to ask the author. Also, even if he can change the script, if the widget is using weather.com changing it to MSN will not help, as the format of the data that needs to be parsed is completely different.

Reply #5 Top

Dang, This is not good news. I always have rainmeter weather running. I hope there is a fix soon.

Reply #6 Top

Quoting Dcrew57, reply 5

Dang, This is not good news. I always have rainmeter weather running. I hope there is a fix soon.

Best way to find out is to ask the dev or Rainy's forums. If you get an answer, please update us.

Reply #7 Top

It's working here in Norway/Europe

Reply #8 Top

Not in Ohio, USA None of the weather skins i have work.>:(  

Reply #9 Top

Works here in Israel.

Reply #10 Top

Not working in the USA it would seem. I don't know why.

Reply #11 Top

Chuck, I am not seeing anything mentioned on Rainmeter's website either.:thumbsdown:  #:(  >:(  X(  

Reply #12 Top

Might be interesting if you downloaded and installed Proton VPN (free and excellent), so you can emulate being outside the USA...

Reply #13 Top

Quoting DrJBHL, reply 12

Might be interesting if you downloaded and installed Proton VPN (free and excellent), so you can emulate being outside the USA...

Yes, that'll work...the person in the USA will be able to get the weather feed for China...

Me thinks it's like real estate....location, location, location...;)

Reply #14 Top

Quoting Jafo, reply 13


Quoting DrJBHL,

Might be interesting if you downloaded and installed Proton VPN (free and excellent), so you can emulate being outside the USA...



Yes, that'll work...the person in the USA will be able to get the weather feed for China...

Me thinks it's like real estate....location, location, location...;)

Since Rainy' weather works in Norway and Israel by using the VPN the weather service will supply Valparaiso, IN weather while Chuck pretends he's in wherever outside the USA ...say, Norway.

"You choose your location via the VPN.A VPN protects your online privacy by hiding your real IP address and encrypts your internet traffic so you can browse privately, avoid being tracked across the internet, and stop your browsing data from being sold to advertisers.

With Proton VPN, you can also bypass censorship and access websites that might be blocked in your country.

How does a VPN work?

When you use a VPN app on your device, it establishes an encrypted connection to a VPN server. This connection is made over the internet, and is often referred to as a VPN tunnel.

This VPN server handles all DNS queries and acts as an intermediary that sits between your device and the internet, routing your data to the correct destinations. Here's how.

Connect

Connecting to a VPN links your device to a VPN server run by a VPN provider, like Proton VPN. The connection between your device and the VPN server is fully encrypted and protects your data as it moves between the two.

Conceal

The VPN server sits between your internet service provider (ISP) and the internet. This blocks your ISP from seeing your online activity and websites you visit from seeing your real IP address and location.

Circumvent

By connecting to a VPN server in another country, you can bypass local censorship, effectively 'spoofing' your geographic location." - https://protonvpn.com/what-is-a-vpn

Reply #15 Top

I have asked around in the RM community by PM to some experienced skinners and hopefully I can update you with some news shortly. Stay tuned. 

+2 Loading…
Reply #16 Top

It's working here in Canada.

Reply #17 Top

Juast a long shot, but have any of you tried to go into settings and change the code for the location like you would do with any new downloaded skin? Weather.com and/or others may have changed their codes for locations in the US.

Reply #18 Top

Quoting JanOscar, reply 17

Juast a long shot, but have any of you tried to go into settings and change the code for the location like you would do with any new downloaded skin? Weather.com and/or others may have changed their codes for locations in the US.

An intresting thought, Jan..

Reply #19 Top

Just got a message from xenium-ART:

--------------------------------------------------------------------

xenium-ART's avatar

xenium-ART

9:05 PM
xenium-ART:

Hi! The problem is solved by updating the User Agent.
I updated my weather skins about 2 days ago.
I still need to update the suites that also contain weather skins.

-------------------------------------------------------------------

What you need to do to fix each single skin that's not working, is open the weather skin folder and there you must open the folder named @Resources. There you will find a file called Variables.inc. Open it with Notepad and add the line in blue in the [Variables] section:

UserAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0

Your variables.inc should look someting like this after you have saved it:

 

; Do NOT change this file unless you are sure you know what you are doing !!!
; ========================================================================
[Variables]

Latitude=40.7143528
Longitude=-74.0059731

APIKey=71f92ea9dd2f4790b92ea9dd2f779061

UserAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0

URL=https://api.weather.com/v3/aggcommon/v3-wx-observations-current;v3-wx-forecast-daily-15day;v3alertsHeadlines;v3-location-point;v3-wx-forecast-hourly-12hour?format=json&geocode=#Latitude#,#Longitude#&units=#Units#&language=#Language#&apiKey=#APIKey#

 

+1 Loading…
Reply #20 Top

My coding is different. I do have resources but it doesn't look like the one you have. On mine there is no API or URL or Latitude and Longitude.

 

Reply #21 Top

Quoting Chasbo, reply 20

My coding is different. I do have resources but it doesn't look like the one you have. On mine there is no API or URL or Latitude and Longitude.

 

Do you have the latest version, Chuck?

Reply #22 Top

Quoting Chasbo, reply 20

My coding is different. I do have resources but it doesn't look like the one you have. On mine there is no API or URL or Latitude and Longitude.
Have you tried adding this line to the variables.inc? UserAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0

Reply #23 Top

Yes. Doesn't work.

Reply #24 Top

The only thing that worked is when I got ProtonVPN and switched to Canada. I logged out of my computer to see how the VPN would come up. I got the VPN up but every time I tried to switch countries a window came up saying I would have to pay to access that feature. That's really not free.

I'm sick of the whole thing. That coding that was posted didn't work. I have the latest version on Rainmeter. 

I can't afford to pay for a VPN. It's ridiculous this is happening at all. 

Reply #25 Top

Quoting Chasbo, reply 24

every time I tried to switch countries a window came up saying I would have to pay to access that feature. That's really not free.

Wow. That's really a sneaky rip off, but I'm glad my suggestion worked. Proton free states: 

Free VPN to protect your privacy

Create a free account and download our VPN

  •  

    1 device

  •  

    No ads

  •  

    No logs

  •  

    Unlimited and free forever

  • Did you put it on just one device, Chuck? From their site, if you want choice of country then you have to pay. The wording is sneaky. You do get one country free, though and if that works, what's the problem?.
  • One thing...when a VPN is "free", just like browsers, you're the commodity as is your traffic.