MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-CalendarExt3Agenda not showing updates

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    4 Posts 2 Posters 105 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M Offline
      MarNog
      last edited by

      We have been using the MMM-CalendarExt3Agenda module for several years, and we’ve recently noticed that updates made to our Google Calendar are not reflected automatically in the MMM-CalendarExt3Agenda display. The changes do appear after restarting MagicMirror, but not in real time.

      I suspect this may be related to the number of entries in the Google Calendar. On a second calendar with only a few entries, updates are reflected immediately, whereas the primary calendar—with several years’ worth of events—does not update as expected.

      Is it possible for the MMM-CalendarExt3Agenda module to read only the most recent entries instead of processing the entire Google Calendar?

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @MarNog
        last edited by

        @MarNog the Ext3 family of modules gets the events from the default calendar module

        Are the calendars on the same fetch cycle?

        We look back a year, and forward maxdays

        But the entire calendar is presented

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        M 1 Reply Last reply Reply Quote 0
        • M Offline
          MarNog @sdetweil
          last edited by

          @sdetweil It looks like calendars that have lots of data take a little longer to update, while small calendars are updated immediately. So, after waiting long enough all calendars got updated. We are good. Thank you

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @MarNog
            last edited by

            @MarNog one thing about the ext3 family of modules.

            They get the events from the default calendar module. But the events are broadcast by url separately.

            Some will take longer than others.

            Ext3 doesn’t want to flash the screen every time it receives a block of events. It doesn’t know when the events will come. So, it has its own refreshInterval time (10 mins default), then it draws whatever it has, and then waits again

            But, you don’t want to wait 10 minutes for the first display , so it has a second timer

            waitFetch:5000, 5 second wait before drawing any events

            If the events arrive after 5 seconds, they dont get displayed til refreshInterval time.

            So, you can adjust those two to improve your viewing experience

            Note that longer waitFetch means more time after start before any events are displayed

            If you use pm2 to launch MagicMirror, it captures the log messages about startup and events being broadcast.
            You could examine those time stamps to determine how long each cal Might take, and use that as a guide to waitFetch time

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0

            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
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy