Read the statement by Michael Teeuw here.
MMM-DarkSkyForecast - Yet ANOTHER weather module
-
All works great!! Love the module! Thanks
-
I was using your MyWeather module and was really bummed that weather underground was shutting down their free API. I just found your new module last night and I am ecstatic to be able to switch over to this one. Everything seems to be working well except that I have a couple of Moon icons for the forecast table. 3 of the 7 days are showing moon/clouds instead of sun/clouds. Is that something I can fix or is it on Dark Sky’s end?
-
@colel83 Do you have a screenshot?
-
Sure. It’s only showing 2 incorrect icons tonight.
-
@j-e-f-f Awesome module! Great replacement for MMM-Wunderground.
Is there a way to turn off the total precipitation and max wind speed for the forecasts in the table, without turning it off for the current conditions?
-
@shbatm You can do this in your
custom.css
file. First make sure bothshowPrecipitation
andshowWind
are set totrue
in your config, andshowForecastTableColumnHeaderIcons
is tofalse
.Next, add the following to your
custom.css
file:.MMM-DarkSkyForecast .wrapper.tiled .forecast-container .forecast-item .precipitation-container, .MMM-DarkSkyForecast .wrapper.tiled .forecast-container .forecast-item .wind-container, .MMM-DarkSkyForecast .wrapper.table .forecast-container .forecast-item .precipitation-container, .MMM-DarkSkyForecast .wrapper.table .forecast-container .forecast-item .wind-container { display: none; }
-
@j-e-f-f Thanks. I got it with the following. I was just wondering if you had a config option for it that I missed.
.MMM-DarkSkyForecast .forecast-container .wind-gusts, .MMM-DarkSkyForecast .forecast-container .accumulation { display: none !important; }
-
Great module - I really liked the fact that you had everything classed out, so it was super easy to manipulate the UI without having to screw with your JS.
Looks very nice on my mirror:
-
first of all, great that you made a new weather module like MMM-WunderGround. I really liked that one.
I have a problem with hourlyForecastInterval. If I don’t put it in de config and leave it to the default and put maxHourliesToShow : “6”, in the config, than I receive 6 forecasts with 3 hours apart.
When I put hourlyForecastInterval to 1 or 2 I only get 2 forecasts that are 10 hours apart.
Is this a problem or am I doing something wrong? -
@arjan let me look into this. Doesn’t sound right…