A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Weather Forecast - maxNumberOfDays
-
Re: Problem with Weather forecast
The current Weather Forecast module does not respect
maxNumberOfDayswhen using the/forecastAPI. I’ve created PR-1176 to fix this by requesting the max number of days possible via the API and filtering when rendering.Unfortunately I do not have access to the original
/forecast/dailyAPI and cannot confirm what the default behavior is when not passing incnt.Anyone able to help me test this change to confirm it works with both versions of the API?
-
- What count is return when requesting:
https://api.openweathermap.org/data/2.5/forecast/daily?id=1234567&APPID=$APPID- What is the max count possible:
https://api.openweathermap.org/data/2.5/forecast/daily?id=1234567&APPID=$APPID&cnt=$COUNT
