<?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-CalendarExt3 and MMM-MonthlyCalendar blank]]></title><description><![CDATA[<p dir="auto">I have rad this post <a href="https://forum.magicmirror.builders/topic/19445/default-caledar-module-not-broadcasting-or-other-modules-not-picking-up-broadcast-mmm-monthlycalendar-mmm-calendarext3?_=1742398410710">here</a> which  describes exactly the issue I am having. Both the CalendarExt3 and MonthlyCalendar modules are not populating with events even though they are being broadcast.</p>
<p dir="auto">I have V2.31.0 after putting on the clipping fix. config is below.</p>
<pre><code>        {
            module: "calendar",
            position: "top_left",
            header: "TestCalendar",
            config: {
                broadcastPastEvents: true, // &lt;= IMPORTANT to see past events
                instanceId: "WeeklyCalendar",
                calendars: [
                    {
                        url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics",
                        name: "hols",
                        color: "red",
                        symbol: true
                    },
                ],
            }
        },

        {
            module: "MMM-MonthlyCalendar",
            position: "bottom_bar",
            config: { // See "Configuration options" for more information.
                mode: "fourWeeks",
          }
        }
// CX3 Module
/*        {
            module: "MMM-CalendarExt3",
            position: "bottom_bar",
            title: "Calendar",
            config: {
                mode: "week",
                instanceId: "WeeklyCalendar",
                locale: 'en-GB',
                maxEventLines: 5,
                firstDayOfWeek: 0,
                weekIndex: 0,
                weeksInView: 4,
                waitFetch: 1000 * 10, //        (ms) waiting the fetching of last calendar to prevent flickering view by too frequent fetching.
                refreshInterval: 1000 * 60 * 10, //     (ms) refresh view by force if you need it.
                glanceTime: 1000 * 60 * 10,     // (ms) Return to original view when you move to other moment by notification.
                eventTimeOptions: {
                    timeStyle: "short"
                },
                useSymbol: true,
                calendarSet: ['hols'],
                }
        },
*/

</code></pre>
<p dir="auto">There is a warning in the console using the CalendarExt3 but not the Monthly Calendar, not sure if it is relevant to this.</p>
<p dir="auto">I am fairly new to this so quite likely I have missed something obvious. I have MM running on a Pi Zero 2W and a Pi 5, both installed using the install script and then clipping fix and same isssue on both.</p>
<pre><code>slicing events total maxcount=10
MMM-CalendarExt3.js:390 [CX3] Module is not prepared yet, wait a while.
getDom @ MMM-CalendarExt3.js:390
(anonymous) @ main.js:132
updateDom @ main.js:112
(anonymous) @ main.js:55
createDomObjects @ main.js:14
modulesStarted @ main.js:604
startModules @ loader.js:46
await in startModules
loadNextModule @ loader.js:239
await in loadNextModule
loadNextModule @ loader.js:232
await in loadNextModule
loadNextModule @ loader.js:232
await in loadNextModule
loadNextModule @ loader.js:232
await in loadNextModule
loadNextModule @ loader.js:232
await in loadNextModule
loadModules @ loader.js:242
await in loadModules
init @ main.js:588
await in init
(anonymous) @ main.js:737Understand this warningAI
calendar.js:703 sorting events count=23
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/19548/mmm-calendarext3-and-mmm-monthlycalendar-blank</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 09:39:25 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19548.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Mar 2025 15:03:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Sun, 30 Mar 2025 14:09:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-m" aria-label="Profile: Scott-M">@<bdi>Scott-M</bdi></a> said in <a href="/post/125466">MMM-CalendarExt3 and MMM-MonthlyCalendar blank</a>:</p>
<blockquote>
<p dir="auto">sudo apt-get -y -o Dpkg::Options::=“–force-confdef” -o Dpkg::Options::=“–force-confnew” full-upgrade | tee -a $logfile</p>
</blockquote>
<p dir="auto">updated script, removed pv , give it a try if you have time</p>
]]></description><link>https://forum.magicmirror.builders/post/125481</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125481</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 30 Mar 2025 14:09:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Mon, 13 Oct 2025 12:43:17 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 quick response. I ended up wiping and reinstalling the 64 bit version so I lost the log. I will try and get that version to work.</p>
]]></description><link>https://forum.magicmirror.builders/post/128566</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128566</guid><dc:creator><![CDATA[orayoflighto]]></dc:creator><pubDate>Mon, 13 Oct 2025 12:43:17 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Sun, 12 Oct 2025 11:17:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/orayoflighto" aria-label="Profile: orayoflighto">@<bdi>orayoflighto</bdi></a> sure you can install manually. See the doc</p>
<p dir="auto"><a href="https://docs.magicmirror.builders/getting-started/requirements.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.magicmirror.builders/getting-started/requirements.html</a></p>
<p dir="auto">Trixie 32 bit looks to be trouble<br />
Pi5 should be 64 bit</p>
<p dir="auto">Can you send me the ~/install.log</p>
]]></description><link>https://forum.magicmirror.builders/post/128554</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128554</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 12 Oct 2025 11:17:57 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Sun, 12 Oct 2025 11:06: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">Sorry to reply to an old thread, but I am getting this same error message when installing on a Pi5 32 bit.</p>
<p dir="auto">I tried the 64 bit version and that resulted in a black screen after a period of runtime with the default configs which is a separate issue.</p>
<p dir="auto">Can I install a package separate from the script to get around this issue?</p>
]]></description><link>https://forum.magicmirror.builders/post/128553</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128553</guid><dc:creator><![CDATA[orayoflighto]]></dc:creator><pubDate>Sun, 12 Oct 2025 11:06:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Sun, 30 Mar 2025 15:55:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-m" aria-label="Profile: Scott-M">@<bdi>Scott-M</bdi></a> woohoo… thanks…</p>
]]></description><link>https://forum.magicmirror.builders/post/125489</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125489</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 30 Mar 2025 15:55:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Sun, 30 Mar 2025 15:55:09 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">All good, works fine.</p>
]]></description><link>https://forum.magicmirror.builders/post/125488</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125488</guid><dc:creator><![CDATA[Scott-M]]></dc:creator><pubDate>Sun, 30 Mar 2025 15:55:09 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Sun, 30 Mar 2025 14:09:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-m" aria-label="Profile: Scott-M">@<bdi>Scott-M</bdi></a> said in <a href="/post/125466">MMM-CalendarExt3 and MMM-MonthlyCalendar blank</a>:</p>
<blockquote>
<p dir="auto">sudo apt-get -y -o Dpkg::Options::=“–force-confdef” -o Dpkg::Options::=“–force-confnew” full-upgrade | tee -a $logfile</p>
</blockquote>
<p dir="auto">updated script, removed pv , give it a try if you have time</p>
]]></description><link>https://forum.magicmirror.builders/post/125481</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125481</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 30 Mar 2025 14:09:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Sun, 30 Mar 2025 13:24:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-m" aria-label="Profile: Scott-M">@<bdi>Scott-M</bdi></a> thanks. pv is a tool for showing progress on the commandline</p>
<p dir="auto">it shows &lt;=&gt;<br />
moving left to right or right to left as output goes thru</p>
<p dir="auto">i put it in because others said they didnt know if it was still working or hung</p>
<p dir="auto">ill make changes, new release coming</p>
]]></description><link>https://forum.magicmirror.builders/post/125475</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125475</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 30 Mar 2025 13:24:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Sun, 30 Mar 2025 08:45:50 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><br />
So, I have tried the following, each on a freshlly flashed OS.</p>
<p dir="auto">1 - Copied</p>
<pre><code>sudo apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" full-upgrade
</code></pre>
<p dir="auto">directly from the <a href="http://raspberry.sh" target="_blank" rel="noopener noreferrer nofollow ugc">raspberry.sh</a> script, updated and then upgraded using the above and it worked.</p>
<p dir="auto">2 - Modified the script as below and ran it locally so I can see the output in terminal during the upgrade part, and it worked, no errors durring the upgrade. And Magic Mirror Ran successfully.</p>
<pre><code>	if [ $upgrade -eq $true ]; then
	   sudo apt-get install pv -y &gt;&gt;$logfile
	   echo "apt-get upgrade  started" &gt;&gt; $logfile
	   sudo apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" full-upgrade | tee -a $logfile
	   #upgrade_result=$(sudo apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" full-upgrade | pv -l -p)
	   #upgrade_result=$(sudo apt-get --assume-yes full-upgrade  2&gt;&amp;1 | pv -l -p)
		 #upgrade_rc=$?
		 #echo apt-get upgrade result ="rc=$upgrade_rc $upgrade_result" &gt;&gt; $logfile
	fi

</code></pre>
<p dir="auto">3 - Copied your <a href="http://raspberry.sh" target="_blank" rel="noopener noreferrer nofollow ugc">raspberry.sh</a> script to the home directory unmodified and ran it locally and it also works. Log file still reads</p>
<pre><code>apt-get upgrade result =rc=0
</code></pre>
<p dir="auto">But it worked, is the what you would expect in the log?</p>
<p dir="auto">4 - Run the script again directly using.</p>
<pre><code>bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/v231/raspberry.sh)"
</code></pre>
<p dir="auto">This works and the log file reads the same</p>
<pre><code>apt-get upgrade result =rc=0
</code></pre>
<p dir="auto">Running apg-get full-upgrade again show that there is nothing new to do.</p>
<p dir="auto">Bottom line, it works!</p>
<p dir="auto">Attempt no 2 running the modified script locally, the whole upgrade output went to the log file.</p>
]]></description><link>https://forum.magicmirror.builders/post/125466</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125466</guid><dc:creator><![CDATA[Scott-M]]></dc:creator><pubDate>Sun, 30 Mar 2025 08:45:50 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Sat, 29 Mar 2025 18:42:13 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">MagicMirror did run though…</p>
]]></description><link>https://forum.magicmirror.builders/post/125426</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125426</guid><dc:creator><![CDATA[Scott-M]]></dc:creator><pubDate>Sat, 29 Mar 2025 18:42:13 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Sat, 29 Mar 2025 18:40:04 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">It seemed to get through the upgrade stage very quickly and</p>
<pre><code>apt-get upgrade  started
apt-get upgrade result =rc=0 Reading package lists...
Building dependency tree...
</code></pre>
<p dir="auto">in the log seems to show the upgrade didn’t work. I will run the script locally on the pi and send the output to the termnial to see what is happening but  it won’t be tonight, I have to go out now.</p>
<p dir="auto">Update tomorrow…</p>
]]></description><link>https://forum.magicmirror.builders/post/125425</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125425</guid><dc:creator><![CDATA[Scott-M]]></dc:creator><pubDate>Sat, 29 Mar 2025 18:40:04 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Sat, 29 Mar 2025 18:04:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-m" aria-label="Profile: Scott-M">@<bdi>Scott-M</bdi></a> yes the double dash was replaced with single…  new update pushed…</p>
]]></description><link>https://forum.magicmirror.builders/post/125424</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125424</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 29 Mar 2025 18:04:15 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Sat, 29 Mar 2025 17:52: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><br />
I probably did add the code block after. Lesson learned! And this is partly why I am having more issues with this. It has been very frustating, after it worked last night, it isn’t now.</p>
<p dir="auto">I think I know what the issue is but it is time consuming writing the SD image and running the script so if you can bear with me.  I want to test it at least twice before I update here.</p>
<p dir="auto">I suspect the 2 dashes before</p>
<pre><code>--force-confdef
--force-confnew
</code></pre>
<p dir="auto">have been replaced by a single dash of a different character type. Again, because I put the code block around the text after I copied it.</p>
<p dir="auto">This should be the correct code but let me test again to make sure. It has worked once, just want to do it again and will update.</p>
<pre><code>sudo apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" full-upgrade
</code></pre>
<p dir="auto">In the mean time, the above code will auto select the default option if one is available and then answer Yes if  there is no default. In the case of the prompt that was appearing, the old  configuration file ‘/etc/xdg/labwc-greeter/autostart’  is kept. If you want the package maintainers file instead just remove the first option:</p>
<pre><code>-o Dpkg::Options::="--force-confdef"
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/125423</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125423</guid><dc:creator><![CDATA[Scott-M]]></dc:creator><pubDate>Sat, 29 Mar 2025 17:52:02 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Sat, 29 Mar 2025 15:15:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-m" aria-label="Profile: Scott-M">@<bdi>Scott-M</bdi></a>  note this latest fix also changes <a href="http://MagicMirror.sh" target="_blank" rel="noopener noreferrer nofollow ugc">MagicMirror.sh</a> to detect which window manager is running (wayland or labwc) and use the different start command if detected</p>
]]></description><link>https://forum.magicmirror.builders/post/125421</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125421</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 29 Mar 2025 15:15:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Sat, 29 Mar 2025 15:14:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-m" aria-label="Profile: Scott-M">@<bdi>Scott-M</bdi></a> said in <a href="/post/125419">MMM-CalendarExt3 and MMM-MonthlyCalendar blank</a>:</p>
<blockquote>
<p dir="auto">So it does, not sure why, I copied it from the terminal window.</p>
</blockquote>
<p dir="auto">the MagicMirror forums assume word processing for quotes unless in a code block</p>
<p dir="auto">once you save it, poof… it will never change back automatically<br />
so it looks like you decided to add the code black later… (just experience )</p>
]]></description><link>https://forum.magicmirror.builders/post/125420</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125420</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 29 Mar 2025 15:14:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Sat, 29 Mar 2025 15:08:55 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> So it does, not sure why, I copied it from the terminal window.</p>
]]></description><link>https://forum.magicmirror.builders/post/125419</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125419</guid><dc:creator><![CDATA[Scott-M]]></dc:creator><pubDate>Sat, 29 Mar 2025 15:08:55 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Sat, 29 Mar 2025 15:11:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-m" aria-label="Profile: Scott-M">@<bdi>Scott-M</bdi></a> I copied directly from your original post, it also shows the curved quotes</p>
<p dir="auto">pushed  fix</p>
]]></description><link>https://forum.magicmirror.builders/post/125418</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125418</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 29 Mar 2025 15:11:46 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Sat, 29 Mar 2025 15:00: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></p>
<p dir="auto">These seems to be a subtle difference between our keyboard layouts perhaps,</p>
<p dir="auto"><a href="http://raspberry.sh" target="_blank" rel="noopener noreferrer nofollow ugc">raspberry.sh</a> has this line</p>
<pre><code>upgrade_result=$(sudo apt-get -y  -o Dpkg::Options::=“–force-confdef” -o Dpkg::Options::=“–force-confnew” full-upgrade | pv -l -p)
</code></pre>
<p dir="auto">but the quotes around  –force-confdef and –force-confnew are the wrong type . Should be:</p>
<pre><code>upgrade_result=$(sudo apt-get -y  -o Dpkg::Options::="–force-confdef" -o Dpkg::Options::="–force-confnew" full-upgrade | pv -l -p)
</code></pre>
<p dir="auto">It causes this error:</p>
<pre><code>dpkg: error: need an action option

Type dpkg --help for help about installing and deinstalling packages [*];
Use 'apt' or 'aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [*] produce a lot of output - pipe it through 'less' or 'more' !
E: Sub-process dpkg --set-selections returned an error code (2)
E: Couldn't record the approved state changes as dpkg selection states

</code></pre>
<p dir="auto">Maybe just replace the quotes rather than copy and pase. I noticed the same thing when I copied the link you sent previously for the test branch.</p>
]]></description><link>https://forum.magicmirror.builders/post/125417</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125417</guid><dc:creator><![CDATA[Scott-M]]></dc:creator><pubDate>Sat, 29 Mar 2025 15:00:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Sat, 29 Mar 2025 13:59:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-m" aria-label="Profile: Scott-M">@<bdi>Scott-M</bdi></a>   thank you very much</p>
<p dir="auto">ok, I’ve updated <a href="http://raspberry.sh" target="_blank" rel="noopener noreferrer nofollow ugc">raspberry.sh</a> on the v231 branch<br />
let me know what you find when u can</p>
]]></description><link>https://forum.magicmirror.builders/post/125412</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125412</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 29 Mar 2025 13:59:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Sat, 29 Mar 2025 09:36: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><br />
Luckily I had a slow week at work!</p>
<p dir="auto">This seems to have worked:</p>
<pre><code>sudo apt-get -y  -o Dpkg::Options::=“–force-confdef” -o Dpkg::Options::=“–force-confnew” full-upgrade
</code></pre>
<p dir="auto">I have brought my Pi5 home, and a couple of micro SDs so happy to test when I can. I do have a lot of driving chilren around to do but some time in between.</p>
]]></description><link>https://forum.magicmirror.builders/post/125410</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125410</guid><dc:creator><![CDATA[Scott-M]]></dc:creator><pubDate>Sat, 29 Mar 2025 09:36:02 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Fri, 28 Mar 2025 21:23:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-m" aria-label="Profile: Scott-M">@<bdi>Scott-M</bdi></a> thanks… SO much fun…</p>
<p dir="auto">I am trying to test on my pi5 , I am remote from my home office, and do not have my hdmi/micro adapter… so am trying headless…</p>
<p dir="auto">pi imager, set ssh on, use pw authentication,<br />
pi boots, ssh is on,  but password doesn’t work…</p>
<p dir="auto">using mac and ubuntu vm , and windows vm…</p>
<p dir="auto">also of interest is that the wifi connection also does not work , only ethernet</p>
]]></description><link>https://forum.magicmirror.builders/post/125404</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125404</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 28 Mar 2025 21:23:46 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Fri, 28 Mar 2025 21:16:42 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> said in <a href="/post/125383">MMM-CalendarExt3 and MMM-MonthlyCalendar blank</a>:</p>
<blockquote>
<p dir="auto">oninteractive’ apt full-upgrade -y</p>
</blockquote>
<p dir="auto">That did not seem to make any difference, I tried apt-get update and then  DEBIAN_FRONTEND=‘noninteractive’ apt-get --assume-yes  full-upgrade</p>
<p dir="auto">but was still asked about the config file /labwc-greeter/autostart</p>
]]></description><link>https://forum.magicmirror.builders/post/125403</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125403</guid><dc:creator><![CDATA[Scott-M]]></dc:creator><pubDate>Fri, 28 Mar 2025 21:16:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Fri, 28 Mar 2025 13:29:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-m" aria-label="Profile: Scott-M">@<bdi>Scott-M</bdi></a> yes, how to avoid the prompt and handle it some other time</p>
<p dir="auto">searching leads to adding this in front of the apt full-upgrade command<br />
DEBIAN_FRONTEND=‘noninteractive’</p>
<p dir="auto">like this</p>
<p dir="auto">DEBIAN_FRONTEND=‘noninteractive’ apt full-upgrade -y</p>
]]></description><link>https://forum.magicmirror.builders/post/125383</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125383</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 28 Mar 2025 13:29:34 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Fri, 28 Mar 2025 12:54:42 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">On the plus side… It worked after answering Yes and MagicMirror started.</p>
<p dir="auto">It did take an unusually long time intalling  dependencies and again fixing sandbox permissions. I almost gave up but it did finish, and works</p>
]]></description><link>https://forum.magicmirror.builders/post/125379</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125379</guid><dc:creator><![CDATA[Scott-M]]></dc:creator><pubDate>Fri, 28 Mar 2025 12:54:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 and MMM-MonthlyCalendar blank on Fri, 28 Mar 2025 12:27:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-m" aria-label="Profile: Scott-M">@<bdi>Scott-M</bdi></a> that lovely problem again… thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/125373</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125373</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 28 Mar 2025 12:27:41 GMT</pubDate></item></channel></rss>