<?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[Unable to get MMM-Calendar to broadcast past events]]></title><description><![CDATA[<p dir="auto">I’m a new user trying to get my MagicMirror up and running. I’m running into an issue with MMM-Calendar or MMM-CalendarExt3. I’m using the “week” view and as soon as events are in the past, it won’t show any of them.</p>
<p dir="auto">I’ve done a bit of browsing on the forum (amazing community of helpful people, BTW!) and believe I have everything aligned, including setting maximumEntries, maximumNumberOfDays, pastDaysCount, and broadcastPastEvents in MMM-calendar.</p>
<p dir="auto">I created a test calendar to try to simplify things, and created 5 events, one on each day of the week this week. When running MagicMirror, I get a notification that Calendar-Fetcher for [FAMILY] is broadcasting 3 events, presumably today, tomorrow and Friday. See below for the 5 expected events.</p>
<p dir="auto">Here’s my code (with personal details omitted):</p>
<pre><code>	modules: [
                       		{
                       			module: "alert",
                       		},
                       		{
                       			module: "calendar",
                       			position: "top_right",
                       			maximumEntries: 10000,
                       			maximumNumberOfDays: 28,
                       			pastDaysCount: 14,
                       			maxTitleLength: 50,
                       			showLocation: false,
                       			wrapEvents: true,
                       			broadcastPastEvents: true,
                       			config: {
                       				calendars: [
                       					{
                       						//fetchInterval: 7 * 24 * 60 * 60 * 1000,
                       						url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics",
                       						name: "Holidays",
                       						color: "#7c7c7c",						
                       					},
                       					{
                       						//Family Calendar
                       						url: "https://calendar.google.com/calendar/ical/[PRIVATE CALENDAR ADDRESS]/basic.ics",
                       						name: "Family",
                       						color: "#e7ba51",
                       					},
                       				]
                       			}
                       		},
                       		{
                       			module: "MMM-CalendarExt3",
                       			position: "top_left",
                       			title: "",
                       			config: {
                       				instanceID: "familyCalendar",
                       				mode: "week",
                       				weekIndex: 0,
                       				weeksInView: 2,
                       				maxEventLines: 5,
                       				firstDayOfWeek: 0,
                       				cellDateOptions: {month: 'long', day: 'numeric'},
                       				maxEventLines: 8,
                       				calendarSet: ['Holidays', 'Family', 'School'],
                       			}
                       		},
                       		
</code></pre>
<p dir="auto">Here’s a screengrab of my Google Calendar and what I would expect to see in MMM-CalendarExt3:<br />
<img src="/assets/uploads/files/1743025933784-calendar.jpg" alt="calendar.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">And here’s what’s on my MagicMirror:<br />
<img src="/assets/uploads/files/1743025962096-screen.jpg" alt="screen.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">I’m guessing I’m missing something simple, but I just don’t see it. I appreciate everyone’s help!</p>
]]></description><link>https://forum.magicmirror.builders/topic/19574/unable-to-get-mmm-calendar-to-broadcast-past-events</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 17:28:18 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19574.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 26 Mar 2025 21:54:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unable to get MMM-Calendar to broadcast past events on Thu, 27 Mar 2025 13:58:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thecaptainzap" aria-label="Profile: thecaptainzap">@<bdi>thecaptainzap</bdi></a><br />
thanks… I missed something in your prior post</p>
<p dir="auto">all of these</p>
<pre><code>                       			maximumEntries: 10000,
                       			maximumNumberOfDays: 28,
                       			pastDaysCount: 14,
                       			maxTitleLength: 50,
                       			showLocation: false,
                       			wrapEvents: true,
                       			broadcastPastEvents: true,
</code></pre>
<p dir="auto">go AFTER the</p>
<pre><code>config: { 
</code></pre>
<p dir="auto">line in the module definition in config.js<br />
as they are parameters TO the calendar module, NOT to the MagicMirror runtime</p>
<p dir="auto">also, this seems to be a problem</p>
<pre><code>fatal: refusing to fetch into branch 'refs/heads/_fix_clipping' checked out at '/home/tim/MagicMirror'
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/125354</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125354</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 27 Mar 2025 13:58:30 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to get MMM-Calendar to broadcast past events on Thu, 27 Mar 2025 14:05:15 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> Thank you! I knew I was doing something silly. Moving those config settings inside the config brackets fixed my issue!!</p>
<p dir="auto">I think the “fatal” error was because I had already run that command once, but I can’t say for certain.</p>
<p dir="auto">Again, I appreciate your help on this!</p>
]]></description><link>https://forum.magicmirror.builders/post/125355</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125355</guid><dc:creator><![CDATA[thecaptainzap]]></dc:creator><pubDate>Thu, 27 Mar 2025 14:05:15 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to get MMM-Calendar to broadcast past events on Thu, 27 Mar 2025 13:58:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thecaptainzap" aria-label="Profile: thecaptainzap">@<bdi>thecaptainzap</bdi></a><br />
thanks… I missed something in your prior post</p>
<p dir="auto">all of these</p>
<pre><code>                       			maximumEntries: 10000,
                       			maximumNumberOfDays: 28,
                       			pastDaysCount: 14,
                       			maxTitleLength: 50,
                       			showLocation: false,
                       			wrapEvents: true,
                       			broadcastPastEvents: true,
</code></pre>
<p dir="auto">go AFTER the</p>
<pre><code>config: { 
</code></pre>
<p dir="auto">line in the module definition in config.js<br />
as they are parameters TO the calendar module, NOT to the MagicMirror runtime</p>
<p dir="auto">also, this seems to be a problem</p>
<pre><code>fatal: refusing to fetch into branch 'refs/heads/_fix_clipping' checked out at '/home/tim/MagicMirror'
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/125354</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125354</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 27 Mar 2025 13:58:30 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to get MMM-Calendar to broadcast past events on Thu, 27 Mar 2025 13:51:22 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 so much for the reply! I didn’t know about that fix and have now applied it. However, it is still only broadcasting future events. I only get the 2 events (today and tomorrow). Nothing from the 24th-26th.</p>
<p dir="auto">I ran into the “package-lock.json” error. Removed that file, proceeded with installation. Then restarted MM. No change so rebooted the machine to feel good about myself. Ran “npm run install-mm” again after the reboot. Still no change.</p>
<p dir="auto">Here’s the result of the 2nd install (after reboot):</p>
<pre><code>tim@calendar:~$ cd ~/MagicMirror/
tim@calendar:~/MagicMirror$ git fetch origin pull/3679/head:_fix_clipping
fatal: refusing to fetch into branch 'refs/heads/_fix_clipping' checked out at '/home/tim/MagicMirror'
tim@calendar:~/MagicMirror$ git switch _fix_clipping
M       index.html
Already on '_fix_clipping'
tim@calendar:~/MagicMirror$ npm run install-mm

&gt; magicmirror@2.31.0-develop install-mm
&gt; npm install --no-audit --no-fund --no-update-notifier --only=prod --omit=dev


&gt; magicmirror@2.31.0-develop postinstall
&gt; npm run install-vendor &amp;&amp; npm run install-fonts &amp;&amp; echo "MagicMirror² installation finished successfully!
&gt; "


&gt; magicmirror@2.31.0-develop install-vendor
&gt; echo "Installing vendor files ...
&gt; " &amp;&amp; cd vendor &amp;&amp; npm install --loglevel=error --no-audit --no-fund --no-update-notifier

Installing vendor files ...


up to date in 1s

&gt; magicmirror@2.31.0-develop install-fonts
&gt; echo "Installing fonts ...
&gt; " &amp;&amp; cd fonts &amp;&amp; npm install --loglevel=error --no-audit --no-fund --no-update-notifier

Installing fonts ...


up to date in 1s
MagicMirror² installation finished successfully!


&gt; magicmirror@2.31.0-develop prepare
&gt; [ -f node_modules/.bin/husky ] &amp;&amp; husky || echo no husky installed.

no husky installed.

up to date in 13s
tim@calendar:~/MagicMirror$
</code></pre>
<p dir="auto">I appreciate your time &amp; feedback!</p>
]]></description><link>https://forum.magicmirror.builders/post/125353</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125353</guid><dc:creator><![CDATA[thecaptainzap]]></dc:creator><pubDate>Thu, 27 Mar 2025 13:51:22 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to get MMM-Calendar to broadcast past events on Wed, 26 Mar 2025 22:46:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thecaptainzap" aria-label="Profile: thecaptainzap">@<bdi>thecaptainzap</bdi></a> did you put on the fix<br />
<a href="https://forum.magicmirror.builders/topic/19282/version-2.30.0-calendar-fix-for-clipping-broadcast-events">https://forum.magicmirror.builders/topic/19282/version-2.30.0-calendar-fix-for-clipping-broadcast-events</a></p>
]]></description><link>https://forum.magicmirror.builders/post/125348</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125348</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 26 Mar 2025 22:46:01 GMT</pubDate></item></channel></rss>