Read the statement by Michael Teeuw here.
MMM-CalendarExt3 only one calendar not updating
-
@emlowe yes, and new code takes longer than old with lots of events
what is the calendar refreshinterval
-
@sdetweil You mean
fetchInterval: 5 * 60 * 1000
?the calendar module doesn’t have
refreshinterval
does it? -
@emlowe fetchInterval is same
-
I added various log outputs to node_helper.js and calendar.js
node_helper is sending the socket notification for CALENDAR_EVENTS
this is not received by the front end code in calendar.jsI don’t know what happens to it, but I added logging to print out in calendar.js whenever the
socketNotificationReceived
handler is called and it doesn’t print.(unless I refresh the page - at which point it does)
-
Something even stranger - if I immediately refresh the page it also works. Here I mean is:
npm run server
got to browser and bring up host:8080
calendar will say “Loading” for a very long time
(despite the events getting broadcast)But if I :
npm run server
go to browser and bring up host:8080
calender says “Loading”
Refresh the page immediately
calendar says “Loading”
calendar will immediately show the events as soon as the events are broadcast -
@emlowe oh, “cool” ugh, i opened an issue about that last year
just reopened
https://github.com/MagicMirrorOrg/MagicMirror/issues/3380can you add the contents of your post in an comment
actually this one
https://forum.magicmirror.builders/topic/19345/mmm-calendarext3-only-one-calendar-not-updating/30?page=3#