Read the statement by Michael Teeuw here.
MMM-WeatherGraph - new module using OpenWeatherMap
-
https://github.com/FlatPepsi17/MMM-WeatherGraph
I have a new weather module with current conditions, rain graph for 48 hours, and a 7 day forecast list.
Sample screenshots showing different configurations:
Basic setup, showing rain & snow:
Metric options, and a 24hr precip graph:
Love data? Turn everything on to see temp, wind speed, humidity, and cloud cover.
Prefer something minimal? Turn off any feature you want.
This module started as a fork of ‘MMM-forecast.io’ by dmcinnes (https://github.com/dmcinnes/MMM-forecast-io), adding many new features and moving to a new data source since DarkSky discontinued API access. (Thanks Apple- so nice of you.)
-
@FlatPepsi very nice
-
@FlatPepsi can u have multiple instances loaded w different configs?
-
@sdetweil
Good question. I haven’t tried it- but I’d imagine it would work. Biggest thing to watch is hitting the API’s limit for pulling forecast data, so turn that down accordingly. -
@FlatPepsi yeh. API limits are a pain…
but you have to code for multiple instances
-
Im new and just setting up my first MM and found your module. I get accurate info with the stock module, but get a constant Loading Weather when I have your module in place. Any thoughts as to why it is not loading?
-
Same here, still loading…
-
@nixdg @JoeFranz ‘Loading…’, is the default message put up while waiting for data…
in my opinon, modules SHOULD (but don’t) report errors to the user instead of leaving the Loading… message upso, the data api calls have failed for some reason…
this module does all its work in the browser so, lets look in the developer window console for any clues
ctrl-shift-i,
select the console tab
and put some unique part of the module name in the filter field
weathergand report what you see
-
Nothing changed and now it works :-)
Maybe it took a while for the API key to workThanks
-
@JoeFranz there are call limits… 100 /day I think…