<?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[Calendar Module still referencing Template]]></title><description><![CDATA[<p dir="auto">So I’m hoping I’m explaining this properly… I’ve updated my Calendar Module to reference my Google calendar, and I’ve reloaded MagicMirror… As I watch the log via pm2 logs MagicMirror I see that it’s creating a calendar fetcher for the <a href="http://calendarlabs.com/Templates" target="_blank" rel="noopener noreferrer nofollow ugc">calendarlabs.com/Templates</a>, not my webcal for my Google Calendar (I’ve tried changing it from webcal:// to http:// and https://).</p>
<p dir="auto">Any suggestions?</p>
]]></description><link>https://forum.magicmirror.builders/topic/5052/calendar-module-still-referencing-template</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 20:28:22 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/5052.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 04 Oct 2017 19:59:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Calendar Module still referencing Template on Wed, 04 Oct 2017 23:28:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/masantangelo" aria-label="Profile: MASantangelo">@<bdi>MASantangelo</bdi></a> said in <a href="/post/29018">Calendar Module still referencing Template</a>:</p>
<blockquote>
<p dir="auto">I’m gonna chalk that up to not enough coffee on my part.  :)</p>
</blockquote>
<p dir="auto">Or too much. <strong>:^)</strong></p>
]]></description><link>https://forum.magicmirror.builders/post/29019</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29019</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 04 Oct 2017 23:28:29 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar Module still referencing Template on Wed, 04 Oct 2017 23:14:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> I’m gonna chalk that up to not enough coffee on my part.  :)</p>
]]></description><link>https://forum.magicmirror.builders/post/29018</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29018</guid><dc:creator><![CDATA[MASantangelo]]></dc:creator><pubDate>Wed, 04 Oct 2017 23:14:34 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar Module still referencing Template on Wed, 04 Oct 2017 23:08:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/masantangelo" aria-label="Profile: MASantangelo">@<bdi>MASantangelo</bdi></a> said in <a href="/post/29016">Calendar Module still referencing Template</a>:</p>
<blockquote>
<p dir="auto">Thanks anyways <a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> !</p>
</blockquote>
<p dir="auto">You know, I didn’t even realize your config was missing the array brackets. My bad.</p>
<p dir="auto">Glad you worked it out! Enjoy your mirror</p>
]]></description><link>https://forum.magicmirror.builders/post/29017</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29017</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 04 Oct 2017 23:08:17 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar Module still referencing Template on Wed, 04 Oct 2017 23:04:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> That didn’t do it either.  I stumbled upon this thread: <a href="https://forum.magicmirror.builders/topic/127/question-about-calendar/7">https://forum.magicmirror.builders/topic/127/question-about-calendar/7</a></p>
<p dir="auto">So I changed my config to:</p>
<pre><code>            {
                    module: "calendar",
                    position: "top_left",
                    config: {
                            maximumEntries: "15",
                            maximumNumberOfDays: "30",
                            calendars: [
                                    {
                                            symbol: "calendar",
                                            url: "https://calendar.google.com/calendar/ical/private@group.calendar.google.com/private-private/basic.ics",
                                    }
                            ]
                    }
            },
</code></pre>
<p dir="auto">And now it’s working.  Woohoo!</p>
<p dir="auto">Thanks anyways <a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> !</p>
]]></description><link>https://forum.magicmirror.builders/post/29016</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29016</guid><dc:creator><![CDATA[MASantangelo]]></dc:creator><pubDate>Wed, 04 Oct 2017 23:04:16 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar Module still referencing Template on Wed, 04 Oct 2017 22:44:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> So, I tried three things: I tried making the existing calendar public, I tried making a duplicate and making it public, I tried downloading the ICS locally and referencing that.  No matter what I change the calendar to (even a completely broken url), it ALWAYS references the calendarlabs one… This is very weird.  Maybe I’ll try an update of the base MagicMirror.</p>
<p dir="auto">-Mike</p>
]]></description><link>https://forum.magicmirror.builders/post/29015</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29015</guid><dc:creator><![CDATA[MASantangelo]]></dc:creator><pubDate>Wed, 04 Oct 2017 22:44:55 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar Module still referencing Template on Wed, 04 Oct 2017 20:30:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/masantangelo" aria-label="Profile: MASantangelo">@<bdi>MASantangelo</bdi></a> said in <a href="/post/29004">Calendar Module still referencing Template</a>:</p>
<blockquote>
<p dir="auto">Any suggestions?</p>
</blockquote>
<p dir="auto">This is just a shot in the dark but I think I remember something about “private” calendars not displaying.</p>
<p dir="auto">Try duplicating your private calendar, making the duplicate “public”, then get the ics url for the public copy and try that.</p>
<p dir="auto">Alternately, if you can download the private calendar.ics file and call it locally. That might work, as well.</p>
<p dir="auto">If neither works, then someone else will have to chime in here and hopefully you will accept my apologies for sending you on a wild goose chase.</p>
]]></description><link>https://forum.magicmirror.builders/post/29008</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29008</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 04 Oct 2017 20:30:21 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar Module still referencing Template on Wed, 04 Oct 2017 20:03:46 GMT]]></title><description><![CDATA[<p dir="auto">Specifically, my calendar module is:</p>
<pre><code>            {
                    module: "calendar",
                    position: "top_left",
                    config: {
                            maximumEntries: "15",
                            maximumNumberOfDays: "30",
                            url: "webcal://calendar.google.com/calendar/ical/private@group.calendar.google.com/private-private/basic.ics",
                            symbol: "calendar",
                    }
            },
</code></pre>
<p dir="auto">and the line I’m seeing in the PM2 log is:</p>
<pre><code>            0|MagicMir | Create new calendar fetcher for url: http://www.calendarlabs.com/templates/ical/US-Holidays.ics - Interval: 300000
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/29005</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29005</guid><dc:creator><![CDATA[MASantangelo]]></dc:creator><pubDate>Wed, 04 Oct 2017 20:03:46 GMT</pubDate></item></channel></rss>