jclarke0000 / MMM-DarkSkyForecast

Magic Mirror module to display weather information using the Dark Sky API
84 stars 64 forks source link

Switch from DarkSky to OpenWeather One Call #29

Open gerjomarty opened 4 years ago

gerjomarty commented 4 years ago

As DarkSky is no longer open to new applicants. Most elements are replicated, though precipitation percentage is no longer available.

handwrittenjello commented 4 years ago

I have switched to the fork and can verify it works as intended. Thanks for all of your hard work @gerjomarty !

DarkSky was a little more verbose in their forecast descriptions. Hopefully they might add the percentage precipitation into their API. Thats the only thing missing from OpenWeather it looks like.

requiemmg commented 4 years ago

Just found out about the API - could not sign up anymore. Hopefully this will be merged into the master branch. I dont know how to use other branches.

gerjomarty commented 4 years ago

@requiemmg You could check out from my repository instead if you'd like. If you're following the installation instructions here: https://github.com/jclarke0000/MMM-DarkSkyForecast#installation

Replace https://github.com/jclarke0000/MMM-DarkSkyForecast.git with https://github.com/gerjomarty/MMM-DarkSkyForecast.git

requiemmg commented 4 years ago

Thanks!

mdissel commented 4 years ago

@jclarke0000 any updates on this pull request?