tried right now and no change.
maxNumberOfDays: 7,
colored: “true”,
fade: “false”,
fadePoint: 1,
tried right now and no change.
maxNumberOfDays: 7,
colored: “true”,
fade: “false”,
fadePoint: 1,
@hango, yeah I know I shouldn`t but I am using free API so… but anyway I will change appid.
@oemel09, Many thanks man, your fix helped and finally it is working as intended.
@lavolp3
I did update this morning and issue started after update…
[2020-07-02 13:37:30.638] [LOG] Starting MagicMirror: v2.12.0
[2020-07-02 13:37:30.651] [LOG] Loading config …
tried right now and no change.
maxNumberOfDays: 7,
colored: “true”,
fade: “false”,
fadePoint: 1,
Hey Guys,
After latest update of MagicMirror (v2.12.0) module weatherforecast is showing only two day forecast no matter what I configure in “maxNumberOfDays” option.
Can you please help me? I tried to search for any errors in logs regarding this module or api response, but I wasn`t lucky.
Below is my config for this module and screenshot to show that it shows only two days.
{
module: “weatherforecast”,
position: “top_right”,
header: “Predpoveď počasia”,
config: {
lang: “sk”,
location: “Bratislava”,
locationID: “3060972”, //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
appid: “6ba6364f776c4927bf2145c8582e8c3c”,
maxNumberOfDays: “7”,
colored: “true”,
fade: “false”,
fadePoint: “1”,
showRainAmount: “true”,
scale: “true”,
}
},