Read the statement by Michael Teeuw here.
Magic Mirror continuously resets when I view from browser
-
@Dexter1088 do you have the fix on?
i dont see server restart
-
@sdetweil
I do, after some troubleshooting I think the error is with how I have the Calendar ext3 config setup.
Soon as I take this code out, everything works fine from browser and no resets.
I will look it over make sure I’m not doing something wrong./*/ CALENDAR EXT3 { module: "MMM-CalendarExt3", pages: { calendar: "middle_center" }, config: { mode: "month", instanceId: "Main_Calendar", locale: "en-US", maxEventLines: 5, firstDayOfWeek: 1, monthIndex: 0, calendarSet: [ 'Calendar 1', 'Calendar 2', 'Calendar 3', 'Calendar 4' ], fontSize: "18x", eventHeight: "22px", useSymbol: true, displayLegend: true, cellDateOptions: { month: "short", day: "numeric" }, headerWeekDayOptions: { weekday: "long" }, eventTimeOptions: { timeStyle: "short" }, animationSpeed: 1000, skipPassedEventToday: false, showMore: true, useMarquee: false, refreshInterval: 1000000 , scanInterval: 100000, broadcastPastEvents: true },
-
-
-
That’s the problem though, soon as I take out the pages, the web view works fine. something fishy with it. Weird it works on the Raspberry Pi directly just fine.
-
@Dexter1088 ok. thats not the correct config
if you use the classes approach
classes: at each moduleotherwise the module names are in the page definitions
-
I’m an idiot, sorry its not MMM-Pages its MMM-Page selector…
https://github.com/Veldrovive/MMM-Page-Selector
I’m working with it now to see if I have it in the wrong spot, but it’s defiantly what is causing the constant reboots/refresh’s. Thanks!
-
Does anyone know or have an alternative module to MMM-Page-Selector?
The problem is defiantly with that module, and I can’t seem to find a good work around. Soon as I view it from the browser it goes nuts and refresh’s over and over.I’m just looking for something that will allow me to set different pages I can view like “Home, Calendar, tasks”
Thanks!
-
@Dexter1088 i’m leaving off the mmm
pages, carousel, modulesrotation
see the third party list linked in the top menu here
pages lets you use arbitrary names for the pages
-
-
@sdetweil
Thankyou, went with MMM-Pages and no more refresh issues, thanks!