<?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 Calendars]]></title><description><![CDATA[<p dir="auto">Below is the code I am attempting to use to display 2 calendars. When I launch MM i see the Birthday calendar for just a second and it gets over written with the Holiday calendar.</p>
<p dir="auto">Thanks<br />
MW</p>
<pre><code>                {
                        module: "MMM-GoogleBirthdaysProvider",
                        config: {}
                },

                {
                        module: "calendar",
                        header: "Birthdays and US Holidays",
                        position: "top_left",
                        config:
                        {
                           calendars:
                           [
                              {
                                 symbol: 'birthday-cake',
                                 url: 'http://localhost:8080/mmm-googlebirthdaysprovider',
                              },

                              {
                                 symbol: "calendar-check",
                                 url: 'https://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics'
                              }

                           ]
                        }
                },

</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/9973/multiple-calendars</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 06:31:11 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/9973.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 06 Mar 2019 21:05:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Multiple Calendars on Thu, 07 Mar 2019 20:57:03 GMT]]></title><description><![CDATA[<p dir="auto">Nilnik,<br />
I did sort it out, I ended up putting Birthdays and Holidays in there own section, it now displays birthdays above the holidays.<br />
My only issue now is its only showing 1 persons birthday when I know there are many within the next month. Funny the one that is showing is 5 months from now.</p>
<p dir="auto">Thanks for the quick reply.<br />
MW</p>
]]></description><link>https://forum.magicmirror.builders/post/53886</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53886</guid><dc:creator><![CDATA[MwMagicMirror]]></dc:creator><pubDate>Thu, 07 Mar 2019 20:57:03 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple Calendars on Thu, 07 Mar 2019 08:38:56 GMT]]></title><description><![CDATA[<p dir="auto">Hello, Try this. I removed a comma after gogglebirhdaysprovider and inserted a comma after the curly bracket<br />
below the holidays-url. Hope it works. /Nisse</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mwmagicmirror" aria-label="Profile: MwMagicMirror">@<bdi>MwMagicMirror</bdi></a> said in <a href="/post/53797">Multiple Calendars</a>:</p>
<blockquote>
<p dir="auto">{<br />
module: “MMM-GoogleBirthdaysProvider”,<br />
config: {}<br />
},</p>
<pre><code>            {
                    module: "calendar",
                    header: "Birthdays and US Holidays",
                    position: "top_left",
                    config:
                    {
                       calendars:
                       [
                          {
                             symbol: 'birthday-cake',
                             url: 'http://localhost:8080/mmm-googlebirthdaysprovider'
                          },

                          {
                             symbol: "calendar-check",
                             url: 'https://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics'
                          },

                       ]
                    }
            },
</code></pre>
</blockquote>
]]></description><link>https://forum.magicmirror.builders/post/53842</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53842</guid><dc:creator><![CDATA[Nilnik]]></dc:creator><pubDate>Thu, 07 Mar 2019 08:38:56 GMT</pubDate></item></channel></rss>