Read the statement by Michael Teeuw here.
weatherforecast showing only two days.
-
@oemel09 Thanks a lot!
-
Thanks for the ‘quick fix’ - Works perfectly.
-
Will this be fixed in the next update or do we need to adjust manually?
-
@ArthurOff next release (3 months), OR you can use the develop branch now til then, 2.12+.
-
@sdetweil haha, got it!
-
@oemel09 Thanks, your fix is working fine!
-
@oemel09… yep, just can confirm. This fix works like charm ;-)
-
@oemel09 Perfect. Thanks for the workaround.
-
@oemel09 thx for your support. Different to many others, this fix doesn’t work for me. I’m running MM in a docker container and am not able to keep line 297 of
weatherforecast.js
edited. It always jumps back into its origin version:params += "&cnt=" + (this.config.maxNumberOfDays < 1 || this.config.maxNumberOfDays > 17 ? 7 : this.config.maxNumberOfDays);
I tried in
/mounts/modules/default/weatherforecast/
and also inside the container. I also set the container environment:MM_OVERRIDE_CSS: "false"
, but no way, after restarting the container, it is always showing the “old” values above
Any hints? -
Patch worked for me, thank you!