<?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[MMM-CalendarExt]]></title><description><![CDATA[<p dir="auto">I am new to all this, forgive me if I am missing something easy. I am trying to add the calendar into my Dashboard I am trying to create. I am using 2 calendars, my personal calendar(google) and a US Holidays calendar. On December 1st I have 2 events but one is showing up the day before and on December 9th I have an event that shows up on December 8th and the same for December 11th, It shows up on December the 10th. I am not sure how to fix that, Also you can see the Holidays show up 2 days in a row. Thanksgiving is on Wednesday and Thursday, and Christmas is 2 days. Also on the MMM config(and in Google) i have the time set to 12 hours and in the calendar it displays 24. Does anyone have any ideas on how to fix these problems? Hopefully the picture uploads. Here is my config. I tried somethings and commented them out.</p>
<p dir="auto">module: ‘MMM-CalendarExt’,<br />
position: “top_bar”,<br />
config: {<br />
system:{<br />
show:[‘weeks’],<br />
redrawInterval:60000,<br />
},<br />
views:{<br />
weeks:{<br />
position:‘bottom_bar’,<br />
counts:5,<br />
showWeeks:1,<br />
weeksTitle: ‘weeks’,<br />
weeksFormat: ‘wo’,<br />
weekdayFormat: ‘dd’,<br />
titleFormat: ‘D’,<br />
OverTitleFormat: ‘MMM D’,<br />
monthTitleFormat:“MMMM”,<br />
//overflowRolling: 1,<br />
//overflowHeight: 80,<br />
//overflowDuration: 50,<br />
//oneLineEvent: 0,</p>
<pre><code>  },
},
calendars :[
  {
    //symbol:"calendar-o",
    styleName: "style6",
    symbol: 'us@md',
    url: "/basic.ics"
 
 },
 { 
   styleName: "style6",
   symbol: 'us@md',   
   url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"
 },
],
</code></pre>
<p dir="auto">}<br />
},</p>
<p dir="auto"><img src="/assets/uploads/files/1606599411893-img_0133-resized.jpg" alt="IMG_0133.JPG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/14137/mmm-calendarext</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 23:14:42 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14137.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 28 Nov 2020 21:40:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt on Sun, 06 Dec 2020 17:41:12 GMT]]></title><description><![CDATA[<p dir="auto">Turns out there is some type of miscommunication if an event is reoccurring. I deleted those events and just put them in 1 at a time and if worked fine. The times are still in 24 hours instead of 12 but I can live with that.</p>
]]></description><link>https://forum.magicmirror.builders/post/85478</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85478</guid><dc:creator><![CDATA[Dropzone1969]]></dc:creator><pubDate>Sun, 06 Dec 2020 17:41:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt on Mon, 30 Nov 2020 17:11:05 GMT]]></title><description><![CDATA[<p dir="auto">I suspect the timezone is set for one event and not the other. The parser is getting confused.</p>
]]></description><link>https://forum.magicmirror.builders/post/85315</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85315</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Mon, 30 Nov 2020 17:11:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt on Sun, 29 Nov 2020 13:35:51 GMT]]></title><description><![CDATA[<p dir="auto">Here is the code again in easier to read format:</p>
<pre><code>{
module: 'MMM-CalendarExt',
  position: "top_bar",
  config: {
     system:{
       show:['weeks'],
       redrawInterval:60000,
     },
     views:{
        weeks:{
        position:'bottom_bar',
        counts:5,
        showWeeks:1,
        weeksTitle: 'weeks',
        weeksFormat: 'wo',
        weekdayFormat: 'dd',
        titleFormat: 'D',
        OverTitleFormat: 'MMM D',
        monthTitleFormat:"MMMM",
        //overflowRolling: 1,
       //overflowHeight: 80,
       //overflowDuration: 50,
       //oneLineEvent: 0,
     
      },
    },
    calendars :[
      {
        //symbol:"calendar-o",
        styleName: "style6",
        symbol: 'us@md',
        url: "/basic.ics"
     
     },
     { 
       styleName: "style6",
       symbol: 'us@md',   
       url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"
     },
    ],
  }
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/85276</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85276</guid><dc:creator><![CDATA[Dropzone1969]]></dc:creator><pubDate>Sun, 29 Nov 2020 13:35:51 GMT</pubDate></item></channel></rss>