<?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-CalendarExt3Agenda]]></title><description><![CDATA[<h1>MMM-CalendarExt3Agenda</h1>
<p dir="auto">Daily agenda view module of MagicMirror</p>
<h2>Screenshot</h2>
<img src="https://raw.githubusercontent.com/MMRIZE/public_ext_storage/main/MMM-CalendarExt3Agenda/preview1.png" width="800" />
<h2>Concept</h2>
<p dir="auto">This is a sibling module of <code>[MMM-CalendarExt3](https://github.com/MMRIZE/MMM-CalendarExt3)</code>. This module is made to be an alternative to my previous module <code>MMM-CalendarExt2</code>, especially <code>daily</code>, <code>current</code> and <code>upcoming</code> views.</p>
<h2>Features</h2>
<h3>What’s different with <code>CX2</code>.</h3>
<ul>
<li>Only focusing on how it shows; Parsing is delegated to the original MagicMirror module <code>calendar</code>. (It means the <code>calendar</code> module is REQUIRED to use this module.)</li>
<li>Respect to original MM’s hide/show mechanism. Now you can hide/show this module easily with other scheduler or control modules. (By the way, Look at this module also. - <a href="https://github.com/MMRIZE/MMM-Scenes" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-Scenes</a>)</li>
<li>No dependency on the 3rd party modules (e.g. momentJS or Luxon, etc.). This is built with pure JS and CSS only.</li>
</ul>
<h3>Relation with <code>CX3</code></h3>
<ul>
<li>Nothing. It is independent from <code>MMM-CalendarExt3</code>. But of course, you can use them together.<br />
<img src="https://raw.githubusercontent.com/MMRIZE/public_ext_storage/main/MMM-CalendarExt3Agenda/preview2.png" width="800" /></li>
</ul>
<p dir="auto"><strong>DETAILS</strong><br />
<a href="https://github.com/MMRIZE/MMM-CalendarExt3Agenda" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MMRIZE/MMM-CalendarExt3Agenda</a></p>
]]></description><link>https://forum.magicmirror.builders/topic/16976/mmm-calendarext3agenda</link><generator>RSS for Node</generator><lastBuildDate>Mon, 09 Mar 2026 02:48:53 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16976.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 12 Jul 2022 15:43:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Tue, 14 Oct 2025 22:15:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/benhmin" aria-label="Profile: benhmin">@<bdi>benhmin</bdi></a> for once, ChatGPT put you on the right path.</p>
<p dir="auto">We’ve had this conversation before- the result is that it’s better to leave it CSS than overload the config.</p>
<p dir="auto">cheers</p>
]]></description><link>https://forum.magicmirror.builders/post/128594</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128594</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Tue, 14 Oct 2025 22:15:08 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Tue, 14 Oct 2025 05:51:15 GMT]]></title><description><![CDATA[<p dir="auto">I have been working on setting up a magic mirror for my household, and I love the look of this module. Overall it’s been great and I have almost all the options I could need especially with some reasonable CSS editing.</p>
<p dir="auto">I was finding that there was this persistent “fade” at the bottom of the agenda view</p>
<p dir="auto">I read this thread which seemed to discuss how to remove the fade at the bottom with CSS targeting <code>.CX3A::after</code>. However, after trying all of those custom.css mods listed in the next few posts I wasn’t able to get that darn fade to go away.</p>
<p dir="auto">In the end I added the following to my custom.css (assisted by ChatGPT) which produced the desired output in the attached screenshot:</p>
<pre><code>.CX3A .agenda {
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
</code></pre>
<p dir="auto">It looks like this is counteracting these lines in the MMM-CalendarExt3Agenda.css file:</p>
<pre><code>.CX3A .agenda {
  position: relative;
  max-height: 600px;
  overflow-y: hidden;
  mask-image: linear-gradient(to bottom, transparent, black 10%);
  -webkit-mask-image: -webkit-linear-gradient(90deg, transparent, black 10%);
}
</code></pre>
<p dir="auto">I don’t think I’m quite at the level where I’d attempt to make a pull request to add a parameter to the config for this, but I wonder if you agree that it might be worth putting on the roadmap? I also wanted to get this in the forum in case someone else needs it later.</p>
<p dir="auto">Thanks for all your work on this module!</p>
<p dir="auto"><img src="/assets/uploads/files/1760420983921-add7e63d-e3fa-457d-8bbf-049f39cdda79-image.png" alt="add7e63d-e3fa-457d-8bbf-049f39cdda79-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/128592</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128592</guid><dc:creator><![CDATA[benhmin]]></dc:creator><pubDate>Tue, 14 Oct 2025 05:51:15 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Sun, 17 Aug 2025 09:51:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fmancuso5" aria-label="Profile: FMancuso5">@<bdi>FMancuso5</bdi></a> Make the max entries 10000. I had a similar problem where I noticed the same, only some calendars would have events. My hypothesis is that the max entries field is the number of calendar entries it will capture for each calendar but not based on today going into the future, but of all time.</p>
]]></description><link>https://forum.magicmirror.builders/post/127925</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127925</guid><dc:creator><![CDATA[merrymerry2]]></dc:creator><pubDate>Sun, 17 Aug 2025 09:51:03 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Mon, 11 Aug 2025 04:02:41 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> Nothing works, like everything else with MagicMirror. I can’t get what I want due to CSS and it’s stupidity in general.</p>
<p dir="auto">One less device to maintain. I’ve not decided if I’m gonna abandon my other modules yet or not, but I’m tired of fighting everything opensource in general - and I’m slowly abandoning everything that is that way.</p>
<p dir="auto">I’m just done…</p>
]]></description><link>https://forum.magicmirror.builders/post/127861</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127861</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Mon, 11 Aug 2025 04:02:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Mon, 11 Aug 2025 02:46:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a></p>
<p dir="auto">i would start w the module name as class</p>
<pre><code>.MMM-CalendarExt3Agenda  {
       bsckground-color: red;
}
</code></pre>
<p dir="auto">then i would add the header to the module config</p>
<p dir="auto">then  i would add  .agenda to the css selector<br />
and the header should not have the background color<br />
spaces are important. without a space it means an element must have ALL the selector elements itself</p>
]]></description><link>https://forum.magicmirror.builders/post/127860</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127860</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 11 Aug 2025 02:46:04 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Mon, 11 Aug 2025 02:32:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a> can you see it in the developers window style list on the right?</p>
<p dir="auto">then you can see if its even noticed</p>
<p dir="auto">i used the color to prove it was being selected,<br />
you could uncomment that and comment out display none</p>
<p dir="auto">i added a header to make sure there was something  to hide</p>
]]></description><link>https://forum.magicmirror.builders/post/127859</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127859</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 11 Aug 2025 02:32:11 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Mon, 11 Aug 2025 01:33:30 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> Nope. Not working. I give up.  Just turning off that mirror completely… will find something else to do my calendar on.</p>
]]></description><link>https://forum.magicmirror.builders/post/127858</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127858</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Mon, 11 Aug 2025 01:33:30 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Sat, 09 Aug 2025 22:05:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fmancuso5" aria-label="Profile: FMancuso5">@<bdi>FMancuso5</bdi></a> can you try this<br />
<a href="https://forum.magicmirror.builders/post/127456">https://forum.magicmirror.builders/post/127456</a></p>
]]></description><link>https://forum.magicmirror.builders/post/127851</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127851</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 09 Aug 2025 22:05:16 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Sat, 09 Aug 2025 19:53:43 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></p>
<p dir="auto">My apologies! I’ll make sure I format correctly going forward.</p>
<p dir="auto">Not a dumb question at all, that was the first thing I checked. I wish my life would go three days without an event. But I’ve tried setting endDayIndex to 10, eliminating the indexes completely, eliminating the calendarSet, stripping the entire module down to just the header, the position, the waitFetch and refreshInterval, and it’s still blank. The only way I know that there’s something happening is the header is still there. I tried commenting out the other modules and positioning CX3A top left to see if it was a graphics issue but it’s the same empty header. Yet when I fire up all the modules, CX3 weekly is still showing every event perfectly from the first fetch. I’m stumped. And then when I quit out, the terminal shows no issues, and lists all the events that are successfully being broadcasted by each calendar.</p>
]]></description><link>https://forum.magicmirror.builders/post/127850</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127850</guid><dc:creator><![CDATA[FMancuso5]]></dc:creator><pubDate>Sat, 09 Aug 2025 19:53:43 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Sat, 09 Aug 2025 17:35:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a></p>
<p dir="auto">note the CX3A class is NOT added to the module entry</p>
<pre><code class="language-text">div id="module_4_MMM-CalendarExt3Agenda" class="module **MMM-CalendarExt3Agenda** MMM-CalendarExt3Agenda" style="order: 0;"&gt;
</code></pre>
<p dir="auto">but to the bodice entry</p>
<pre><code>        &lt;div class="bodice CX3A_undefined CX3A"&gt;
</code></pre>
<p dir="auto">so the outer div still took up space</p>
<p dir="auto">this works,</p>
<pre><code>.MMM-CalendarExt3Agenda:has(.agenda:empty){
        /* background-color: red;*/
        display: none;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/127849</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127849</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 09 Aug 2025 17:35:15 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Sat, 09 Aug 2025 17:09:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a> my previous has() should have worked…</p>
<p dir="auto">let me see how to get empty instance</p>
]]></description><link>https://forum.magicmirror.builders/post/127848</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127848</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 09 Aug 2025 17:09:09 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Sat, 09 Aug 2025 17:08:23 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> correct.</p>
]]></description><link>https://forum.magicmirror.builders/post/127847</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127847</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Sat, 09 Aug 2025 17:08:23 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Sat, 09 Aug 2025 17:08:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a> you want the whole module gone. right?</p>
]]></description><link>https://forum.magicmirror.builders/post/127846</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127846</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 09 Aug 2025 17:08:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Sat, 09 Aug 2025 17:08:58 GMT]]></title><description><![CDATA[<p dir="auto">Sam: Here’s a live example of no-event item, and an event item. The count don’t show unless it’s got 1 event. Module_4 is blank, Module_5 is showing one event.</p>
<pre><code>&lt;div id="module_4_MMM-CalendarExt3Agenda" class="module MMM-CalendarExt3Agenda MMM-CalendarExt3Agenda" style="order: 0;"&gt;
    &lt;header class="module-header" style="display: none;"&gt;undefined&lt;/header&gt;
    &lt;div class="module-content"&gt;
        &lt;div class="bodice CX3A_undefined CX3A"&gt;
            &lt;div class="agenda"&gt;&lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;div id="module_5_MMM-CalendarExt3Agenda" class="module MMM-CalendarExt3Agenda MMM-CalendarExt3Agenda" style="order: 0;"&gt;
    &lt;header class="module-header" style="display: none;"&gt;undefined&lt;/header&gt;
    &lt;div class="module-content"&gt;
        &lt;div class="bodice CX3A_undefined CX3A"&gt;
            &lt;div class="agenda"&gt;
                &lt;div class="cell thisMonth thisYear year_2025 month_8 date_10 weekday_0 seq_0 week_32 weekend weekend_2" data-events-counts="1"&gt;
                    &lt;div class="cellHeader"&gt;
                        &lt;div class="cellHeaderMain"&gt;
                            &lt;div class="cellDay relativeDay relativeNamedDay relativeDayGap_1"&gt;&lt;span class="dateParts literal seq_0 unit_none"&gt;tomorrow&lt;/span&gt;&lt;/div&gt;
                            &lt;div class="cellDate"&gt;&lt;span class="dateParts weekday seq_0"&gt;Sunday&lt;/span&gt;&lt;span class="dateParts literal seq_1"&gt;, &lt;/span&gt;&lt;span class="dateParts month seq_2"&gt;Aug&lt;/span&gt;&lt;span class="dateParts literal seq_3"&gt; &lt;/span&gt;&lt;span class="dateParts day seq_4"&gt;10&lt;/span&gt;&lt;/div&gt;
                            &lt;div class="cw"&gt;32&lt;/div&gt;
                        &lt;/div&gt;
                        &lt;div class="cellHeaderSub"&gt;&lt;/div&gt;
                    &lt;/div&gt;
                    &lt;div class="cellBody"&gt;
                        &lt;div class="fullday"&gt;&lt;/div&gt;
                        &lt;div class="single"&gt;
                            &lt;div class="event calendar_Sounders future singleday" data-calendar-seq="1" data-calendar-name="Sounders" data-color="#5D9741" data-description="Calendar not up to date? Check https://fixtur.es/up-to-date" data-title="Los Angeles Galaxy - Seattle Sounders FC" data-full-day-event="false" data-geo="false" data-location="" data-start-date="1754877600000" data-end-date="1754883900000" data-today="false" data-symbol="fas fa-fw fa-futbol" style="--calendarColor: #5D9741; --oppositeColor: white;"&gt;
                                &lt;div class="headline useSymbol"&gt;&lt;span class="symbol"&gt;&lt;span class="fas fa-fw fa-futbol"&gt;&lt;/span&gt;&lt;/span&gt;
                                    &lt;div class="time startTime inDay"&gt;&lt;span class="eventTimeParts hour seq_0"&gt;7&lt;/span&gt;&lt;span class="eventTimeParts literal seq_1"&gt;:&lt;/span&gt;&lt;span class="eventTimeParts minute seq_2"&gt;00&lt;/span&gt;&lt;span class="eventTimeParts literal seq_3"&gt; &lt;/span&gt;&lt;span class="eventTimeParts dayPeriod seq_4"&gt;PM&lt;/span&gt;&lt;/div&gt;
                                    &lt;div class="time endTime inDay"&gt;&lt;span class="eventTimeParts hour seq_0"&gt;8&lt;/span&gt;&lt;span class="eventTimeParts literal seq_1"&gt;:&lt;/span&gt;&lt;span class="eventTimeParts minute seq_2"&gt;45&lt;/span&gt;&lt;span class="eventTimeParts literal seq_3"&gt; &lt;/span&gt;&lt;span class="eventTimeParts dayPeriod seq_4"&gt;PM&lt;/span&gt;&lt;/div&gt;
                                    &lt;div class="title"&gt;Los Angeles Galaxy - Seattle Sounders FC&lt;/div&gt;
                                &lt;/div&gt;
                                &lt;div class="description"&gt;Calendar not up to date? Check https://fixtur.es/up-to-date&lt;/div&gt;
                                &lt;div class="location"&gt;&lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    &lt;div class="cellFooter"&gt;&lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/127845</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127845</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Sat, 09 Aug 2025 17:08:58 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Sat, 09 Aug 2025 16:53:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fmancuso5" aria-label="Profile: FMancuso5">@<bdi>FMancuso5</bdi></a> said in <a href="/post/127842">MMM-CalendarExt3Agenda</a>:</p>
<blockquote>
<pre><code>            startDayIndex: 0,
            endDayIndex: 3,
</code></pre>
</blockquote>
<p dir="auto">sorry to ask dumb question,  are there events in the next 3 days?<br />
if you remove those do you get a display?</p>
<p dir="auto">if you comment out the calendarSets  does that make a difference</p>
<p dir="auto">waitFecth, 30 seconds, then nothing til refreshInterval…(30 minutes)</p>
<p dir="auto">make waitFetch longer, 60*1000 (1 minute)<br />
to test</p>
]]></description><link>https://forum.magicmirror.builders/post/127844</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127844</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 09 Aug 2025 16:53:29 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Sat, 09 Aug 2025 16:45:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fmancuso5" aria-label="Profile: FMancuso5">@<bdi>FMancuso5</bdi></a> one thing, for all config and logs, PLEASE use the code wrapper here in the forums…</p>
<p dir="auto">to do this</p>
<p dir="auto">copy the text you want to post<br />
paste into the message editor, blank line above and below<br />
select the text you just pasted<br />
hit the &lt;/&gt; button over the editor</p>
<p dir="auto">I fixed the prior post</p>
]]></description><link>https://forum.magicmirror.builders/post/127843</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127843</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 09 Aug 2025 16:45:46 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Sat, 09 Aug 2025 16:46:02 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></p>
<pre><code class="language-js">{
            module: "MMM-CalendarExt3Agenda",
            position: "top_right",
            header: "Next 3 Days",
            config: {
                showMiniMonthlyCalendar: false,
                instanceId: "basicAgenda",
                locale: "en-US",
                startDayIndex: 0,
                endDayIndex: 3,
                calendarSet: ["John", "Jane", "Joe", "Jill", "Family", "Important"],
                waitFetch: 30 * 1000,
                refreshInterval: 30 * 60 * 1000,
            }
        }
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/127842</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127842</guid><dc:creator><![CDATA[FMancuso5]]></dc:creator><pubDate>Sat, 09 Aug 2025 16:46:02 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Sat, 09 Aug 2025 15:15:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fmancuso5" aria-label="Profile: FMancuso5">@<bdi>FMancuso5</bdi></a> can you show the agenda config?</p>
<p dir="auto">here is mine</p>
<pre><code class="language-js">    {
      module: "MMM-CalendarExt3Agenda", // https://github.com/MMRIZE/MMM-CalendarExt3Agenda
      position: "top_left",
      classes:"page1",
      config: {
        showMiniMonthCalendar: false,
        refreshInterval: 3600000, // Should be one hour
        waitFetch: 20000,
        firstDayOfWeek: 0,
        startDayIndex: 1,
        endDayIndex: 30,
        animationSpeed: 0,
        useSymbol: true,
        useWeather: false,
      },
    }</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/127839</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127839</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 09 Aug 2025 15:15:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Sat, 09 Aug 2025 14:55:49 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></p>
<p dir="auto">Thanks for the info. I read through that thread and made some adjustments. I have waitFetch for both CX3 and CX3A set for 20 seconds. I left the refresh intervals at 30 min. Prior to the waitFetch, at startup the CX3 module would have a calendar or two missing, but it would correct at the next refresh interval. With waitFetch, all events display when the calendar is drawn, which makes obvious sense. The extra time helped.</p>
<p dir="auto">That didn’t change the CX3A module though. It’s still blank in the bottom right corner of the screen, save for my “Next 3 Days” header. It stays blank even when I shorten the refreshInterval to run it through some extra cycles. All the necessary calendars are broadcasting without issue, I can see that on the terminal when I stop MM. I’m trying to make sense of it because my understanding is that both CX3 and CX3A modules grab the default calendar broadcasts simultaneously.  And my weekly CX3 module is functioning perfectly right next to it.</p>
]]></description><link>https://forum.magicmirror.builders/post/127838</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127838</guid><dc:creator><![CDATA[FMancuso5]]></dc:creator><pubDate>Sat, 09 Aug 2025 14:55:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Sat, 09 Aug 2025 14:11:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a> ok, he has an attribute on the agenda day, which contains the count of events<br />
this will hide the day if there are no events</p>
<pre><code class="language-css">.CX3A [data-events-counts='0'] {
  display: none;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/127837</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127837</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 09 Aug 2025 14:11:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Sat, 09 Aug 2025 02:52:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a> ok , ill look at it tomorrow. i dont use agenda normally</p>
]]></description><link>https://forum.magicmirror.builders/post/127823</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127823</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 09 Aug 2025 02:52:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Sat, 09 Aug 2025 02:28:43 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> yeah, I put it back… both it, and the target I wrote up don’t target it.</p>
]]></description><link>https://forum.magicmirror.builders/post/127822</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127822</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Sat, 09 Aug 2025 02:28:43 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Fri, 08 Aug 2025 23:04:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a> and you removed the custom.css entry</p>
]]></description><link>https://forum.magicmirror.builders/post/127821</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127821</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 08 Aug 2025 23:04:26 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on Fri, 08 Aug 2025 21:41:11 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> <s>both are set low, and it worked before. -</s> – whoops - forgot I moved refresh up on those as they don’t change very much. Restored them to 1 minute for testing.</p>
<p dir="auto">– and it don’t seem to be targeting correctly.  does nothing.</p>
]]></description><link>https://forum.magicmirror.builders/post/127820</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127820</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Fri, 08 Aug 2025 21:41:11 GMT</pubDate></item></channel></rss>