<?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[second calendar modul]]></title><description><![CDATA[<p dir="auto">hey guys,<br />
sorry for this stupid question but i’m on the beginning to set up a magic mirror.</p>
<p dir="auto">i want to realize two calendars side by side.<br />
i guess i have to add two times the calendar module? i tried this but it doesen’t work.<br />
does anybody has an example code for a case like this?</p>
<p dir="auto">Thanks in advance<br />
Markus</p>
]]></description><link>https://forum.magicmirror.builders/topic/14633/second-calendar-modul</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 15:54:23 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14633.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Feb 2021 21:40:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to second calendar modul on Tue, 16 Feb 2021 07:30:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sceetch" aria-label="Profile: sceetch">@<bdi>sceetch</bdi></a><br />
Goodmorning,</p>
<p dir="auto">Yes you must ad de calendar module two times.</p>
<pre><code>		{
			module: "calendar",
			header: "Calendar_1",
			position: "top_left",
			config: {
			calendars: [
					{
			symbol: "calendar-check",
			maximumNumberOfDays: '3',
			maximumEntries:'3',
			url: "her your 1e url"					}
				]
		}},
		{
			module: "calendar",
			header: "Calandar_2",
			position: "top_left",
			config: {
			calendars: [
					{
			symbol: 'calendar-check',
			maximumNumberOfDays: '2',
			maximumEntries:'3',
			url: "and the second url"					}
				]
		}},
</code></pre>
<p dir="auto">Goodluck</p>
]]></description><link>https://forum.magicmirror.builders/post/88534</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88534</guid><dc:creator><![CDATA[JerryP]]></dc:creator><pubDate>Tue, 16 Feb 2021 07:30:23 GMT</pubDate></item></channel></rss>