Read the statement by Michael Teeuw here.
Weather Module Help -- Using weathergov
-
@harmzj any chance u have lat/long without the leading minus sign? will put u on another part of the planet.
I am -97 (west of England)
97 would be the other side of the world(Tibet not Texas!) -
@sdetweil Made sure I got the leading minus sign correct. Just very weird so last night it was like 20 degrees off and I came back today and it has right current temperature.
I use WeatherGov so the set up is a little different, but the reason I went with weathergov is b/c their forecast was more accurate.
Like looking at OpenWeather on their actual website their forecast was showing around 10 degrees higher temp than any other provider (i.e. Weather Channel, AccuWeather, WeatherGov, etc).
I think the solution might be to use OpenWeather for Current weather, and then utilize WeatherGov for the forecast.
-
@harmzj Here are my weathergov config.js components.
You might want to read this post I did regarding weathergov.
Once I read through API a few times I figured out how to make it work.
They say it on api page but be aware that weather.gov resolves back to certain National Weather Service sites. That is explained in gridpoint discussion.
Don’t usetableClass: 'medium',
unless you are doing this on big TV.
One last thing. Every now and then you might see an unusual number for the current temperature. Mine will show 32 F but it comes back. Pretty sure it is due mine and the NWS updates crossing paths at same time so I get that 32F number but on next update it will be correct.Current
Forecast
-
@ankonaskiff17 Gotcha yea that’s what mine was doing is showing an unusual current temp. It was actually showing 32 degrees F when it was like 51 degrees. Some reason it just bothers me haha… so I actually went Current weather using OpenWeather, and then using WeatherGov for the forecast (because forecasted temps were higher using OpenWeather)…
Anyway I think I got this figured out now I’m on to working on my calendar information!
-
@harmzj that 32F threw me for several days before I made assumption that module was fine, it was somehow connected to data refresh (imo).
I generally try to stick to “official” sites like NWS/NOAA to avoid things like when Wunderground pulled plug on their data. I have NWS national radar coverage in MMM-SmartWebDisplay and on big TV project that image covers bottom half of US and display not crowded.
Similar deal with MMM-Jast using Yahoo data. Unlikely they pull plug on that data feed any time soon .