<?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[Multiple Google Calendar issue]]></title><description><![CDATA[<p dir="auto">Hey!</p>
<p dir="auto">Im new in the MM community and got some issues setting up multiple Google Calendars.<br />
The first one works fine. Then i tried to set up two more from two different accounts.<br />
The URL i correct.  But when I boot my mirror it says that there is nothing in the calendar and sometimes it says that there is an error in the module. I guess i have made an error somewhere, but cant figure it out. I have made changes to my url in the post since its my private calendar.<br />
Sorry about the mess in my config !</p>
<pre><code>		module: "calendar",
		header: "Bobba",
		position: "top_left",
		config: {
			calendars: [
				{
					fetchInterval: 7 * 24 * 60 * 60 * 1000,
					symbol: "calendar-check",
					url: "https://calendar.google.com/calendar/ical/my=private-url/basic.ics",
					maximumEntries:7,	
					//url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
				}
			]
		}
	},
		{
		module: "calendar",
		header: "Sara",
		position: "top_left",
		config: {
			calendars: [
				{
					fetchInterval: 7 * 24 * 60 * 60 * 1000,
					symbol: "calendar-check",
					url: "https://calendar.google.com/calendar/ical/my=private-url/basic.ics",
					maximumEntries:7,	
					//url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
				}
			]
		}
	},
		{
		module: "calendar",
		header: "Max",
		position: "top_left",
		config: {
			calendars: [
				{
					fetchInterval: 7 * 24 * 60 * 60 * 1000,
					symbol: "calendar-check",
					url: "https://calendar.google.com/calendar/ical/my=private-urlbasic.ics",
					maximumEntries:7,	
					//url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
				}
			]
		}
	},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/18654/multiple-google-calendar-issue</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 03:39:10 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18654.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 13 Apr 2024 17:17:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Multiple Google Calendar issue on Sat, 13 Apr 2024 19:16:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bobba86" aria-label="Profile: Bobba86">@<bdi>Bobba86</bdi></a> the logs are output where you do npm start.</p>
<p dir="auto">if you use pm2 to auto start, then it collects the info  whi h  an be show with a pm2 command</p>
<p dir="auto">pm2 logs --lines=xxxx<br />
xxxx is number of lines, default 15</p>
<p dir="auto">as you want them w different headers, .multiple modules is the right way</p>
<p dir="auto">BUT in a single…module  it is.</p>
<pre><code class="language-js">calendars: [
     {
       url:"...."
        other parms 
     },
      {
         url :"....."
         other parms 
       } ,
repeat
]
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/116984</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/116984</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 13 Apr 2024 19:16:55 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple Google Calendar issue on Sat, 13 Apr 2024 20:04:30 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></p>
<p dir="auto">Thanks! Followed your instructions and tadaaa! It works :D Thank you very much for the help!</p>
]]></description><link>https://forum.magicmirror.builders/post/116985</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/116985</guid><dc:creator><![CDATA[Bobba86]]></dc:creator><pubDate>Sat, 13 Apr 2024 20:04:30 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple Google Calendar issue on Sat, 13 Apr 2024 19:16:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bobba86" aria-label="Profile: Bobba86">@<bdi>Bobba86</bdi></a> the logs are output where you do npm start.</p>
<p dir="auto">if you use pm2 to auto start, then it collects the info  whi h  an be show with a pm2 command</p>
<p dir="auto">pm2 logs --lines=xxxx<br />
xxxx is number of lines, default 15</p>
<p dir="auto">as you want them w different headers, .multiple modules is the right way</p>
<p dir="auto">BUT in a single…module  it is.</p>
<pre><code class="language-js">calendars: [
     {
       url:"...."
        other parms 
     },
      {
         url :"....."
         other parms 
       } ,
repeat
]
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/116984</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/116984</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 13 Apr 2024 19:16:55 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple Google Calendar issue on Sat, 13 Apr 2024 19:00:27 GMT]]></title><description><![CDATA[<p dir="auto">Not sure how to show the error. Is there a log or something where i can get an error code?  The calendar is showing in MM. But there is nothing in the calendar, no matter how many things i enter in my google calendar. The first one works just fine, but the second and third won´t show anything,<br />
Sometimes when i launch MM it says “error in the module” under the second and third calendar.</p>
<p dir="auto">If i would put all in one module. should i do it like this?<br />
Im new to this and have zero knowledge in coding   :D</p>
<pre><code>	module: "calendar",
	header: "Bobba",
	position: "top_left",
	config: {
		calendars: [
			{
				fetchInterval: 7 * 24 * 60 * 60 * 1000,
				symbol: "calendar-check",
				url: "https://calendar.google.com/calendar/ical/my=private-url/basic.ics",
				maximumEntries:7,	
				//url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
			}
</code></pre>
<p dir="auto">{<br />
header: “Sara”,<br />
position: “top_left”,<br />
config: {<br />
calendars: [<br />
{<br />
fetchInterval: 7 * 24 * 60 * 60 * 1000,<br />
symbol: “calendar-check”,<br />
url: “<a href="https://calendar.google.com/calendar/ical/my=private-url/basic.ics" target="_blank" rel="noopener noreferrer nofollow ugc">https://calendar.google.com/calendar/ical/my=private-url/basic.ics</a>”,<br />
maximumEntries:7,	<br />
//url: “<a href="https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics" target="_blank" rel="noopener noreferrer nofollow ugc">https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics</a>”<br />
}<br />
{<br />
header: “Sara”,<br />
position: “top_left”,<br />
config: {<br />
calendars: [<br />
{<br />
fetchInterval: 7 * 24 * 60 * 60 * 1000,<br />
symbol: “calendar-check”,<br />
url: “<a href="https://calendar.google.com/calendar/ical/my=private-url/basic.ics" target="_blank" rel="noopener noreferrer nofollow ugc">https://calendar.google.com/calendar/ical/my=private-url/basic.ics</a>”,<br />
maximumEntries:7,	<br />
//url: “<a href="https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics" target="_blank" rel="noopener noreferrer nofollow ugc">https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics</a>”<br />
}<br />
]<br />
}<br />
},</p>
]]></description><link>https://forum.magicmirror.builders/post/116983</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/116983</guid><dc:creator><![CDATA[Bobba86]]></dc:creator><pubDate>Sat, 13 Apr 2024 19:00:27 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple Google Calendar issue on Sat, 13 Apr 2024 18:29:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bobba86" aria-label="Profile: Bobba86">@<bdi>Bobba86</bdi></a> can you show the error. you can do all 4 in one calendar module of you want too… then the events are combined</p>
]]></description><link>https://forum.magicmirror.builders/post/116981</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/116981</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 13 Apr 2024 18:29:32 GMT</pubDate></item></channel></rss>