<?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-CalendarExt Multiple Calendars]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/4624/mmm-calendarext">MMM-CalendarExt</a>I am new to CalendarExt and need a little guidance concerning multiple calendars… I need to have 3 additional calendars add to the view but not sure how to do that and also not able to find how to change the time from 24 to 12… any help please?</p>
]]></description><link>https://forum.magicmirror.builders/topic/16026/mmm-calendarext-multiple-calendars</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 22:51:48 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16026.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 15 Dec 2021 21:13:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt Multiple Calendars on Fri, 17 Dec 2021 07:49:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pastormingle" aria-label="Profile: pastormingle">@<bdi>pastormingle</bdi></a> I believe the time would be set by the master time format option.</p>
<p dir="auto">see: <a href="https://docs.magicmirror.builders/getting-started/configuration.html#general" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.magicmirror.builders/getting-started/configuration.html#general</a></p>
]]></description><link>https://forum.magicmirror.builders/post/97586</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97586</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Fri, 17 Dec 2021 07:49:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt Multiple Calendars on Thu, 16 Dec 2021 21:19:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: bkeyport">@<bdi>bkeyport</bdi></a> thanks so much for your help. I did install the calendatExt2 but has several issues as my current config wouldn’t work. But the calendarext did work<br />
With the added calendars. I still didn’t find an option to change from 24 time to 12. If you can point me in the right direction please.</p>
]]></description><link>https://forum.magicmirror.builders/post/97574</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97574</guid><dc:creator><![CDATA[pastormingle]]></dc:creator><pubDate>Thu, 16 Dec 2021 21:19:51 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt Multiple Calendars on Thu, 16 Dec 2021 01:31:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pastormingle" aria-label="Profile: pastormingle">@<bdi>pastormingle</bdi></a> I’d first switch to CalendarExt2. It’s the newer of the two, and more extensive.  However, some of this below may work with the original.</p>
<p dir="auto">This is an example of how the config should be for multiple calendars. Expand as needed.</p>
<pre><code>
			module: "MMM-CalendarExt2", // https://github.com/MMM-CalendarExt2/MMM-CalendarExt2
			config: {
				calendars : [
					{
						url: "URL1",
						name: "Calendar 1", // Optional, Recommended
						// Other Options
					},
					{
						url: "URL2",
						name: "Calendar 2",
						// Other Options
					// etc
				],
				views: [
					{
						mode: // Pick Mode
						position: // Pick Position
						name: // Name Calendar Group 
						calendars: ["Calendar 1". "Calendar 2"],
						// other options
					},
					// OR, if you'd like the calendars independant from each other: 
					{
						mode: // Pick Mode
						position: // Pick Position
						name: // Name Calendar Group
						calendars: ["Calendar 1"],
						// Other Options
					},
					{
						mode: // Pick Mode
						position: // Pick Position
						name: // Name Calendar Group
						calendars: ["Calendar 2"],
						// Other Options
					},
				],
				scenes: [
					{
						name: "DEFAULT",
					},
				],
			},
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/97561</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97561</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Thu, 16 Dec 2021 01:31:35 GMT</pubDate></item></channel></rss>