<?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[Reverting to previous MM Release]]></title><description><![CDATA[<p dir="auto">I need to back down to the previous release. I believe the 4/1 release of MM is a step too far in compatibility breaks.</p>
<p dir="auto">Is there a guide on how to do this?</p>
]]></description><link>https://forum.magicmirror.builders/topic/20192/reverting-to-previous-mm-release</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 04:04:36 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/20192.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 02 Apr 2026 16:57:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Reverting to previous MM Release on Thu, 02 Apr 2026 17:44:42 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>
<pre><code>cd ~/MagicMirror 
# double dash in front of tags
git fetch —tags
git checkout -b test_branch v2.34.0 
rm -rf node_modules
rm  package-lock.json
npm run install-mm 
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/130589</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130589</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 02 Apr 2026 17:44:42 GMT</pubDate></item><item><title><![CDATA[Reply to Reverting to previous MM Release on Mon, 06 Apr 2026 13:29: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> Yup, it’s working now. Awesome, thank you so much.</p>
<p dir="auto">(The <em>translations/en.json</em> is just a single word change, so easy to fix manually without being stashed.)</p>
]]></description><link>https://forum.magicmirror.builders/post/130677</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130677</guid><dc:creator><![CDATA[jca2112]]></dc:creator><pubDate>Mon, 06 Apr 2026 13:29:49 GMT</pubDate></item><item><title><![CDATA[Reply to Reverting to previous MM Release on Mon, 06 Apr 2026 13:27:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jca2112" aria-label="Profile: jca2112">@<bdi>jca2112</bdi></a> from the log,</p>
<p dir="auto">saved    translations/en.json</p>
<p dir="auto">make sure you check on this change, as it was stashed but not re-applied…</p>
]]></description><link>https://forum.magicmirror.builders/post/130676</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130676</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 06 Apr 2026 13:27:50 GMT</pubDate></item><item><title><![CDATA[Reply to Reverting to previous MM Release on Mon, 06 Apr 2026 13:24:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jca2112" aria-label="Profile: jca2112">@<bdi>jca2112</bdi></a> ok edit the <a href="http://mm.sh" target="_blank" rel="noopener noreferrer nofollow ugc">mm.sh</a><br />
and change</p>
<pre><code>npm start 
</code></pre>
<p dir="auto">to</p>
<pre><code>npm run start:x11
</code></pre>
<p dir="auto">I know why…  I fixed the script on saturday, but didn’t catch that on my mac I was on a different branch, so the master branch didn’t get updated til about 9pm central last night.<br />
I drove all day yesterday, and fixed it again on master…</p>
]]></description><link>https://forum.magicmirror.builders/post/130675</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130675</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 06 Apr 2026 13:24:36 GMT</pubDate></item><item><title><![CDATA[Reply to Reverting to previous MM Release on Mon, 06 Apr 2026 13:19:12 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jca2112" aria-label="Profile: jca2112">@<bdi>jca2112</bdi></a> when did you run it?  today?</p>
</blockquote>
<p dir="auto">I ran the script yesterday (04/05/2026).</p>
<blockquote>
<p dir="auto">can you look at ~/MagicMirror/installers/mm.sh</p>
<p dir="auto">and see if<br />
npm run start:x11</p>
<p dir="auto">is present on line 9</p>
</blockquote>
<p dir="auto">Here is the <a href="http://mm.sh" target="_blank" rel="noopener noreferrer nofollow ugc">mm.sh</a>:</p>
<pre><code>#!/bin/bash
cd /home/dietpi/MagicMirror

if [ $(ps -ef | grep -v grep | grep -i -e xway -e labwc | wc -l) -ne 0 ]; then 
   # if WAYLAND_DISPLAYis set, use it, else set to -0
   export WAYLAND_DISPLAY=${WAYLAND_DISPLAY:=wayland-0}
   npm run start:wayland
else
   DISPLAY=:0 npm start
fi 

#DISPLAY=:0 npm start
</code></pre>
<blockquote>
<p dir="auto">also, can you do</p>
<pre><code>pm2 stop all
cd ~/MagicMirror
</code></pre>
<p dir="auto">and try either</p>
<pre><code>npm start 
</code></pre>
</blockquote>
<p dir="auto">npm output:</p>
<pre><code>&gt; magicmirror@2.35.0 start
&gt; node --run start:wayland

[2026-04-06 09:08:03.511] [LOG]   [app] Starting MagicMirror: v2.35.0
[2026-04-06 09:08:03.549] [LOG]   [utils] Loading config ...
[2026-04-06 09:08:03.567] [INFO]  [utils] Checking config file /home/dietpi/MagicMirror/config/config.js ...
[2026-04-06 09:08:03.945] [INFO]  [utils] Your configuration file doesn't contain syntax errors :)
[2026-04-06 09:08:03.949] [INFO]  [utils] Checking modules structure configuration ...
[2026-04-06 09:08:04.360] [INFO]  [utils] Your modules structure configuration doesn't contain errors :)
[2026-04-06 09:08:04.369] [LOG]   [app] Loading module helpers ...
[2026-04-06 09:08:04.377] [LOG]   [app] No helper found for module: alert.
[2026-04-06 09:08:04.408] [LOG]   [node_helper] Initializing new module helper ...
[2026-04-06 09:08:04.413] [LOG]   [node_helper] Module helper loaded: updatenotification
[2026-04-06 09:08:04.417] [LOG]   [app] No helper found for module: clock.
[2026-04-06 09:08:05.284] [LOG]   [node_helper] Initializing new module helper ...
[2026-04-06 09:08:05.286] [LOG]   [node_helper] Module helper loaded: calendar
[2026-04-06 09:08:05.297] [LOG]   [node_helper] Initializing new module helper ...
[2026-04-06 09:08:05.300] [LOG]   [node_helper] Module helper loaded: weather
[2026-04-06 09:08:05.615] [LOG]   [node_helper] Initializing new module helper ...
[2026-04-06 09:08:05.619] [LOG]   [node_helper] Module helper loaded: newsfeed
[2026-04-06 09:08:06.334] [INFO]  [systeminformation] 
####  System Information  ####
- SYSTEM:   manufacturer: Raspberry Pi Foundation; model: Raspberry Pi 3 Model B Plus Rev 1.3; virtual: false; MM: v2.35.0
- OS:       platform: linux; distro: Debian GNU/Linux; release: 13; arch: arm64; kernel: 6.12.75+rpt-rpi-v8
- VERSIONS: electron: 41.1.0; used node: 25.2.1; installed node: 25.2.1; npm: 11.6.2; pm2: 6.0.14
- ENV:      XDG_SESSION_TYPE: undefined; MM_CONFIG_FILE: undefined
            WAYLAND_DISPLAY:  wayland-1; DISPLAY: undefined; ELECTRON_ENABLE_GPU: undefined
- RAM:      total: 905.98 MB; free: 524.54 MB; used: 381.45 MB
- OTHERS:   uptime: 1192 minutes; timeZone: America/New_York
[2026-04-06 09:08:06.353] [LOG]   [node_helper] Initializing new module helper ...
[2026-04-06 09:08:06.355] [LOG]   [node_helper] Module helper loaded: MMM-Sonos
[2026-04-06 09:08:06.356] [LOG]   [app] All module helpers loaded.
[2026-04-06 09:08:06.385] [LOG]   [server] Starting server on port 8080 ... 
[2026-04-06 09:08:06.415] [ERROR] [unknown] (node:605210) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `electron --trace-deprecation ...` to show where the warning was created)
[2026-04-06 09:08:06.477] [LOG]   [app] Server started ...
[2026-04-06 09:08:06.480] [LOG]   [node_helper] Connecting socket for: updatenotification
[2026-04-06 09:08:06.481] [LOG]   [node_helper] Starting module helper: updatenotification
[2026-04-06 09:08:06.483] [LOG]   [node_helper] Connecting socket for: calendar
[2026-04-06 09:08:06.485] [LOG]   [calendar] Starting node helper for: calendar
[2026-04-06 09:08:06.486] [LOG]   [node_helper] Connecting socket for: weather
[2026-04-06 09:08:06.488] [LOG]   [weather] Starting node helper for: weather
[2026-04-06 09:08:06.490] [LOG]   [node_helper] Connecting socket for: newsfeed
[2026-04-06 09:08:06.491] [LOG]   [newsfeed] Starting node helper for: newsfeed
[2026-04-06 09:08:06.493] [LOG]   [node_helper] Connecting socket for: MMM-Sonos
[2026-04-06 09:08:06.495] [LOG]   [MMM-Sonos] Sonos helper started ...
[2026-04-06 09:08:06.496] [LOG]   [app] Sockets connected &amp; modules started ...
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
[605210:0406/090806.501637:ERROR:ui/ozone/platform/wayland/host/wayland_connection.cc:202] Failed to connect to Wayland display: No such file or directory (2)
[605210:0406/090806.502006:ERROR:ui/ozone/platform/wayland/ozone_platform_wayland.cc:281] Failed to initialize Wayland platform
[605210:0406/090806.502155:ERROR:ui/aura/env.cc:246] The platform failed to initialize.  Exiting.
/home/dietpi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGSEGV
</code></pre>
<blockquote>
<p dir="auto">is this really a dietpi? what OS version is running</p>
</blockquote>
<p dir="auto">DietPi v10.2.3 (I believe that is the latest version)</p>
<blockquote>
<p dir="auto">also, can you send me ~/MagicMirror/installers/upgrade.log<br />
same userid at gmail</p>
</blockquote>
<p dir="auto">Email sent.</p>
<p dir="auto">Thanks for all your help!</p>
]]></description><link>https://forum.magicmirror.builders/post/130673</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130673</guid><dc:creator><![CDATA[jca2112]]></dc:creator><pubDate>Mon, 06 Apr 2026 13:19:12 GMT</pubDate></item><item><title><![CDATA[Reply to Reverting to previous MM Release on Mon, 06 Apr 2026 13:07:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jca2112" aria-label="Profile: jca2112">@<bdi>jca2112</bdi></a> when did you run it?  today?</p>
<p dir="auto">can you look at ~/MagicMirror/installers/mm.sh</p>
<p dir="auto">and see if<br />
npm run start:x11</p>
<p dir="auto">is present on line 9</p>
<p dir="auto">also, can you do</p>
<pre><code>pm2 stop all
cd ~/MagicMirror
</code></pre>
<p dir="auto">and try either</p>
<pre><code>npm start 
</code></pre>
<p dir="auto">or</p>
<pre><code>npm run start:x11
</code></pre>
<p dir="auto">is this really a dietpi? what OS version is running</p>
<p dir="auto">lsb_release -a</p>
<p dir="auto">also, can you send me ~/MagicMirror/installers/upgrade.log<br />
same userid at gmail</p>
]]></description><link>https://forum.magicmirror.builders/post/130671</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130671</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 06 Apr 2026 13:07:43 GMT</pubDate></item><item><title><![CDATA[Reply to Reverting to previous MM Release on Mon, 06 Apr 2026 12:55:46 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> I ran your upgrade script as well and I also see electron errors in the pm2 logs. The system just loads to a blank/black screen (with cursor), but fails to load beyond that.</p>
<pre><code>0|mm  | /home/dietpi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGSEGV
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/130670</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130670</guid><dc:creator><![CDATA[jca2112]]></dc:creator><pubDate>Mon, 06 Apr 2026 12:55:46 GMT</pubDate></item><item><title><![CDATA[Reply to Reverting to previous MM Release on Sat, 04 Apr 2026 15:30: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> For sure. I am suspecting the card may have been flaking. Now to fix my Docker image. 😮‍💨</p>
]]></description><link>https://forum.magicmirror.builders/post/130644</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130644</guid><dc:creator><![CDATA[mumblebaj]]></dc:creator><pubDate>Sat, 04 Apr 2026 15:30:55 GMT</pubDate></item><item><title><![CDATA[Reply to Reverting to previous MM Release on Sat, 04 Apr 2026 15:29:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mumblebaj" aria-label="Profile: mumblebaj">@<bdi>mumblebaj</bdi></a> woohoo…  at least thats something good!!</p>
]]></description><link>https://forum.magicmirror.builders/post/130643</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130643</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 04 Apr 2026 15:29:05 GMT</pubDate></item><item><title><![CDATA[Reply to Reverting to previous MM Release on Sat, 04 Apr 2026 15:27:06 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> Flashed the new card and installed trixie, Did a clean install. Ran your restore script and everything is running just fine.</p>
]]></description><link>https://forum.magicmirror.builders/post/130642</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130642</guid><dc:creator><![CDATA[mumblebaj]]></dc:creator><pubDate>Sat, 04 Apr 2026 15:27:06 GMT</pubDate></item><item><title><![CDATA[Reply to Reverting to previous MM Release on Sat, 04 Apr 2026 13:09:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mumblebaj" aria-label="Profile: mumblebaj">@<bdi>mumblebaj</bdi></a> ok, thx</p>
]]></description><link>https://forum.magicmirror.builders/post/130639</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130639</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 04 Apr 2026 13:09:38 GMT</pubDate></item><item><title><![CDATA[Reply to Reverting to previous MM Release on Sat, 04 Apr 2026 13:05: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> Yes sir. Just got in now. Will work on the new SD card now and advise in a bit.</p>
]]></description><link>https://forum.magicmirror.builders/post/130638</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130638</guid><dc:creator><![CDATA[mumblebaj]]></dc:creator><pubDate>Sat, 04 Apr 2026 13:05:50 GMT</pubDate></item><item><title><![CDATA[Reply to Reverting to previous MM Release on Sat, 04 Apr 2026 11:51:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mumblebaj" aria-label="Profile: mumblebaj">@<bdi>mumblebaj</bdi></a><br />
After downgrading, did you run<br />
npm install again</p>
]]></description><link>https://forum.magicmirror.builders/post/130636</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130636</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 04 Apr 2026 11:51:09 GMT</pubDate></item><item><title><![CDATA[Reply to Reverting to previous MM Release on Sat, 04 Apr 2026 06:12:40 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> Hi Sam. I upgraded using your upgrade script. Then I saw the following error, <code>/home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGTRAP</code>. MM shows that it has started but browser does not launch, Electron failing. Tried a bunch of things but nothing seems to help. Switched back to X11 and still getting the dreaded error.</p>
<p dir="auto">I have downgraded to 2.34.0 and still same issue now.</p>
<p dir="auto"><img src="/assets/uploads/files/1775279015864-9caf4b95-89e4-468a-8187-06650322ebae-image.jpeg" alt="9caf4b95-89e4-468a-8187-06650322ebae-image.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1775279287676-960ae42d-776c-4b01-acad-bb83b51cd442-image.jpeg" alt="960ae42d-776c-4b01-acad-bb83b51cd442-image.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto">I am flashing a new SD card now and will try a fresh install and see how that goes</p>
]]></description><link>https://forum.magicmirror.builders/post/130632</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130632</guid><dc:creator><![CDATA[mumblebaj]]></dc:creator><pubDate>Sat, 04 Apr 2026 06:12:40 GMT</pubDate></item><item><title><![CDATA[Reply to Reverting to previous MM Release on Fri, 03 Apr 2026 20:01:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mumblebaj" aria-label="Profile: mumblebaj">@<bdi>mumblebaj</bdi></a> can you articulate the issues?</p>
]]></description><link>https://forum.magicmirror.builders/post/130623</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130623</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 03 Apr 2026 20:01:37 GMT</pubDate></item><item><title><![CDATA[Reply to Reverting to previous MM Release on Fri, 03 Apr 2026 19:10:17 GMT]]></title><description><![CDATA[<p dir="auto">I have just reverted to the old version as well. Too many issues with electron. Breaking issues for me as well. And I am running Pi5 Trixie. Something about Pi5 Trixie and Electron 41 not playing well together.  v2.34.0 ran just fine on Trixie and using Wayland. Now it is breaking.</p>
]]></description><link>https://forum.magicmirror.builders/post/130622</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130622</guid><dc:creator><![CDATA[mumblebaj]]></dc:creator><pubDate>Fri, 03 Apr 2026 19:10:17 GMT</pubDate></item><item><title><![CDATA[Reply to Reverting to previous MM Release on Fri, 03 Apr 2026 04:48: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> gotcha.</p>
<p dir="auto">I’ll likely re-work my entire system(s) after tax season is over, but this will hold until then. Once I have time, I’m mulling a few changes that’ll break everything anyway.</p>
]]></description><link>https://forum.magicmirror.builders/post/130612</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130612</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Fri, 03 Apr 2026 04:48:50 GMT</pubDate></item><item><title><![CDATA[Reply to Reverting to previous MM Release on Fri, 03 Apr 2026 01:08:17 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> it’s just a name. I picked something, could be anything except master and develop as those are already used</p>
]]></description><link>https://forum.magicmirror.builders/post/130606</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130606</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 03 Apr 2026 01:08:17 GMT</pubDate></item><item><title><![CDATA[Reply to Reverting to previous MM Release on Thu, 02 Apr 2026 20:58:00 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> interesting that the old release is in test branch.</p>
]]></description><link>https://forum.magicmirror.builders/post/130605</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130605</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Thu, 02 Apr 2026 20:58:00 GMT</pubDate></item><item><title><![CDATA[Reply to Reverting to previous MM Release on Thu, 02 Apr 2026 17:44:42 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>
<pre><code>cd ~/MagicMirror 
# double dash in front of tags
git fetch —tags
git checkout -b test_branch v2.34.0 
rm -rf node_modules
rm  package-lock.json
npm run install-mm 
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/130589</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130589</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 02 Apr 2026 17:44:42 GMT</pubDate></item></channel></rss>