Read the statement by Michael Teeuw here.
Weatherforecast Wunderground module question
-
Thanks!
As your example only works on the first ". ", i’m now using
this.forecastText.replace(/\.\ /g, “.
”);btw, the current weather and forecast are in a single api call to wunderground so i’v incorporated both displays in this one module. Also using the current weathericons (windspeed/direction).
-
Just curious: what’s the benefit of Wunderground?
-
For me it’s the availability of local weatherstations (@ a location close to me). OpenWeatherMap’s closest match to my location is > 10km away.
Also there’s an extreme amount of data available. Language settings which will provide texts (as in the pic above) in your local language…
Also (i understand) it’s used a lot in domotica systems.Plus i thought it’d be fun to try :D
-
Interesting. Don’t know how much time you want to spent on building it, but is would be awesome if you can change the current weather modules in a way a user can configure the weather source. So make it configurable.
If you’re able to make a good stable solution for it (and built it in a way we can add other feeds as well), we could update the core modules.
-
I’m actually working on my own WUnderground module as well. I like them also for finding a closest station, but also because for some dumb reason, OpenWeatherMap is often REALLY wrong when it comes to the current conditions. The forecast is fairly accurate, but many times it would say it’s 20-30 degrees cooler than it actually is in the current conditions. It’s the same thing when I look on their web site too, so I know it’s not the module messing up. It’s whatever they are using for data collecting, it’s horribly wrong.
-
I´m also a heavy user of wunderground and appreciate such a Modul.
(So I could use, indirectly, the weather station of my neighbor. -
I’m modifying for wunderground now too. I’m finding openweathermap horribly wrong sometimes (today they say showers here and every other forecast system says sun).
-
I’ve modified the existing weatherforecast module to utilize weather underground… I’m utilizing the weather underground default icons for now. Not sure if it is something of interest for me to modularize or not?
-
yes, very interested. Please if it wouldn’t be too much trouble, a module would be great, including the colors.
-
I just finished getting it all coded up. The colors are simply css modifications (I can post how I did that in the README). About to grab some dinner then I’ll finish documentation and figure out how to set it up on GitHub.