jclarke0000 / MMM-MyWeather

Upgraded weather forecast module using WeatherUnderground
19 stars 10 forks source link

Can't get an API key. End of service #15

Open ghost opened 5 years ago

ghost commented 5 years ago

I would like to use this module, but I can't get an API key from wunderground. On there website it says: End of service for the weather underground API. Please help?

bibi05 commented 5 years ago

I would like to use this module, but I can't get an API key from wunderground. On there website it says: End of service for the weather underground API. Please help?

Did you find any solution?

vanderlaars commented 5 years ago

Yeah, have the same problem. Currently looking for alternate solution.

MalagaInternet commented 5 years ago

:-( Same problem here.

dstelter92 commented 5 years ago

Seems that IBM replaced it with the general weather channel API. Downside is that there is no longer a free plan for intermittent long-term use. I also bet the API is different and would require a new interface.

Anyways, here's the new IBM page: https://console.bluemix.net/catalog/services/weather-company-data

martinkooij commented 5 years ago

And it just stopped working here today. I wasn't aware yet. I am now. I just checked. The only plan available for free is a free plan with 10.000 (lifetime!) API calls max. On a technically different interface ;(

martinkooij commented 5 years ago

Working on a solution with weatherbits API. Will post today (Friday 15 March 2019).

dstelter92 commented 5 years ago

DarkSky has an API as well, 1000 free / day. https://github.com/jclarke0000/MMM-DarkSkyForecast

martinkooij commented 5 years ago

Ah! Missed that one. I kind of "hacked" the use of the weatherbits API into this module. And it work. Weatherbits has no free warnings though, so maybe DarkSky is better. But for a quick solution: https://github.com/martinkooij/MMM-MyWeather is working now with almost the same parameterset. (differences explained in the README.md documentation).