Read the statement by Michael Teeuw here.
MMM-CalendarExt3Agenda
-
@rkorell
Do you have any sketch for AS-IS and TO-BE? -
I’m currently fighting with a problem that I have one calendar that doesn’t always show up. I don’t know if it’s a timing thing or what. I put in waitFetch: 120000 to see if that would give it more time to load, but it doesn’t always help. Sometimes all the calendars show up. Sometimes one is missing, and it’s always the same one.
It shows the Calender-Fetcher as Broadcasting events from the calendar, but they just don’t show up on the screen. Anyone have any ideas what the problem might be?
-
@Kelemvor there is an open issue where the node helper says it is broadcasting, but the module doesn’t get the notification .
https://github.com/MagicMirrorOrg/MagicMirror/issues/3380
if you change the order of calendars in default calendar, does it continue to fail the same?
and you have the clipping fix on , right?
-
@sdetweil I do have the Clipping thing on. Right now, the problem calendar is the second one in the config area of the main calendar module. I’ll swap it with the first one and see what happens.
-
Well, swapping the order seems like it might have helped. I restarted MM a few times and it seems like they are all showing up now. I’ll keep an eye on it. :)
Thanks