<?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 Only loading a few items.]]></title><description><![CDATA[<p dir="auto">I am rebuilding my Magic Mirror with the new CalendarExt3Agenda control after having used the CalendarExt2 controls for years to manage my multiple family calendars and activities.  I can’t get all the entries to show up on the CalendarExt3Agenda control.  It sometimes loads one or two of the calendar events from the Soccer calendar, but none from the others.  Below is a screenshot with the basic calendar control shown and the CalendarExt3Agenda section of my config file. What am I missing?</p>
<pre><code>{	
			module: "calendar",
			position: "top_left",
			//hiddenOnStartup: true,
			config: 
			{
			broadcastPastEvents: false, 
			hiddenOnStartup: true,
			calendars: 
			[
				{
					url: "https://calendar.google.com/calendar/file.ics",
					name: "Molly", 
					color: "Magenta", 
					broadcastPastEvents: false, 
					maximumEntries: 100, 
					symbol: 'person-dress', 
				},
				{
					url: "https://calendar.google.com/calendar/file.ics",
					name: "Soccer", 
					color: "Green", 
					broadcastPastEvents: false, 
					maximumEntries: 100, 
					symbol: 'futbol', 
				},
			],
			},
		},
		
		{
			module: "MMM-CalendarExt3Agenda",
			position: "top_left",
			title: "Family Agenda",
			config: 
			{
				useWeather: false,
				showMiniMonthCalendar: false,
				hiddenOnStartup: true,
			}
		},
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1706993407508-calendar-screenshot.jpg" alt="Calendar Screenshot.JPG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/18476/mmm-calendarext3agenda-only-loading-a-few-items</link><generator>RSS for Node</generator><lastBuildDate>Wed, 10 Jun 2026 03:02:52 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18476.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 03 Feb 2024 20:53:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda Only loading a few items. on Mon, 05 Feb 2024 08:43:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schwarem" aria-label="Profile: schwarem">@<bdi>schwarem</bdi></a><br />
That’s not your or your RPI’s fault. :)</p>
<p dir="auto">With your previous log image, at least 7 calendars had to be parsed. The first calendar (12 events) was fetched on 11:06:27, and the last calendar(93 events) was fetched on 11:06:40. These 7 calendars need almost 13 seconds to parse completely.</p>
<p dir="auto">But CX3* would appear after 5 seconds(by default) from the first fetching. Nobody can’t foresee when the last calendar will finish the fetching (or even whether it is complete or not). So CX3* will wait a few seconds and then show only the events from the current aggregated regardless of whether some unfetched calendars remain.</p>
<p dir="auto">CX2 parsed events of the calendar by itself so it could know whether all events were fetched or not.(At least I made so), but CX3 doesn’t parse the calendar, only using the feed from another module. That’s the difference.</p>
<p dir="auto">No worry. Until the next cycle(defined by <code>refreshInterval</code>), the unfetched calendars would be fetched until then. In the following <code>refreshInterval</code>, your missing events will be shown adequately.</p>
<p dir="auto">Or, increase <code>waitFetch</code> to wait more seconds for more calendars to fetch.</p>
]]></description><link>https://forum.magicmirror.builders/post/115281</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115281</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Mon, 05 Feb 2024 08:43:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda Only loading a few items. on Sun, 04 Feb 2024 22:42:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a></p>
<p dir="auto">Increasing the WaitFetch worked.  Thanks to everyone for the suggestions.</p>
<p dir="auto">By the way, I have a Raspberry Pi 4 B with 1 gb of RAM  which had enough power for CalendarExt2.</p>
]]></description><link>https://forum.magicmirror.builders/post/115270</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115270</guid><dc:creator><![CDATA[schwarem]]></dc:creator><pubDate>Sun, 04 Feb 2024 22:42:30 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda Only loading a few items. on Sun, 04 Feb 2024 16:28:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schwarem" aria-label="Profile: schwarem">@<bdi>schwarem</bdi></a> said in <a href="/post/115262">MMM-CalendarExt3Agenda Only loading a few items.</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">Below is the screenshot.  It is loading everything, but not displaying in CalendarExt3.  I also noticed in the debug console there was the message below.  I don’t know what it means.</p>
<p dir="auto"><img src="/assets/uploads/files/1707061440313-dce7f440-1f51-42db-9f39-01f94dbb6fd9-image.png" alt="dce7f440-1f51-42db-9f39-01f94dbb6fd9-image.png" class=" img-fluid img-markdown" /></p>
</blockquote>
<p dir="auto">Not error, just info. You can ignore it.</p>
]]></description><link>https://forum.magicmirror.builders/post/115267</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115267</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Sun, 04 Feb 2024 16:28:23 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda Only loading a few items. on Sun, 04 Feb 2024 16:26:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schwarem" aria-label="Profile: schwarem">@<bdi>schwarem</bdi></a><br />
Only events from some specific calendars seem being missed.<br />
Usually, that case happens when CX3* will be displayed before all the calendars’ fetching is completed.<br />
Give enough <code>waitFetch</code> of CX3*'s config. By default, it would be <code>5000</code>ms(5 sec). I think <code>10_000</code> or something may be enough for you.<br />
Generally, 5 seconds is enough for most of the environment, but in some low-powered devices, too many calendars or events, slow internet speed or many various other reasons could make the case.</p>
]]></description><link>https://forum.magicmirror.builders/post/115266</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115266</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Sun, 04 Feb 2024 16:26:30 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda Only loading a few items. on Sun, 04 Feb 2024 16:13:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schwarem" aria-label="Profile: schwarem">@<bdi>schwarem</bdi></a> it should  have done the extension install too</p>
]]></description><link>https://forum.magicmirror.builders/post/115265</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115265</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 04 Feb 2024 16:13:03 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda Only loading a few items. on Sun, 04 Feb 2024 16:50:10 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> Yes. and I just ran it again.</p>
]]></description><link>https://forum.magicmirror.builders/post/115264</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115264</guid><dc:creator><![CDATA[schwarem]]></dc:creator><pubDate>Sun, 04 Feb 2024 16:50:10 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda Only loading a few items. on Sun, 04 Feb 2024 16:03:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schwarem" aria-label="Profile: schwarem">@<bdi>schwarem</bdi></a> i erased your image, one line at top had full url, please fix and then edit post and add it back in</p>
<p dir="auto">did you do</p>
<pre><code>npm install
</code></pre>
<p dir="auto">in the module folder after git clone??</p>
]]></description><link>https://forum.magicmirror.builders/post/115263</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115263</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 04 Feb 2024 16:03:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda Only loading a few items. on Sun, 04 Feb 2024 16:42:38 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></p>
<p dir="auto">Below is the screenshot.  It is loading everything, but not displaying in CalendarExt3.  I also noticed in the debug console there was the message below.  I don’t know what it means.</p>
<p dir="auto"><img src="/assets/uploads/files/1707064936288-c92f6168-d3c0-4a42-8a26-05a585321316-image.png" alt="c92f6168-d3c0-4a42-8a26-05a585321316-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1707061440313-dce7f440-1f51-42db-9f39-01f94dbb6fd9-image.png" alt="dce7f440-1f51-42db-9f39-01f94dbb6fd9-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/115262</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115262</guid><dc:creator><![CDATA[schwarem]]></dc:creator><pubDate>Sun, 04 Feb 2024 16:42:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda Only loading a few items. on Sun, 04 Feb 2024 15:33:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schwarem" aria-label="Profile: schwarem">@<bdi>schwarem</bdi></a> can you show the messages from npm start where the deault calendar module says how many events it broadcast.</p>
<p dir="auto">like</p>
<pre><code>Calendar-Fetcher: Broadcasting 11 events from https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics.
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/115261</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115261</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 04 Feb 2024 15:33:24 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda Only loading a few items. on Sun, 04 Feb 2024 15:17:15 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><br />
Thanks for the update.  Still no luck.</p>
]]></description><link>https://forum.magicmirror.builders/post/115260</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115260</guid><dc:creator><![CDATA[schwarem]]></dc:creator><pubDate>Sun, 04 Feb 2024 15:17:15 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda Only loading a few items. on Sun, 04 Feb 2024 04:14:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schwarem" aria-label="Profile: schwarem">@<bdi>schwarem</bdi></a> ok, try the prior parser</p>
<pre><code>cd ~/MagicMirror
npm install node-ical@0.16.1
</code></pre>
<p dir="auto">restart MagicMirror</p>
]]></description><link>https://forum.magicmirror.builders/post/115256</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115256</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 04 Feb 2024 04:14:27 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda Only loading a few items. on Sun, 04 Feb 2024 04:00:27 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></p>
<p dir="auto">I switched it to only about the calendar list, but I still have the same issue.</p>
<pre><code>{	
			module: "calendar",
			position: "top_left",
			config: 
			{
			broadcastPastEvents: false, 
			fade: false,
			coloredText: true,
			maximumEntries: 15,
			showLocation: true,
			calendars: 
			[
				{
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/115255</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115255</guid><dc:creator><![CDATA[schwarem]]></dc:creator><pubDate>Sun, 04 Feb 2024 04:00:27 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda Only loading a few items. on Sat, 03 Feb 2024 21:18:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schwarem" aria-label="Profile: schwarem">@<bdi>schwarem</bdi></a> bug in 2.26, maximumEntries  not by calendar url… only overall, above the calendars list</p>
]]></description><link>https://forum.magicmirror.builders/post/115244</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115244</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 03 Feb 2024 21:18:34 GMT</pubDate></item></channel></rss>