<?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-CalendarExt3 - more than 4 calendars?]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Is it possible to display more than 4 calendars at a time?</p>
<p dir="auto">I can see the first 4, but not all of the calendars.</p>
<p dir="auto">I am only displaying 4 calendars at the bottom, but I want to show all 7</p>
<p dir="auto">In my config file, I have:</p>
<pre><code>{module: "MMM-CalendarExt3",
	pages: {"Main Calendar": "middle_center"},
	position: "middle_center",
	title: "Our Calendar",
	instanceId: "Our_Calendar",
	config: {
                    displayLegend: true,
		calendarSet: ["Calendar 1", "Calendar 2", "Calendar 3", "Calendar 4", "Calendar 5", "Calendar 6","Calendar 7"],
	}
	},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/19367/mmm-calendarext3-more-than-4-calendars</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 20:10:55 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19367.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 26 Jan 2025 15:06:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt3 - more than 4 calendars? on Thu, 30 Jan 2025 13:34:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cheminge" aria-label="Profile: cheminge">@<bdi>cheminge</bdi></a> and really the terminology is showing events from all 7</p>
<p dir="auto">so if you look at the pm2 log of MagicMirror startup you will see<br />
the default calendar message for broadcasting the everts which ext3 reads (each calendar’s events are sent separately when ready)</p>
<p dir="auto">Ext3 does not want to flash the screen each time some events come in. so it waits a bit (waitFetch time 5 second default) from first cal msg</p>
<p dir="auto">anything that comes in after that has to wait til the calendar is redrawn (refreshInterval time 30 minutes default)</p>
<p dir="auto">the pm2 logs have a timestamp on the messages so you can tell how long it took to get all the data to Ext3</p>
<p dir="auto">if you increase waitFetch, nothing is drawn til then<br />
if you make refreshInterval too low you update for no reason  and consume resources other modules might want to use</p>
]]></description><link>https://forum.magicmirror.builders/post/123580</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123580</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 30 Jan 2025 13:34:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 - more than 4 calendars? on Wed, 29 Jan 2025 18:55:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cheminge" aria-label="Profile: cheminge">@<bdi>cheminge</bdi></a> can you show me the complete text of the module config, name,  pos, …</p>
]]></description><link>https://forum.magicmirror.builders/post/123574</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123574</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 29 Jan 2025 18:55:57 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 - more than 4 calendars? on Wed, 29 Jan 2025 18:40:08 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 />
inside my config:</p>
<pre><code>                        mode: "month",
                        firstDayOfWeek: 0,
			locale:'en-US',
			headerTitleOptions: {month: 'long'},
			fontSize: "20px",
			eventHeight: "22px",
			maxEventLines: "6",
			useWeather: false,
			displayLegend: true,
			useIconify: true,
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/123573</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123573</guid><dc:creator><![CDATA[cheminge]]></dc:creator><pubDate>Wed, 29 Jan 2025 18:40:08 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 - more than 4 calendars? on Wed, 29 Jan 2025 18:21:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cheminge" aria-label="Profile: cheminge">@<bdi>cheminge</bdi></a> what mode are the cals in. there is only so much space</p>
]]></description><link>https://forum.magicmirror.builders/post/123469</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123469</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 29 Jan 2025 18:21:07 GMT</pubDate></item></channel></rss>