<?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 and Default Calendar Display]]></title><description><![CDATA[<p dir="auto">Good morning,</p>
<p dir="auto">Hopefully a simple question. I use both MMM-CalendarEXT3  and default Calendar module displaying on my MagicMirror. I know the MMM-CalendarEXT3 config goes based off of the default Calendar module config. Is it possible to show a calendar with events on the MMM-CalendarEXT3 module but not have the events show up in the default Calendar module?</p>
<p dir="auto">I want these events to show in the calendar, but not on the nifty “upcoming to-do list” type of view that the default Calendar module provides.</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/topic/19728/mmm-calendarext3-and-default-calendar-display</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 16:44:37 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19728.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 08 Jun 2025 15:45:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarEXT3 and Default Calendar Display on Tue, 10 Jun 2025 18:29:12 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> this was the key, I wasn’t aware having multiple instances was ok. I chose 2 instances, 1 hidden position and 1 not. This was successful!</p>
<p dir="auto">Thank you for all of your help and for your setup/update scripts. I use a Pi Zero W2 so making config changes and then testing can be somewhat of a pain with the slow refresh/reboot time.</p>
<p dir="auto">One day I’ll bite the bullet and get a fancier Pi but this one does the trick for the time being!</p>
]]></description><link>https://forum.magicmirror.builders/post/126941</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126941</guid><dc:creator><![CDATA[jesseyz]]></dc:creator><pubDate>Tue, 10 Jun 2025 18:29:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarEXT3 and Default Calendar Display on Tue, 10 Jun 2025 18:36:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jesseyz" aria-label="Profile: jesseyz">@<bdi>jesseyz</bdi></a> when you get that snazzier pi/sbc, you can use my backup/restore to move MM config and modules between devices… (and os’s…)<br />
<a href="https://github.com/sdetweil/MagicMirror-backup-restore" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MagicMirror-backup-restore</a></p>
]]></description><link>https://forum.magicmirror.builders/post/126942</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126942</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 10 Jun 2025 18:36:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarEXT3 and Default Calendar Display on Tue, 10 Jun 2025 18:29:12 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> this was the key, I wasn’t aware having multiple instances was ok. I chose 2 instances, 1 hidden position and 1 not. This was successful!</p>
<p dir="auto">Thank you for all of your help and for your setup/update scripts. I use a Pi Zero W2 so making config changes and then testing can be somewhat of a pain with the slow refresh/reboot time.</p>
<p dir="auto">One day I’ll bite the bullet and get a fancier Pi but this one does the trick for the time being!</p>
]]></description><link>https://forum.magicmirror.builders/post/126941</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126941</guid><dc:creator><![CDATA[jesseyz]]></dc:creator><pubDate>Tue, 10 Jun 2025 18:29:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarEXT3 and Default Calendar Display on Tue, 10 Jun 2025 16:48:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jesseyz" aria-label="Profile: jesseyz">@<bdi>jesseyz</bdi></a> when the default calendar has multiple URLs they are ALWAYS displayed together.<br />
so all shown, or not</p>
<p dir="auto">you can have multiple instances of the default calendar</p>
<pre><code class="language-js">{
module: "calendar"
.
.
.
},
{
 module:"calendar"
.
.
.
}
</code></pre>
<p dir="auto">so maybe in your case, you have 2 instances<br />
with 2 cal urls each, and  one with position, and the other commented out<br />
or 4 instances, 1 url each,  and 2 commented out</p>
<p dir="auto">they all broadcast , and cal ext3 processes just like normal</p>
]]></description><link>https://forum.magicmirror.builders/post/126940</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126940</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 10 Jun 2025 16:48:08 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarEXT3 and Default Calendar Display on Tue, 10 Jun 2025 16:26:58 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> Good morning.</p>
<p dir="auto">This solution did not work for me. I would like to continue to use the default calendar, but only show 2 of the 4 calendars I have plugged into it.</p>
<p dir="auto">I initially tried to give each calendar a different position then comment out the calendars I didn’t want to show but it ended up hiding all default calendars. My current temporary solution is to have everything show on all calendars since the CalendarEXT3 being fully populated is most important. The default calendar showing 2 of the 4 calendars is the “nice to have.”</p>
<p dir="auto">Here’s my configuration for these modules (with personal info redacted):</p>
<pre><code>{
			module: "calendar",
			header: "Family",
			position: "bottom_left",
			config: {
				calendars: [
					{
						symbol: "calendar-check",
						maximumEntries: "30",
						url: "Family calendar URL"
					},
					{
						symbol: "dumbbell",
						url: "Gym Schedule URL"
						//position: "bottom_right"
					},
					{
						symbol: "user-nurse",
						url: "Work schedule URL"

						//position: "bottom_right"
					},
					{
						url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
					}
				]
			}
		},
		{
			module: 'MMM-CalendarExt3',
			position: "upper_third",
			title: "Family Calendar",
			config: {
				mode: "month",
				fontSize: '22px',
				eventTransformer: (event) =&gt; {
					if (event.title.includes("Dad")) {
						event.color = "blue";
					} else if (event.title.includes("Mom")) {
						event.color = "yellow";
					} else if (event.title.includes("Kid #1")) {
						event.color = "red";
					} else if (event.title.includes("Kid #2")) {
						event.color = "green";
					}
					
					return event;
				}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/126939</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126939</guid><dc:creator><![CDATA[jesseyz]]></dc:creator><pubDate>Tue, 10 Jun 2025 16:26:58 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarEXT3 and Default Calendar Display on Sun, 08 Jun 2025 16:08:57 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> excellent, I’ll give it a shot. Thank you</p>
]]></description><link>https://forum.magicmirror.builders/post/126911</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126911</guid><dc:creator><![CDATA[jesseyz]]></dc:creator><pubDate>Sun, 08 Jun 2025 16:08:57 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarEXT3 and Default Calendar Display on Sun, 08 Jun 2025 16:01:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jesseyz" aria-label="Profile: jesseyz">@<bdi>jesseyz</bdi></a> yes, just comment out the position: property on the default calendar<br />
for example</p>
<pre><code>//position:"top_left",
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/126910</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126910</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 08 Jun 2025 16:01:37 GMT</pubDate></item></channel></rss>