<?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[My new MagicMirror will not start with Wayland?]]></title><description><![CDATA[<p dir="auto">Good Morning!<br />
after my last posting regarding display-stop with X11 (MMM-Universal-Pir)  I’ve decided to try to get things to run with Wayland.<br />
Unfortunately this doesn’t work :-(<br />
I’ve disabled X11 / enabled Wayland in raspi-config and done a reboot.<br />
Magic Mirror than doesn’t come up - no surprise.</p>
<p dir="auto">issued</p>
<pre><code> pm2 stop MagicMirror

[PM2] Applying action stopProcessId on app [MagicMirror](ids: [ 0 ])
[PM2] [MagicMirror](0) ✓
┌────┬────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
│ id │ name           │ namespace   │ version │ mode    │ pid      │ uptime │ ↺    │ status    │ cpu      │ mem      │ user     │ watching │
├────┼────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 0  │ MagicMirror    │ default     │ 2.31.0… │ fork    │ 0        │ 0      │ 0    │ stopped   │ 0%       │ 0b       │ pi       │ disabled │
└────┴────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘


</code></pre>
<p dir="auto">Then I’ve tried</p>
<pre><code>npm run start:wayland
</code></pre>
<p dir="auto">This exits with an error message from electron :</p>
<pre><code>pi@MagicMirrorPi5:~/MagicMirror $ npm run start:wayland

&gt; magicmirror@2.31.0-develop start:wayland
&gt; WAYLAND_DISPLAY="${WAYLAND_DISPLAY:=wayland-1}" ./node_modules/.bin/electron js/electron.js --enable-features=UseOzonePlatform --ozone-platform=wayland

[2025-03-28 10:27:47.902] [LOG]   Starting MagicMirror: v2.31.0-develop 
[2025-03-28 10:27:47.912] [LOG]   Loading config ... 
[2025-03-28 10:27:47.913] [LOG]   config template file not exists, no envsubst 
[2025-03-28 10:27:48.094] [INFO]  Checking config file /home/pi/MagicMirror/config/config.js ... 
[2025-03-28 10:27:48.151] [INFO]  Your configuration file doesn't contain syntax errors :) 
[2025-03-28 10:27:48.152] [INFO]  Checking modules structure configuration ... 
[2025-03-28 10:27:48.193] [INFO]  Your modules structure configuration doesn't contain errors :) 
[2025-03-28 10:27:48.194] [LOG]   Loading module helpers ... 
[2025-03-28 10:27:48.195] [LOG]   No helper found for module: alert. 
[2025-03-28 10:27:48.195] [LOG]   No helper found for module: MMM-MagicMover. 
[2025-03-28 10:27:48.195] [LOG]   No helper found for module: clock. 
[2025-03-28 10:27:48.196] [LOG]   No helper found for module: MMM-Profilepicture. 
[2025-03-28 10:27:48.204] [LOG]   Initializing new module helper ... 
[2025-03-28 10:27:48.204] [LOG]   Module helper loaded: MMM-Logging 
[2025-03-28 10:27:48.211] [LOG]   Initializing new module helper ... 
[2025-03-28 10:27:48.211] [LOG]   Module helper loaded: MMM-MoonPhase 
[2025-03-28 10:27:48.211] [LOG]   No helper found for module: MMM-Globe. 
[2025-03-28 10:27:48.211] [LOG]   No helper found for module: weather. 
[2025-03-28 10:27:48.237] [LOG]   Initializing new module helper ... 
[2025-03-28 10:27:48.237] [LOG]   Module helper loaded: MMM-JsonValue 
[2025-03-28 10:27:48.244] [LOG]   Initializing new module helper ... 
[2025-03-28 10:27:48.245] [LOG]   Module helper loaded: MMM-MyGarbage 
[2025-03-28 10:27:48.245] [LOG]   No helper found for module: MMM-CalendarExt3Agenda. 
[2025-03-28 10:27:48.328] [LOG]   Initializing new module helper ... 
[2025-03-28 10:27:48.328] [LOG]   Module helper loaded: MMM-Todoist 
[2025-03-28 10:27:48.359] [LOG]   2025-03-28T10:27:48 &lt;log&gt; init module helper birthdaylist (/home/pi/MagicMirror/modules/birthdaylist/node_helper.js:15 Class.init) 
[2025-03-28 10:27:48.359] [LOG]   Module helper loaded: birthdaylist 
[2025-03-28 10:27:48.360] [LOG]   Initializing new module helper ... 
[2025-03-28 10:27:48.360] [LOG]   Module helper loaded: MMM-SystemMonitor 
[2025-03-28 10:27:48.470] [LOG]   Initializing new module helper ... 
[2025-03-28 10:27:48.470] [LOG]   Check MagicMirror² version for node helper 'MMM-Strava' - Minimum version: 2.2.0 - Current version: 2.31.0-develop 
[2025-03-28 10:27:48.470] [LOG]   Version is ok! 
[2025-03-28 10:27:48.470] [LOG]   Module helper loaded: MMM-Strava 
[2025-03-28 10:27:48.470] [LOG]   No helper found for module: MMM-EventHorizon. 
[2025-03-28 10:27:48.501] [LOG]   Initializing new module helper ... 
[2025-03-28 10:27:48.501] [LOG]   Module helper loaded: MMM-FRITZ-Box-Callmonitor-py3 
[2025-03-28 10:27:48.618] [LOG]   Initializing new module helper ... 
[2025-03-28 10:27:48.619] [LOG]   Module helper loaded: MMM-NowPlayingOnSpotify 
[2025-03-28 10:27:48.619] [LOG]   Initializing new module helper ... 
[2025-03-28 10:27:48.619] [LOG]   Module helper loaded: MMM-SystemInfo 
[2025-03-28 10:27:48.647] [LOG]   Initializing new module helper ... 
[2025-03-28 10:27:48.647] [LOG]   Module helper loaded: newsfeed 
[2025-03-28 10:27:48.647] [LOG]   No helper found for module: MMM-UselessFacts. 
[2025-03-28 10:27:48.667] [LOG]   Initializing new module helper ... 
[2025-03-28 10:27:48.667] [LOG]   Module helper loaded: MMM-Remote-Control 
[2025-03-28 10:27:48.709] [LOG]   Initializing new module helper ... 
[2025-03-28 10:27:48.709] [LOG]   Module helper loaded: calendar 
[2025-03-28 10:27:48.710] [LOG]   All module helpers loaded. 
[2025-03-28 10:27:48.713] [LOG]   Starting server on port 8080 ...  
[2025-03-28 10:27:48.714] [WARN]  You're using a full whitelist configuration to allow for all IPs 
[2025-03-28 10:27:49.037] [LOG]   Server started ... 
[2025-03-28 10:27:49.037] [LOG]   Connecting socket for: MMM-Logging 
[2025-03-28 10:27:49.038] [LOG]   2025-03-28T10:27:49 &lt;log&gt; Module helper started for MMM-Logging (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:19 Class.start) 
[2025-03-28 10:27:49.039] [LOG]   Connecting socket for: MMM-MoonPhase 
[2025-03-28 10:27:49.039] [LOG]   Starting module helper: MMM-MoonPhase 
[2025-03-28 10:27:49.044] [LOG]   Connecting socket for: MMM-JsonValue 
[2025-03-28 10:27:49.045] [LOG]   Connecting socket for: MMM-MyGarbage 
[2025-03-28 10:27:49.045] [LOG]   2025-03-28T10:27:49 &lt;log&gt; Starting node_helper for module: MMM-MyGarbage (/home/pi/MagicMirror/modules/MMM-MyGarbage/node_helper.js:9 Class.start) 
[2025-03-28 10:27:49.046] [LOG]   Connecting socket for: MMM-Todoist 
[2025-03-28 10:27:49.047] [LOG]   2025-03-28T10:27:49 &lt;log&gt; Starting node helper for: MMM-Todoist (/home/pi/MagicMirror/modules/MMM-Todoist/node_helper.js:19 Class.start) 
[2025-03-28 10:27:49.047] [LOG]   Connecting socket for: birthdaylist 
[2025-03-28 10:27:49.047] [LOG]   Connecting socket for: MMM-SystemMonitor 
[2025-03-28 10:27:49.048] [LOG]   Starting module helper: MMM-SystemMonitor 
[2025-03-28 10:27:49.048] [LOG]   Connecting socket for: MMM-Strava 
[2025-03-28 10:27:49.050] [LOG]   2025-03-28T10:27:49 &lt;log&gt; Starting module helper: MMM-Strava (/home/pi/MagicMirror/modules/MMM-Strava/node_helper.js:47 Class.start) 
[2025-03-28 10:27:49.051] [LOG]   Connecting socket for: MMM-FRITZ-Box-Callmonitor-py3 
[2025-03-28 10:27:49.052] [LOG]   2025-03-28T10:27:49 &lt;log&gt; Starting module: MMM-FRITZ-Box-Callmonitor-py3 (/home/pi/MagicMirror/modules/MMM-FRITZ-Box-Callmonitor-py3/node_helper.js:28 Class.start) 
[2025-03-28 10:27:49.053] [LOG]   Connecting socket for: MMM-NowPlayingOnSpotify 
[2025-03-28 10:27:49.053] [LOG]   Connecting socket for: MMM-SystemInfo 
[2025-03-28 10:27:49.053] [LOG]   Starting node helper: MMM-SystemInfo 
[2025-03-28 10:27:49.054] [LOG]   Connecting socket for: newsfeed 
[2025-03-28 10:27:49.054] [LOG]   Starting node helper for: newsfeed 
[2025-03-28 10:27:49.054] [LOG]   Connecting socket for: MMM-Remote-Control 
[2025-03-28 10:27:49.055] [LOG]   Starting node helper for: MMM-Remote-Control 
[2025-03-28 10:27:49.060] [LOG]   Connecting socket for: calendar 
[2025-03-28 10:27:49.061] [LOG]   Starting node helper for: calendar 
[2025-03-28 10:27:49.061] [LOG]   Sockets connected &amp; modules started ... 
[2025-03-28 10:27:49.346] [LOG]   Launching application. 
[2025-03-28 10:27:49.594] [INFO]  System information:
### SYSTEM:   manufacturer: ; model: ; virtual: false
### OS:       platform: linux; distro: Debian GNU/Linux; release: 12; arch: arm64; kernel: 6.6.74+rpt-rpi-2712
### VERSIONS: electron: 32.2.7; used node: 20.18.1; installed node: 20.18.1; npm: 10.8.2; pm2: 5.4.3
### OTHER:    timeZone: Europe/Berlin; ELECTRON_ENABLE_GPU: undefined 
/home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGTRAP
</code></pre>
<p dir="auto">pm2 knows that about MagicMirror:</p>
<pre><code>pi@MagicMirrorPi5:~/MagicMirror $ pm2 show MagicMirror
 Describing process with id 0 - name MagicMirror 
┌───────────────────┬──────────────────────────────────────────┐
│ status            │ stopped                                  │
│ name              │ MagicMirror                              │
│ namespace         │ default                                  │
│ version           │ 2.31.0-develop                           │
│ restarts          │ 0                                        │
│ uptime            │ 0                                        │
│ script path       │ /home/pi/MagicMirror/installers/mm.sh    │
│ script args       │ N/A                                      │
│ error log path    │ /home/pi/.pm2/logs/MagicMirror-error.log │
│ out log path      │ /home/pi/.pm2/logs/MagicMirror-out.log   │
│ pid path          │ /home/pi/.pm2/pids/MagicMirror-0.pid     │
│ interpreter       │ bash                                     │
│ interpreter args  │ N/A                                      │
│ script id         │ 0                                        │
│ exec cwd          │ /home/pi                                 │
│ exec mode         │ fork_mode                                │
│ node.js version   │ N/A                                      │
│ node env          │ N/A                                      │
│ watch &amp; reload    │ ✘                                        │
│ unstable restarts │ 0                                        │
│ created at        │ 2025-03-28T09:21:32.089Z                 │
└───────────────────┴──────────────────────────────────────────┘
 Divergent env variables from local env 
┌────────────────┬─────────────────────────────────────┐
│ PWD            │ /home/pi                            │
│ SSH_CONNECTION │ 172.23.56.21 53109 172.23.56.157 22 │
│ TERM           │ xterm                               │
│ SHLVL          │ 2                                   │
│ SSH_CLIENT     │ 172.23.56.21 53109 22               │
│ OLDPWD         │ /home/pi/MagicMirror/splashscreen   │
└────────────────┴─────────────────────────────────────┘

</code></pre>
<p dir="auto">What to do to get it fixed?<br />
is<br />
<a href="https://github.com/sdetweil/MagicMirror_scripts?tab=readme-ov-file#add-using-pm2-to-autostart-magicmirror-at-bootup" target="_blank" rel="noopener noreferrer nofollow ugc">fixuppm2.sh</a> a possible solution?</p>
<p dir="auto">Thanks for any hint!<br />
Ralf</p>
]]></description><link>https://forum.magicmirror.builders/topic/19579/my-new-magicmirror-will-not-start-with-wayland</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 02:29:41 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19579.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 28 Mar 2025 10:15:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to My new MagicMirror will not start with Wayland? on Fri, 28 Mar 2025 12:27:56 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!</p>
<p dir="auto">overall it doesn’t work for me :-(<br />
system is so slow that even editing config.js took 8 seconds to load the tiny file from pi to Laptop…<br />
So I’ve re-configured to X11 …<br />
NO idea what happened but unusable with wayland.<br />
In addition the target of whole szenario - to get MMM-Pir working without error message is  not reached because with wayland, too an error is produced …<br />
So I will stay with X11 and try MMM-Pir-universal …<br />
(which is kinda unreliable…)</p>
<p dir="auto">Warm regards,<br />
Ralf</p>
]]></description><link>https://forum.magicmirror.builders/post/125374</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125374</guid><dc:creator><![CDATA[rkorell]]></dc:creator><pubDate>Fri, 28 Mar 2025 12:27:56 GMT</pubDate></item><item><title><![CDATA[Reply to My new MagicMirror will not start with Wayland? on Sun, 30 Mar 2025 20:04:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a> yeh, i put it back</p>
]]></description><link>https://forum.magicmirror.builders/post/125508</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125508</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 30 Mar 2025 20:04:03 GMT</pubDate></item><item><title><![CDATA[Reply to My new MagicMirror will not start with Wayland? on Sun, 30 Mar 2025 20:01:34 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</p>
<blockquote>
<p dir="auto">but npm start works!?<br />
Not tried.<br />
Leave it currently, as is.<br />
Via your install script provided autostart calls npm run start:x11 - which works fine.</p>
</blockquote>
<p dir="auto">Regards,<br />
Ralf</p>
]]></description><link>https://forum.magicmirror.builders/post/125507</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125507</guid><dc:creator><![CDATA[rkorell]]></dc:creator><pubDate>Sun, 30 Mar 2025 20:01:34 GMT</pubDate></item><item><title><![CDATA[Reply to My new MagicMirror will not start with Wayland? on Sun, 30 Mar 2025 17:19:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a>  my updated <a href="http://mm.sh" target="_blank" rel="noopener noreferrer nofollow ugc">mm.sh</a> fails when trying wayland, some fontconfig problem<br />
npm run start:wayland</p>
<p dir="auto">apt upgrade /full-upgrade fail…  oh so much fun…</p>
<p dir="auto">but npm start works!?</p>
]]></description><link>https://forum.magicmirror.builders/post/125496</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125496</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 30 Mar 2025 17:19:31 GMT</pubDate></item><item><title><![CDATA[Reply to My new MagicMirror will not start with Wayland? on Sun, 30 Mar 2025 16:57:37 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/125474">My new MagicMirror will not start with Wayland?</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a> great work!</p>
</blockquote>
<p dir="auto">Ohhh - this from you!<br />
Makes me proud.<br />
Thanks!</p>
<p dir="auto">Ralf</p>
]]></description><link>https://forum.magicmirror.builders/post/125494</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125494</guid><dc:creator><![CDATA[rkorell]]></dc:creator><pubDate>Sun, 30 Mar 2025 16:57:37 GMT</pubDate></item><item><title><![CDATA[Reply to My new MagicMirror will not start with Wayland? on Sun, 30 Mar 2025 14:13:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a> i am thinking of pushing a change to <a href="http://mm.sh" target="_blank" rel="noopener noreferrer nofollow ugc">mm.sh</a> to run with what is detected</p>
<p dir="auto">this is for new installs, i wont change existing on update</p>
<p dir="auto">updated, release on next rev</p>
]]></description><link>https://forum.magicmirror.builders/post/125479</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125479</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 30 Mar 2025 14:13:48 GMT</pubDate></item><item><title><![CDATA[Reply to My new MagicMirror will not start with Wayland? on Sun, 30 Mar 2025 13:18:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a> great work!</p>
]]></description><link>https://forum.magicmirror.builders/post/125474</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125474</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 30 Mar 2025 13:18:55 GMT</pubDate></item><item><title><![CDATA[Reply to My new MagicMirror will not start with Wayland? on Sun, 30 Mar 2025 07:47: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> As I wrote initially “npm  run start:wayland” doesn’t work …<br />
(despite wayland configured).<br />
And the “stored” auto-start option npm  run start:x11 DOES work - for whatever reason.</p>
<p dir="auto">VNC was really sluggish on this, performance a nightmare so - see above marked as “solution” I switched back to x11 and all is working fine.</p>
<p dir="auto">In the meantime I’ve also managed to get MMM-Pir to work by idenitfying and correcting two errors in Bugsounet’s code …</p>
<p dir="auto">Warm regards,<br />
Ralf</p>
]]></description><link>https://forum.magicmirror.builders/post/125464</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125464</guid><dc:creator><![CDATA[rkorell]]></dc:creator><pubDate>Sun, 30 Mar 2025 07:47:40 GMT</pubDate></item><item><title><![CDATA[Reply to My new MagicMirror will not start with Wayland? on Fri, 28 Mar 2025 13:47:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a> I can  ‘fix’ <a href="http://MagicMirror.sh" target="_blank" rel="noopener noreferrer nofollow ugc">MagicMirror.sh</a> to detect wayland/labwc and use</p>
<pre><code>npm  run start:wayland
</code></pre>
<p dir="auto">and if not</p>
<pre><code>npm run start
</code></pre>
<p dir="auto">switching so it WORKS seems like it takes some drastic changes…(erase electron config)…</p>
<p dir="auto">I don’t know what is in the electron config folder, so  can’t tell if there is a way to know you switched since last run…</p>
]]></description><link>https://forum.magicmirror.builders/post/125386</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125386</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 28 Mar 2025 13:47:12 GMT</pubDate></item><item><title><![CDATA[Reply to My new MagicMirror will not start with Wayland? on Fri, 28 Mar 2025 13:25:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a> said in <a href="/post/125378">My new MagicMirror will not start with Wayland?</a>:</p>
<blockquote>
<p dir="auto">Didn’t get you, sorry!</p>
</blockquote>
<p dir="auto">from package.json<br />
these are the command types you can issue npm run …</p>
<pre><code class="language-json">                "start": "npm run start:x11",
                "start:dev": "npm run start -- dev",
                "start:wayland": "WAYLAND_DISPLAY=\"${WAYLAND_DISPLAY:=wayland-1}\" ./node_modules/.bin/electron js/electron.js --enable-features=UseOzonePlatform --ozone-platform=wayland",
                "start:wayland:dev": "npm run start:wayland -- dev",
                "start:windows": ".\\node_modules\\.bin\\electron js\\electron.js",
                "start:windows:dev": "npm run start:windows -- dev",
                "start:x11": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
                "start:x11:dev": "npm run start -- dev",
</code></pre>
<p dir="auto">if you do npm start or npm run start<br />
the command is “npm run start:x11”</p>
<p dir="auto">which is the “same”  as it was before release 2.30.0</p>
<p dir="auto">I posted this in<br />
<a href="https://forum.magicmirror.builders/topic/19269/new-magicmirror-start-options-in-version-2-30-0">https://forum.magicmirror.builders/topic/19269/new-magicmirror-start-options-in-version-2-30-0</a></p>
<p dir="auto">so at least you don’t have to edit package.json and break updates…</p>
]]></description><link>https://forum.magicmirror.builders/post/125382</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125382</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 28 Mar 2025 13:25:34 GMT</pubDate></item><item><title><![CDATA[Reply to My new MagicMirror will not start with Wayland? on Fri, 28 Mar 2025 13:22:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a> said in <a href="/post/125380">My new MagicMirror will not start with Wayland?</a>:</p>
<blockquote>
<p dir="auto">quick question: will this command help, anyway to get “performance” fixed?</p>
</blockquote>
<p dir="auto">no idea</p>
]]></description><link>https://forum.magicmirror.builders/post/125381</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125381</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 28 Mar 2025 13:22:36 GMT</pubDate></item><item><title><![CDATA[Reply to My new MagicMirror will not start with Wayland? on Fri, 28 Mar 2025 13:21:31 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/125370">My new MagicMirror will not start with Wayland?</a>:</p>
<blockquote>
<p dir="auto">rm -rf ~/.config/Electron</p>
</blockquote>
<p dir="auto">quick question: will this command help, anyway to get “performance” fixed?<br />
Background: Since running on Pi5 / bookworm the mirror has “problems” on reboot.<br />
Module load is extremely slow (minutes!).<br />
A “pm2 reload MagicMirror” after reboot leads to way faster module loadings.</p>
<p dir="auto">Thanks,<br />
Ralf</p>
]]></description><link>https://forum.magicmirror.builders/post/125380</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125380</guid><dc:creator><![CDATA[rkorell]]></dc:creator><pubDate>Fri, 28 Mar 2025 13:21:31 GMT</pubDate></item><item><title><![CDATA[Reply to My new MagicMirror will not start with Wayland? on Fri, 28 Mar 2025 13:18: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> said in <a href="/post/125375">My new MagicMirror will not start with Wayland?</a>:</p>
<blockquote>
<p dir="auto">note that npm start issues npm run start:x11</p>
</blockquote>
<p dir="auto">? can you kindly please eloborate?<br />
Didn’t get you, sorry!</p>
]]></description><link>https://forum.magicmirror.builders/post/125378</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125378</guid><dc:creator><![CDATA[rkorell]]></dc:creator><pubDate>Fri, 28 Mar 2025 13:18:50 GMT</pubDate></item><item><title><![CDATA[Reply to My new MagicMirror will not start with Wayland? on Fri, 28 Mar 2025 12:29:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a> note that npm  start  issues  npm run start:x11</p>
]]></description><link>https://forum.magicmirror.builders/post/125375</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125375</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 28 Mar 2025 12:29:42 GMT</pubDate></item><item><title><![CDATA[Reply to My new MagicMirror will not start with Wayland? on Fri, 28 Mar 2025 12:27:56 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!</p>
<p dir="auto">overall it doesn’t work for me :-(<br />
system is so slow that even editing config.js took 8 seconds to load the tiny file from pi to Laptop…<br />
So I’ve re-configured to X11 …<br />
NO idea what happened but unusable with wayland.<br />
In addition the target of whole szenario - to get MMM-Pir working without error message is  not reached because with wayland, too an error is produced …<br />
So I will stay with X11 and try MMM-Pir-universal …<br />
(which is kinda unreliable…)</p>
<p dir="auto">Warm regards,<br />
Ralf</p>
]]></description><link>https://forum.magicmirror.builders/post/125374</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125374</guid><dc:creator><![CDATA[rkorell]]></dc:creator><pubDate>Fri, 28 Mar 2025 12:27:56 GMT</pubDate></item><item><title><![CDATA[Reply to My new MagicMirror will not start with Wayland? on Fri, 28 Mar 2025 12:25:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a> electron saves a bunch of info , you may need to erase that to allow it to save different info<br />
stop MagicMirror</p>
<pre><code>rm -rf ~/.config/Electron
</code></pre>
<p dir="auto">note the dot in front of config</p>
]]></description><link>https://forum.magicmirror.builders/post/125370</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125370</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 28 Mar 2025 12:25:47 GMT</pubDate></item><item><title><![CDATA[Reply to My new MagicMirror will not start with Wayland? on Fri, 28 Mar 2025 11:19:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a> Addition:</p>
<p dir="auto">to my 100% surprise the mirror now works - but: extremely slow.<br />
it is started with “npm run start:x11” !!!<br />
(in a Wayland configuration !?)</p>
<pre><code>loginctl show-session 1 | grep "Desktop"
Desktop=LXDE-pi-wayfire
pi@MagicMirrorPi5:~ $ 
</code></pre>
<pre><code>0|MagicMir | &gt; magicmirror@2.31.0-develop start
0|MagicMir | &gt; npm run start:x11
0|MagicMir | 
0|MagicMir | 
0|MagicMir | &gt; magicmirror@2.31.0-develop start:x11
0|MagicMir | &gt; DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
0|MagicMir | 
0|MagicMir | [2025-03-28 11:39:58.784] [LOG]   Starting MagicMirror: v2.31.0-develop 
0|MagicMir | [2025-03-28 11:39:58.794] [LOG]   Loading config ... 
0|MagicMir | [2025-03-28 11:39:58.795] [LOG]   config template file not exists, no envsubst 
0|MagicMir | [2025-03-28 11:39:58.979] [INFO]  Checking config file /home/pi/MagicMirror/config/config.js ... 
0|MagicMir | [2025-03-28 11:39:59.040] [INFO]  Your configuration file doesn't contain syntax errors :) 
0|MagicMir | [2025-03-28 11:39:59.040] [INFO]  Checking modules structure configuration ... 
0|MagicMir | [2025-03-28 11:39:59.077] [INFO]  Your modules structure configuration doesn't contain errors :) 
0|MagicMir | [2025-03-28 11:39:59.078] [LOG]   Loading module helpers ... 
0|MagicMir | [2025-03-28 11:39:59.079] [LOG]   No helper found for module: alert. 
0|MagicMir | [2025-03-28 11:39:59.079] [LOG]   No helper found for module: MMM-MagicMover. 
0|MagicMir | [2025-03-28 11:39:59.079] [LOG]   No helper found for module: clock. 
0|MagicMir | [2025-03-28 11:39:59.079] [LOG]   No helper found for module: MMM-Profilepicture. 
0|MagicMir | [2025-03-28 11:39:59.088] [LOG]   Initializing new module helper ... 
0|MagicMir | [2025-03-28 11:39:59.088] [LOG]   Module helper loaded: MMM-Logging 
0|MagicMir | [2025-03-28 11:39:59.095] [LOG]   Initializing new module helper ... 
0|MagicMir | [2025-03-28 11:39:59.095] [LOG]   Module helper loaded: MMM-MoonPhase 
0|MagicMir | [2025-03-28 11:39:59.095] [LOG]   No helper found for module: MMM-Globe. 
0|MagicMir | [2025-03-28 11:39:59.095] [LOG]   No helper found for module: weather. 
0|MagicMir | [2025-03-28 11:39:59.129] [LOG]   Initializing new module helper ... 
0|MagicMir | [2025-03-28 11:39:59.129] [LOG]   Module helper loaded: MMM-JsonValue 
0|MagicMir | [2025-03-28 11:39:59.137] [LOG]   Initializing new module helper ... 
0|MagicMir | [2025-03-28 11:39:59.137] [LOG]   Module helper loaded: MMM-MyGarbage 
0|MagicMir | [2025-03-28 11:39:59.137] [LOG]   No helper found for module: MMM-CalendarExt3Agenda. 
0|MagicMir | [2025-03-28 11:39:59.213] [LOG]   Initializing new module helper ... 
0|MagicMir | [2025-03-28 11:39:59.213] [LOG]   Module helper loaded: MMM-Todoist 
0|MagicMir | [2025-03-28 11:39:59.250] [LOG]   2025-03-28T11:39:59 &lt;log&gt; init module helper birthdaylist (/home/pi/MagicMirror/modules/birthdaylist/node_helper.js:15 Class.init) 
0|MagicMir | [2025-03-28 11:39:59.250] [LOG]   Module helper loaded: birthdaylist 
0|MagicMir | [2025-03-28 11:39:59.251] [LOG]   Initializing new module helper ... 
0|MagicMir | [2025-03-28 11:39:59.251] [LOG]   Module helper loaded: MMM-SystemMonitor 
0|MagicMir | [2025-03-28 11:39:59.357] [LOG]   Initializing new module helper ... 
0|MagicMir | [2025-03-28 11:39:59.357] [LOG]   Check MagicMirror² version for node helper 'MMM-Strava' - Minimum version: 2.2.0 - Current version: 2.31.0-develop 
0|MagicMir | [2025-03-28 11:39:59.358] [LOG]   Version is ok! 
0|MagicMir | [2025-03-28 11:39:59.358] [LOG]   Module helper loaded: MMM-Strava 
0|MagicMir | [2025-03-28 11:39:59.358] [LOG]   No helper found for module: MMM-EventHorizon. 
0|MagicMir | [2025-03-28 11:39:59.389] [LOG]   Initializing new module helper ... 
0|MagicMir | [2025-03-28 11:39:59.389] [LOG]   Module helper loaded: MMM-FRITZ-Box-Callmonitor-py3 
0|MagicMir | [2025-03-28 11:39:59.511] [LOG]   Initializing new module helper ... 
0|MagicMir | [2025-03-28 11:39:59.511] [LOG]   Module helper loaded: MMM-NowPlayingOnSpotify 
0|MagicMir | [2025-03-28 11:39:59.512] [LOG]   Initializing new module helper ... 
0|MagicMir | [2025-03-28 11:39:59.512] [LOG]   Module helper loaded: MMM-SystemInfo 
0|MagicMir | [2025-03-28 11:39:59.539] [LOG]   Initializing new module helper ... 
0|MagicMir | [2025-03-28 11:39:59.539] [LOG]   Module helper loaded: newsfeed 
0|MagicMir | [2025-03-28 11:39:59.539] [LOG]   No helper found for module: MMM-UselessFacts. 
0|MagicMir | [2025-03-28 11:39:59.559] [LOG]   Initializing new module helper ... 
0|MagicMir | [2025-03-28 11:39:59.559] [LOG]   Module helper loaded: MMM-Remote-Control 
0|MagicMir | [2025-03-28 11:39:59.597] [LOG]   Initializing new module helper ... 
0|MagicMir | [2025-03-28 11:39:59.597] [LOG]   Module helper loaded: calendar 
0|MagicMir | [2025-03-28 11:39:59.598] [LOG]   All module helpers loaded. 
0|MagicMir | [2025-03-28 11:39:59.601] [LOG]   Starting server on port 8080 ...  
0|MagicMir | [2025-03-28 11:39:59.940] [LOG]   Server started ... 
0|MagicMir | [2025-03-28 11:39:59.941] [LOG]   Connecting socket for: MMM-Logging 
0|MagicMir | [2025-03-28 11:39:59.942] [LOG]   2025-03-28T11:39:59 &lt;log&gt; Module helper started for MMM-Logging (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:19 Class.start) 
0|MagicMir | [2025-03-28 11:39:59.942] [LOG]   Connecting socket for: MMM-MoonPhase 
0|MagicMir | [2025-03-28 11:39:59.943] [LOG]   Starting module helper: MMM-MoonPhase 
0|MagicMir | [2025-03-28 11:39:59.943] [LOG]   Connecting socket for: MMM-JsonValue 
0|MagicMir | [2025-03-28 11:39:59.943] [LOG]   Connecting socket for: MMM-MyGarbage 
0|MagicMir | [2025-03-28 11:39:59.944] [LOG]   2025-03-28T11:39:59 &lt;log&gt; Starting node_helper for module: MMM-MyGarbage (/home/pi/MagicMirror/modules/MMM-MyGarbage/node_helper.js:9 Class.start) 
0|MagicMir | [2025-03-28 11:39:59.944] [LOG]   Connecting socket for: MMM-Todoist 
0|MagicMir | [2025-03-28 11:39:59.946] [LOG]   2025-03-28T11:39:59 &lt;log&gt; Starting node helper for: MMM-Todoist (/home/pi/MagicMirror/modules/MMM-Todoist/node_helper.js:19 Class.start) 
0|MagicMir | [2025-03-28 11:39:59.946] [LOG]   Connecting socket for: birthdaylist 
0|MagicMir | [2025-03-28 11:39:59.947] [LOG]   Connecting socket for: MMM-SystemMonitor 
0|MagicMir | [2025-03-28 11:39:59.947] [LOG]   Starting module helper: MMM-SystemMonitor 
0|MagicMir | [2025-03-28 11:39:59.947] [LOG]   Connecting socket for: MMM-Strava 
0|MagicMir | [2025-03-28 11:39:59.949] [LOG]   2025-03-28T11:39:59 &lt;log&gt; Starting module helper: MMM-Strava (/home/pi/MagicMirror/modules/MMM-Strava/node_helper.js:47 Class.start) 
0|MagicMir | [2025-03-28 11:39:59.950] [LOG]   Connecting socket for: MMM-FRITZ-Box-Callmonitor-py3 
0|MagicMir | [2025-03-28 11:39:59.951] [LOG]   2025-03-28T11:39:59 &lt;log&gt; Starting module: MMM-FRITZ-Box-Callmonitor-py3 (/home/pi/MagicMirror/modules/MMM-FRITZ-Box-Callmonitor-py3/node_helper.js:28 Class.start) 
0|MagicMir | [2025-03-28 11:39:59.952] [LOG]   Connecting socket for: MMM-NowPlayingOnSpotify 
0|MagicMir | [2025-03-28 11:39:59.953] [LOG]   Connecting socket for: MMM-SystemInfo 
0|MagicMir | [2025-03-28 11:39:59.953] [LOG]   Starting node helper: MMM-SystemInfo 
0|MagicMir | [2025-03-28 11:39:59.953] [LOG]   Connecting socket for: newsfeed 
0|MagicMir | [2025-03-28 11:39:59.954] [LOG]   Starting node helper for: newsfeed 
0|MagicMir | [2025-03-28 11:39:59.954] [LOG]   Connecting socket for: MMM-Remote-Control 
0|MagicMir | [2025-03-28 11:39:59.954] [LOG]   Starting node helper for: MMM-Remote-Control 
0|MagicMir | [2025-03-28 11:39:59.959] [LOG]   Connecting socket for: calendar 
0|MagicMir | [2025-03-28 11:39:59.959] [LOG]   Starting node helper for: calendar 
0|MagicMir | [2025-03-28 11:39:59.960] [LOG]   Sockets connected &amp; modules started ... 
0|MagicMir | [2025-03-28 11:40:00.172] [LOG]   Launching application. 
0|MagicMir | [2025-03-28 11:40:00.631] [INFO]  System information:
0|MagicMir | ### SYSTEM:   manufacturer: ; model: ; virtual: false
0|MagicMir | ### OS:       platform: linux; distro: Debian GNU/Linux; release: 12; arch: arm64; kernel: 6.6.74+rpt-rpi-2712
0|MagicMir | ### VERSIONS: electron: 32.2.7; used node: 20.18.1; installed node: 20.18.1; npm: 10.8.2; pm2: 5.4.3
0|MagicMir | ### OTHER:    timeZone: Europe/Berlin; ELECTRON_ENABLE_GPU: undefined 

</code></pre>
<p dir="auto">Now I’m confused totally.</p>
<p dir="auto">can anybody please help me to understand, what happens here?</p>
<p dir="auto">THANKS!<br />
Ralf</p>
]]></description><link>https://forum.magicmirror.builders/post/125369</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125369</guid><dc:creator><![CDATA[rkorell]]></dc:creator><pubDate>Fri, 28 Mar 2025 11:19:42 GMT</pubDate></item></channel></rss>