Read the statement by Michael Teeuw here.
MMM-CalendarExt3 only one calendar not updating
-
@sdetweil No errors in the console log
If I wait long enough where this seems anywhere between 15min to an hour or more, they do appear without a manual refresh.
maybe it’s a complexity issue - when I curl the calender link (it’s a google private ICS link) - the resulting file is 4.8MB - I imagine parsing that is somewhat time-consuming
-
@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
refreshintervaldoes 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
socketNotificationReceivedhandler 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# -
Hmmm… I was in our traditional ceremony with my family - a lunar new year, so I couldn’t catch this post. Sorry.
Anyway, this symptom is not my module’s fault, right? There were some reports similar to this, but not figured out. -
@emlowe can you try this , configure bigger socketio buffer
see the post in the issue
https://github.com/MagicMirrorOrg/MagicMirror/issues/3380#issuecomment-2645778523 -
ok, that didnt help
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login