<?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[Having issues with 2nd ical.]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/9490/2nd-calendar-won-t-display">2nd Calendar won't display</a></p>
<p dir="auto">I cannot get my 2nd calendar to appear in MM, despite what changes I’ve done.  Here is my module snippet (with ical keys obfuscated):</p>
<pre><code>{
                        module: "calendar",
                        header: "Upcoming Events",
                        position: "top_left",
                        config: {
                                calendars: [
                                        {
                                         symbol: "user-alt",
                                         url: "https://calendar.google.com/calendar/ical/mah-email@gmail.com/mah-priv-key/basic.ics"
                                        },
                                        {
                                         symbol: "briefcase",
                                         url: "https://outlook.office365.us/owa/calendar/mah-email/mah-priv-key/calendar.ics"
                                        },
                                        ],
                        }
                },
</code></pre>
<p dir="auto">My first gmail calendar shows up file.  No issues there.</p>
<p dir="auto">For the second OWA calendar, I have tried exchanging https:// with webcal:// and back  I have ensured that the MM itself can successfully <em><strong>wget</strong></em> the ics file, so connectivity is not an issue.  Most of my events in this calendar are weekly or monthly recurring events, but I certainly have upcoming events that are not the “recurring” type.</p>
<p dir="auto">Anyone have any ideas?</p>
]]></description><link>https://forum.magicmirror.builders/topic/13791/having-issues-with-2nd-ical</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 02:30:58 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13791.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 07 Oct 2020 19:54:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Having issues with 2nd ical. on Sat, 26 Dec 2020 14:26:44 GMT]]></title><description><![CDATA[<p dir="auto">I am having an similar issue.<br />
config:</p>
<pre><code>{
  			module: "calendar",
  			header: "Agenda",
  			position: "top_left",
  			config: {
				calendars: [
					//{
					//	symbol: "calendar-check",
					//	name: "Thijs",
					//	url: "https://calendar.google.com/calendar/ical/*******/public/basic.ics"
                   //  },
				     {						
						symbol: "calendar",
						name: "Andrea",
						url: "https://calendar.google.com/calendar/ical/********/public/basic.ics"
					 }
				]
			}
		},
</code></pre>
<p dir="auto">Logs show:</p>
<pre><code>[2020-12-26 13:24:33.391] [INFO]   Calendar-Fetcher: Broadcasting 10 events.
[2020-12-26 13:25:03.322] [LOG]    Use existing calendar fetcher for url: https://calendar.google.com/calendar/ical/*****/public/basic.ics
[2020-12-26 13:25:03.324] [INFO]   Calendar-Fetcher: Broadcasting 10 events.

</code></pre>
<p dir="auto">Some fun details:</p>
<ul>
<li>the first ical (now with the //) does work and gives a correct feedback. The second ical is from the same workspace, has the same settings for publications. As far as my knowledge goes the log even shows it fetches 10 events. And I can wget the ics files but still I get a ’ no upcomming events.’ message.</li>
</ul>
<p dir="auto">So <a class="plugin-mentions-user plugin-mentions-a" href="/user/jonspraggins" aria-label="Profile: jonspraggins">@<bdi>jonspraggins</bdi></a>; did you find a solution that could help me into the right direction?</p>
]]></description><link>https://forum.magicmirror.builders/post/86159</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86159</guid><dc:creator><![CDATA[Thheizz]]></dc:creator><pubDate>Sat, 26 Dec 2020 14:26:44 GMT</pubDate></item><item><title><![CDATA[Reply to Having issues with 2nd ical. on Wed, 07 Oct 2020 20:57:59 GMT]]></title><description><![CDATA[<p dir="auto">I will santizize an ics file and send it to your gmail.</p>
]]></description><link>https://forum.magicmirror.builders/post/83008</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83008</guid><dc:creator><![CDATA[jonspraggins]]></dc:creator><pubDate>Wed, 07 Oct 2020 20:57:59 GMT</pubDate></item><item><title><![CDATA[Reply to Having issues with 2nd ical. on Sat, 26 Dec 2020 14:27:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jonspraggins" aria-label="Profile: jonspraggins">@<bdi>jonspraggins</bdi></a> the ICS file is text, so u can edit it with an editor… if u send the vcalendar and one vevent that fails, I would love to see it.</p>
<pre><code>BEGIN:VCALENDAR
BEGIN:VEVENT
...
END:VEVENT
END:VCALENDAR
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/83003</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83003</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 26 Dec 2020 14:27:27 GMT</pubDate></item><item><title><![CDATA[Reply to Having issues with 2nd ical. on Wed, 07 Oct 2020 20:32:27 GMT]]></title><description><![CDATA[<p dir="auto">This is clearly seems to be a problem with OWA and not MM, so I’ll say close this topic.</p>
]]></description><link>https://forum.magicmirror.builders/post/83002</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83002</guid><dc:creator><![CDATA[jonspraggins]]></dc:creator><pubDate>Wed, 07 Oct 2020 20:32:27 GMT</pubDate></item><item><title><![CDATA[Reply to Having issues with 2nd ical. on Wed, 07 Oct 2020 20:28:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jonspraggins" aria-label="Profile: jonspraggins">@<bdi>jonspraggins</bdi></a> and I have other ics files from OWA that worked, and I have fixed because of MS timezone names.<br />
(but that fix is in 2.13)</p>
]]></description><link>https://forum.magicmirror.builders/post/83001</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83001</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 07 Oct 2020 20:28:42 GMT</pubDate></item><item><title><![CDATA[Reply to Having issues with 2nd ical. on Wed, 07 Oct 2020 20:26:48 GMT]]></title><description><![CDATA[<p dir="auto">I just created a fake calendar in OWA and added that to my config.  Those events show up for some reason. curious.</p>
]]></description><link>https://forum.magicmirror.builders/post/83000</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83000</guid><dc:creator><![CDATA[jonspraggins]]></dc:creator><pubDate>Wed, 07 Oct 2020 20:26:48 GMT</pubDate></item><item><title><![CDATA[Reply to Having issues with 2nd ical. on Wed, 07 Oct 2020 20:20:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jonspraggins" aria-label="Profile: jonspraggins">@<bdi>jonspraggins</bdi></a> how about if u make that calendar the 1st entry?</p>
]]></description><link>https://forum.magicmirror.builders/post/82998</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82998</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 07 Oct 2020 20:20:43 GMT</pubDate></item><item><title><![CDATA[Reply to Having issues with 2nd ical. on Wed, 07 Oct 2020 20:17:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jonspraggins" aria-label="Profile: jonspraggins">@<bdi>jonspraggins</bdi></a> u can change the names of the events in the file after u download it.<br />
I don’t have office 365.</p>
]]></description><link>https://forum.magicmirror.builders/post/82997</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82997</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 07 Oct 2020 20:17:01 GMT</pubDate></item><item><title><![CDATA[Reply to Having issues with 2nd ical. on Wed, 07 Oct 2020 20:13:27 GMT]]></title><description><![CDATA[<p dir="auto">from package.json:</p>
<pre><code>"version": "2.13.0",
</code></pre>
<p dir="auto">The ics file is work-related; I cannot sent that.  It should be a standard shared ics file from a published calendar on <a href="https://outlook.office365.us/" target="_blank" rel="noopener noreferrer nofollow ugc">https://outlook.office365.us/</a> with the “Can view all details” permission set applied.</p>
]]></description><link>https://forum.magicmirror.builders/post/82996</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82996</guid><dc:creator><![CDATA[jonspraggins]]></dc:creator><pubDate>Wed, 07 Oct 2020 20:13:27 GMT</pubDate></item><item><title><![CDATA[Reply to Having issues with 2nd ical. on Wed, 07 Oct 2020 20:04:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jonspraggins" aria-label="Profile: jonspraggins">@<bdi>jonspraggins</bdi></a> what mm version are u on.<br />
u can send me the ics file and I will examine it.  same ID at gmail</p>
<p dir="auto">I have just put in two sets of fixes for calendar for 2.13 and next release</p>
]]></description><link>https://forum.magicmirror.builders/post/82995</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82995</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 07 Oct 2020 20:04:42 GMT</pubDate></item></channel></rss>