jclarke0000 / MMM-DarkSkyForecast

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

hourlyForecastInterval doesn't work #3

Closed Obelix74Git closed 5 years ago

Obelix74Git commented 5 years ago

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.

jclarke0000 commented 5 years ago

This came up before because the value was specified as a string in the config when the module expected an integer. I've since made an update to the module to accept strings as values.