<?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-CalendarExt2 calendar event filter and notifications no longer working]]></title><description><![CDATA[<p dir="auto">Hello-</p>
<p dir="auto">I recently updated to MM 2.35 and spent quite a bit of time troubleshooting issues and finally got all my modules running again.</p>
<p dir="auto">I’ve hit a roadblock with the CalendarExt2 module where my filter does not exclude events it should filter. I’ve also found that my notifications for changing scenes no longer changed when going from page to page (MMM-pages).</p>
<p dir="auto">I’m not sure if these issues are related, or if there is something I messed up when updating MM.</p>
<p dir="auto">Here’s my config for the CalendarExt2 module:</p>
<pre><code>{
  		module: 'MMM-CalendarExt2',
  		config: {
    		rotateInterval: 0,
			updateInterval: refresh,
			deduplicateEventsOn: 
			[
				"startDate", "endDate"
			],
			calendars : [
		{	
		name: "Patriots 10U",
		url: "${PATRIOTS_CAL_URL}",
		className: "patriots",
		scanInterval: refresh,
		icon: "cil:baseball",	
		},
		{
                name: "Family Calendar",
		url: "${FAMILY_CAL_URL}",
		scanInterval: refresh,
		filter: (event) =&gt; {
                    if (event.title.includes("Practice")) {
                        return false
                        }
			return true
	  		},
      },
	  
    	],
    views: [
      {
        name: "MONTH",
		mode: "week",
		position: "fullscreen_below",
		title: "Month Calendar",
		hideOverflow: false,
		hideFooter: true,
		showAttendees: false,
		weekStart: "0",
		slotCount: "4",
		slotMaxHeight: "180px",
		slotSubTitleFormat: "ddd",
		slotAltTitleFormat: "MMMM-D",
		dateFormat: "MM/D",
		timeFormat: "h:mm a",
		dateTimeFormat: {
			sameDay: "[Today] h:mm a",
			nextDay: "[Tomorrow] h:mm a",
			nextWeek: "dddd h:mm a",
			lastDay: "[Yesterday] h:mm a",
			lastWeek: "[Last] ddd h:mm a",
			sameElse: "M/D h:mm a"
		},
      },
	  {
		name: "WEEK",
		mode: "daily",
		position: "middle_center",
		type: "row",
		title: "Family Agenda",
		hideOverflow: false,
		hideFooter: true,
		showAttendees: false,
		fromNow: "-1",
		slotCount: "5",
		slotMaxHeight: "250px",
		slotSubTitleFormat: "ddd",
		slotAltTitleFormat: "MMMM-D",
		dateFormat: "MM/D",
		timeFormat: "h:mm a",
		dateTimeFormat: {
			sameDay: "[Today] h:mm a",
			nextDay: "[Tomorrow] h:mm a",
			nextWeek: "dddd h:mm a",
			lastDay: "[Yesterday] h:mm a",
			lastWeek: "[Last] ddd h:mm a",
			sameElse: "M/D h:mm a"
		},
	  }
    ],
    scenes: [ 
	  {
		name: "Week Calendar",
		views: ["WEEK"]
	  },
	  {
		name: "Month Calendar",
		views: ["MONTH"]
	  },
	  
    ],
	notifications: {
		"PAGE_SELECT": 
			{
				exec: "changeSceneById",
				payload: (payload) =&gt; {return payload}
			}
  		}
		},
	},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/20211/mmm-calendarext2-calendar-event-filter-and-notifications-no-longer-working</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 21:56:04 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/20211.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Apr 2026 05:53:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt2 calendar event filter and notifications no longer working on Mon, 13 Apr 2026 10:42:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hepkat" aria-label="Profile: Hepkat">@<bdi>Hepkat</bdi></a> yes. We found and fixed this bug just yesterday.<br />
You will need to install the develop branch to get it</p>
<p dir="auto">See this topic<br />
<a href="https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code">https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code</a></p>
]]></description><link>https://forum.magicmirror.builders/post/130773</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130773</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 13 Apr 2026 10:42:09 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt2 calendar event filter and notifications no longer working on Tue, 14 Apr 2026 00:03:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hepkat" aria-label="Profile: Hepkat">@<bdi>Hepkat</bdi></a> awesome. Thx for the feedback</p>
]]></description><link>https://forum.magicmirror.builders/post/130786</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130786</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 14 Apr 2026 00:03:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt2 calendar event filter and notifications no longer working on Mon, 13 Apr 2026 23:20:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a>  Thanks for the fast response, I checked out the latest develop branch and everything is back to working order.</p>
<p dir="auto">Thanks again!</p>
]]></description><link>https://forum.magicmirror.builders/post/130785</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130785</guid><dc:creator><![CDATA[Hepkat]]></dc:creator><pubDate>Mon, 13 Apr 2026 23:20:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt2 calendar event filter and notifications no longer working on Mon, 13 Apr 2026 10:42:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hepkat" aria-label="Profile: Hepkat">@<bdi>Hepkat</bdi></a> yes. We found and fixed this bug just yesterday.<br />
You will need to install the develop branch to get it</p>
<p dir="auto">See this topic<br />
<a href="https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code">https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code</a></p>
]]></description><link>https://forum.magicmirror.builders/post/130773</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130773</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 13 Apr 2026 10:42:09 GMT</pubDate></item></channel></rss>