<?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[Dual Calendar feed]]></title><description><![CDATA[<p dir="auto">I just got finished loading and configuring my Mirror interface.  The only issue that I am having at the moment is while trying to include mine and my wife’s google calendar feed.  It works perfect as long as I only have the one .ics feed in the config file.  When I add both, my config file crashes.  Any ideas would be greatly appreciated!</p>
]]></description><link>https://forum.magicmirror.builders/topic/273/dual-calendar-feed</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 23:22:18 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/273.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Jun 2016 15:24:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dual Calendar feed on Tue, 02 May 2017 18:29:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kirash4" aria-label="Profile: KirAsh4">@<bdi>KirAsh4</bdi></a> thanks for sharing all your knowledge with all of us. I am a MM enthusiastic and following all your shared info i did a lot of progress in my little project, however i am not able to see the way around to have my Facebook Birthday events to be shown in my MM calendar.<br />
To be more specific not sure how to find the webcal address for it, i tried following this instructions how to get the ical: <a href="https://digibites.zendesk.com/hc/en-us/articles/200299683-How-do-I-get-Facebook-Birthdays-or-Facebook-Upcoming-events-in-Google-Calendar-" target="_blank" rel="noopener noreferrer nofollow ugc">https://digibites.zendesk.com/hc/en-us/articles/200299683-How-do-I-get-Facebook-Birthdays-or-Facebook-Upcoming-events-in-Google-Calendar-</a>  and how to open it: <a href="http://www.wikihow.com/Sync-Facebook-Events-to-iCal" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.wikihow.com/Sync-Facebook-Events-to-iCal</a> but i did not succeed.<br />
Any suggestion? Much appreciated</p>
]]></description><link>https://forum.magicmirror.builders/post/20989</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/20989</guid><dc:creator><![CDATA[AlexNY007]]></dc:creator><pubDate>Tue, 02 May 2017 18:29:37 GMT</pubDate></item><item><title><![CDATA[Reply to Dual Calendar feed on Mon, 27 Jun 2016 16:30:34 GMT]]></title><description><![CDATA[<p dir="auto">You should be able to have both feeds within the same config section:</p>
<pre><code>{
    module: 'calendar',
    header: 'Current &amp; Upcoming Events',
    position: 'top_left',
    config: {
        calendars: [
            {
                /* US Holidays */
                symbol: 'calendar-check-o ',
                url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
            },
            {
                /* Google Private Calendar */
                symbol: 'calendar',
                url: 'https://calendar.google.com/calendar/ical/[USER]%40gmail.com/[YOUR-PRIVATE-KEY/basic.ics'
            },
            {
                /* Facebook Friends Birthdays Calendar */
                symbol: 'birthday-cake',
                url: 'webcal://www.facebook.com/ical/b.php?uid=[USER-ID]&amp;key=[YOUR-PRIVATE-ID]'
            }
        ],
    }
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/2011</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/2011</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Mon, 27 Jun 2016 16:30:34 GMT</pubDate></item><item><title><![CDATA[Reply to Dual Calendar feed on Mon, 27 Jun 2016 16:12:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mitchfarino" aria-label="Profile: Mitchfarino">@<bdi>Mitchfarino</bdi></a> Yes.  I just copied the Calendar Module and reinserted it again.  Then just change the URL for the ics to the second calendar link.  Send me a message if I didn’t explain well enough.</p>
]]></description><link>https://forum.magicmirror.builders/post/2009</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/2009</guid><dc:creator><![CDATA[Sharpe]]></dc:creator><pubDate>Mon, 27 Jun 2016 16:12:03 GMT</pubDate></item><item><title><![CDATA[Reply to Dual Calendar feed on Mon, 27 Jun 2016 11:57:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sharpe" aria-label="Profile: Sharpe">@<bdi>Sharpe</bdi></a> How did you do it?</p>
<p dir="auto">Just copied the config, and added a second?</p>
]]></description><link>https://forum.magicmirror.builders/post/2006</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/2006</guid><dc:creator><![CDATA[Mitchfarino]]></dc:creator><pubDate>Mon, 27 Jun 2016 11:57:45 GMT</pubDate></item><item><title><![CDATA[Reply to Dual Calendar feed on Sat, 25 Jun 2016 16:40:47 GMT]]></title><description><![CDATA[<p dir="auto">Scratch that request! I figured it out!</p>
]]></description><link>https://forum.magicmirror.builders/post/1971</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1971</guid><dc:creator><![CDATA[Sharpe]]></dc:creator><pubDate>Sat, 25 Jun 2016 16:40:47 GMT</pubDate></item></channel></rss>