<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-CalendarExt3Agenda not showing updates]]></title><description><![CDATA[<p dir="auto">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.</p>
<p dir="auto">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.</p>
<p dir="auto">Is it possible for the MMM-CalendarExt3Agenda module to read only the most recent entries instead of processing the entire Google Calendar?</p>
]]></description><link>https://forum.magicmirror.builders/topic/20214/mmm-calendarext3agenda-not-showing-updates</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 20:05:42 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/20214.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Apr 2026 20:04:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda not showing updates on Wed, 06 May 2026 19:34:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> 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</p>
]]></description><link>https://forum.magicmirror.builders/post/131071</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131071</guid><dc:creator><![CDATA[MarNog]]></dc:creator><pubDate>Wed, 06 May 2026 19:34:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda not showing updates on Thu, 07 May 2026 12:13:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marnog" aria-label="Profile: MarNog">@<bdi>MarNog</bdi></a> one thing about the ext3 family of modules.</p>
<p dir="auto">They get the events from the default calendar module. But the events are broadcast by url separately.</p>
<p dir="auto">Some will take longer than others.</p>
<p dir="auto">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</p>
<p dir="auto">But, you don’t want to wait 10 minutes for the first display , so it has a second timer</p>
<p dir="auto">waitFetch:5000, 5 second wait before drawing any events</p>
<p dir="auto">If the events arrive after 5 seconds, they dont get displayed til refreshInterval time.</p>
<p dir="auto">So, you can adjust those two to improve your viewing experience</p>
<p dir="auto">Note that longer waitFetch means more time after start before any events are displayed</p>
<p dir="auto">If you use pm2 to launch MagicMirror, it captures the log messages about startup and events being broadcast.<br />
You could examine those time stamps to determine how long each cal Might take, and use that as a guide to waitFetch time</p>
<p dir="auto">The longer waitFetch means no events are displayed after startup til waitFetch expires</p>
]]></description><link>https://forum.magicmirror.builders/post/131073</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131073</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 07 May 2026 12:13:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda not showing updates on Wed, 06 May 2026 19:34:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> 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</p>
]]></description><link>https://forum.magicmirror.builders/post/131071</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131071</guid><dc:creator><![CDATA[MarNog]]></dc:creator><pubDate>Wed, 06 May 2026 19:34:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda not showing updates on Mon, 13 Apr 2026 20:56:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marnog" aria-label="Profile: MarNog">@<bdi>MarNog</bdi></a> the Ext3 family of modules gets the events from the default calendar module</p>
<p dir="auto">Are the calendars on the same fetch cycle?</p>
<p dir="auto">We look back a year, and forward maxdays</p>
<p dir="auto">But the entire calendar is presented</p>
]]></description><link>https://forum.magicmirror.builders/post/130782</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130782</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 13 Apr 2026 20:56:42 GMT</pubDate></item></channel></rss>