<?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[Topics tagged with mmm-calendarext2]]></title><description><![CDATA[A list of topics that have been tagged with mmm-calendarext2]]></description><link>https://forum.magicmirror.builders/tags/mmm-calendarext2</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 08:45:27 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/tags/mmm-calendarext2.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 20 Oct 2021 03:36:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[MMM-CalendarExt2 not showing on magicmirror]]></title><description><![CDATA[@sg437 Version of Magic Mirror?
]]></description><link>https://forum.magicmirror.builders/topic/15763/mmm-calendarext2-not-showing-on-magicmirror</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/15763/mmm-calendarext2-not-showing-on-magicmirror</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Wed, 20 Oct 2021 03:36:47 GMT</pubDate></item><item><title><![CDATA[MMM-CalendarExt2 freezing MagicMirror]]></title><description><![CDATA[@sg437
I think your ICAL URL might be wrong.  Check that URL with the default calendar model. (See the log - what the module said.)
And, I don’t recommend putting the upcoming view into the horizontal region.  upcoming view has only one slot so it will not match with the horizontal layout. upcoming view in the vertical region or daily view, weeks view  in the horizontal region is better.
{
  module: "MMM-CalendarExt2",
  config: {
    firstDrawingDelay: 10,
    calendars : [
      {
        name: "Tottenham",
        url: "https://www.google.com/calendar/ical/ovb564thnod82u5c4njut98728%40group.calendar.google.com/public/basic.ics",
        icon: "emojione:chicken"
      },
      {
        name: "Leeds",
        url: "https://www.google.com/calendar/ical/h2suh4c1iqvktk4olmfqtth4lg%40group.calendar.google.com/public/basic.ics",
        icon: "emojione-v1:shield"
      }

    ],
    views: [
      {
        name: "Upcoming",
        header: "Upcoming Game",
        mode: "upcoming",
        position:"top_right",
        calendars: ['Tottenham']
      },
      {
        name: "Daily",
        mode: "daily",
        position: "lower_third",
        calendars: [],
        type: "row",
        slotCount: 7,
        fromNow: -2,
        useEventTimeRelative: true,
      }
    ],
    scenes: [
      {
        name: "DEFAULT",
        views:[],
      },
    ],
  }
},

[image: 1633070659266-69a93edb-5e47-4a6a-a254-55953e74993c-image-resized.png]
]]></description><link>https://forum.magicmirror.builders/topic/15658/mmm-calendarext2-freezing-magicmirror</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/15658/mmm-calendarext2-freezing-magicmirror</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Fri, 01 Oct 2021 03:27:33 GMT</pubDate></item><item><title><![CDATA[MMM-CalendarExt2: Change Colour for actual day and weekend days]]></title><description><![CDATA[@saltedcod I can’t answer on the module info.
]]></description><link>https://forum.magicmirror.builders/topic/14861/mmm-calendarext2-change-colour-for-actual-day-and-weekend-days</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/14861/mmm-calendarext2-change-colour-for-actual-day-and-weekend-days</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 30 Mar 2021 22:03:28 GMT</pubDate></item><item><title><![CDATA[CalendarExt2 and GoogleTasks]]></title><description><![CDATA[Wasn’t sure where to post because my issue involves two different modules, MMM-CalendarExt2 and MMM-GoogleTasks.
I have my MagicMirror setup correctly and can get CalendarExt2 to show but when I add the GoogleTasks module, the Calendarext2 disappears while GoogleTasks shows up no problem. If I comment out GoogleTasks  CalendarExt2 shows up again.
I’ve tried changing the order in config.js, changing the position on screen, reducing the number of calendars, and always the same behavior.
Anyone have any idea of what the conflict might be?
]]></description><link>https://forum.magicmirror.builders/topic/14231/calendarext2-and-googletasks</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/14231/calendarext2-and-googletasks</guid><dc:creator><![CDATA[victormd]]></dc:creator><pubDate>Mon, 14 Dec 2020 00:33:13 GMT</pubDate></item><item><title><![CDATA[Calendar Module &#x27;MMM-CalendarExt2&#x27; how to remove the weekend days?]]></title><description><![CDATA[Hey all, I am using the great module MMM-CalendarExt2. I have managed to get filters working to take out birthdays and anniversarys which is cool.
I am not wanting a month view (which I have got) but only show the work week for Mon-Friday and leave out sat/sun, this is more down to wanting more space for the events for Mon-Fri but also just to show the work week.
I have the following, anyone know how I can remove sat/sun from this and provide more room for the events Mon-Fri?
[image: 1586795754465-screenshot-2020-04-13-at-17.33.53.png]
Thanks
]]></description><link>https://forum.magicmirror.builders/topic/12580/calendar-module-mmm-calendarext2-how-to-remove-the-weekend-days</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/12580/calendar-module-mmm-calendarext2-how-to-remove-the-weekend-days</guid><dc:creator><![CDATA[NathTheDude]]></dc:creator><pubDate>Mon, 13 Apr 2020 16:38:51 GMT</pubDate></item></channel></rss>