<?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[Can not add more than ONE calendar??]]></title><description><![CDATA[<p dir="auto">I have tries almost everything, looked at youtube and others here in the forum, but I can not find the answer, how do I put some callendars in my MM ?  how do I add one or two calendars more ?:</p>
<pre><code>module: "calendar",
			header: "Kalender",
			position: "top_left",
			config: {
				calendars: [
					{
						symbol: "calendar-check",
						url: "https://calendar.google.com/calendar/ical/XXXXXXXXXXXX/private-XXXXXXXXXXXXXXXXX/basic.ics"					}
				]
			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/12205/can-not-add-more-than-one-calendar</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 14:53:10 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12205.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 Feb 2020 22:32:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can not add more than ONE calendar?? on Sat, 15 Feb 2020 15:04:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ironman_dk" aria-label="Profile: ironman_DK">@<bdi>ironman_DK</bdi></a> here is my calendar setup, with dual calendars…</p>
<pre><code>		{
			module: "calendar",
			disabled:false,
			position: "top_left",
			config: {
				//maximumEntries: 100,
				tableClass:"foo",
				fetchInterval: 10*60*1000,
				calendars: [
					{
						symbol: "calendar-check",
						url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"					
					},
					{
						url: "https://calendar.google.com/calendar/ical/...basic.ics"
					}
				]
			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/69556</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69556</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 15 Feb 2020 15:04:21 GMT</pubDate></item><item><title><![CDATA[Reply to Can not add more than ONE calendar?? on Sat, 15 Feb 2020 14:20:11 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 is not possible to do that, It will fail when I do this  are you sure this is the right code ?</p>
]]></description><link>https://forum.magicmirror.builders/post/69555</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69555</guid><dc:creator><![CDATA[ironman_DK]]></dc:creator><pubDate>Sat, 15 Feb 2020 14:20:11 GMT</pubDate></item><item><title><![CDATA[Reply to Can not add more than ONE calendar?? on Fri, 14 Feb 2020 11:14:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ironman_dk" aria-label="Profile: ironman_DK">@<bdi>ironman_DK</bdi></a> , I had the same challenge. I would like to add to add another possible solution to <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> 's :</p>
<p dir="auto">By just creating additional instances of the calendar module, you can even give each its own header, which I find adds to clarity. You may want to look at my configuration which I posted here (unfortunately still a prototype, still waiting for the glass to arrive ;-) )<br />
<a href="https://forum.magicmirror.builders/topic/12104/glass-on-the-way-but-still-eager-to-share-my-first-try">https://forum.magicmirror.builders/topic/12104/glass-on-the-way-but-still-eager-to-share-my-first-try</a></p>
<p dir="auto">So here’s how I configured it:</p>
<pre><code>		{
			module: "calendar",
			header: "Familie",
			position: "top_left",
			config: {
				maximumEntries: "5",
				calendars: [
					{
						symbol: "calendar-check-o ",
						url: "https://calendar.google.com/calendar/ical/XXXXXXXXXXXXXXXX/basic.ics"
					}
				]
			}
		},
                {
                        module: "calendar",
                        header: "Markus",
                        position: "top_left",
                        config: {
				maximumEntries: "5",
                                calendars: [
                                        {
                                                symbol: "calendar-check-o ",
                                                url: "https://calendar.google.com/calendar/ical/markusXXXXXXXXXXXXX.ics" 
                                        }
                                ]
                        }
                },

</code></pre>
<p dir="auto">Hope it helps</p>
]]></description><link>https://forum.magicmirror.builders/post/69527</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69527</guid><dc:creator><![CDATA[Meidlmarkus]]></dc:creator><pubDate>Fri, 14 Feb 2020 11:14:06 GMT</pubDate></item><item><title><![CDATA[Reply to Can not add more than ONE calendar?? on Sat, 15 Feb 2020 15:03:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ironman_dk" aria-label="Profile: ironman_DK">@<bdi>ironman_DK</bdi></a> it would be</p>
<pre><code>{ 
 module: "calendar",
     config : {
          calendars:[
                {
                   Cal 1 info
                 },
                 {
                   Cal 2 info
                 }
            ]
     }
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/69523</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69523</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 15 Feb 2020 15:03:17 GMT</pubDate></item></channel></rss>