A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
CalenderExt2 module won't show when using weather module
-
The CalenderExt2 module works fine, but I want to use the default weather module. I want to show the current weather and the forecast. But when I add the forecast, the calendar will no longer show up.
Here is my weather module config info:
// TOP CENTER { module: "weather", position: "top_center", header: "Currently in", config: { weatherProvider: "weathergov", type: "current", apiBase: "https://api.weather.gov/points/", weatherEndpoint: "/forecast/hourly", lat: "42.834", lon: "-71.6618", initialLoadDelay: 1000, showHumidity: true, degreeLabel: true, updateInterval: 600000, }, // TOP RIGHT /*{ module: "weather", position: "top_right", header: "Forecast", config: { type: "forecast", weatherProvider: "weathergov", apiBase: "https://api.weather.gov/points/", weatherEndpoint: "/forecast", lat: "42.834", lon: "-71.6618", initialLoadDelay: 2000, ignoreToday: true, fade: false, tableClass: "medium", degreeLabel: true, },
The area with the calendar shows this html:
<div class="region middle center"><div class="container" style="display: none;"></div></div>
-
I solved the problem by updating MagicMirror.
-
Is there possibly a conflict between the weather module and CalendarExt2? I don’t know why using the weather module in 2 locations causes the calendar to not show up. There are no errors in the logs either.
-
Since I updated to 2.17 if I use the internet function in GAv3 the mirror crashes with no errors unless I disable CalExt2 this only happen after updating MM
-
I solved the problem by updating MagicMirror.