<?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[No display of the MM via &quot;mstsc&quot;]]></title><description><![CDATA[<p dir="auto">Raspberry Pi 3b with Bullseye</p>
<p dir="auto">Before Christmas, I decided to completely rebuild my MagicMirror.<br />
The mirror works fine so far, but now I have the problem that I can no longer start and see the MM as another instance on my PC - it worked before on my old mirror.</p>
<p dir="auto">Here is the output when I try to start the MM with “npm start”:</p>
<pre><code>chef@pi5:~/MagicMirror $ lsb_release -d
Description:	Raspbian GNU/Linux 11 (bullseye)
chef@pi5:~/MagicMirror $ npm start

&gt; magicmirror@2.26.0 start
&gt; DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js

[07.01.2024 13:15.03.113] [LOG]   Starting MagicMirror: v2.26.0
[07.01.2024 13:15.03.126] [LOG]   Loading config ...
[07.01.2024 13:15.03.138] [DEBUG] config template file not exists, no envsubst
[07.01.2024 13:15.03.151] [LOG]   Loading module helpers ...
[07.01.2024 13:15.03.155] [LOG]   No helper found for module: alert.
[07.01.2024 13:15.03.293] [LOG]   Initializing new module helper ...
[07.01.2024 13:15.03.305] [LOG]   Module helper loaded: updatenotification
[07.01.2024 13:15.03.307] [LOG]   No helper found for module: clock.
[07.01.2024 13:15.03.309] [LOG]   No helper found for module: MMM-CountUP.
[07.01.2024 13:15.03.344] [LOG]   Initializing new module helper ...
[07.01.2024 13:15.03.345] [LOG]   Check MagicMirror² version for node helper 'MMM-Fuel' - Minimum version: 2.15.0 - Current version: 2.26.0
[07.01.2024 13:15.03.347] [LOG]   Version is ok!
[07.01.2024 13:15.03.349] [LOG]   Module helper loaded: MMM-Fuel
[07.01.2024 13:15.03.359] [LOG]   No helper found for module: MMM-OpenWeather24Hours.
[07.01.2024 13:15.03.360] [WARN]  No /home/chef/MagicMirror/js/../modules/weatherforecast/weatherforecast.js found for module: weatherforecast.
[07.01.2024 13:15.03.362] [LOG]   No helper found for module: weatherforecast.
[07.01.2024 13:15.03.419] [LOG]   Initializing new module helper ...
[07.01.2024 13:15.03.419] [LOG]   Module helper loaded: MMM-MyWastePickup
[07.01.2024 13:15.04.595] [LOG]   Initializing new module helper ...
[07.01.2024 13:15.04.596] [LOG]   Module helper loaded: MMM-Tado
[07.01.2024 13:15.05.329] [LOG]   Initializing new module helper ...
[07.01.2024 13:15.05.330] [LOG]   Module helper loaded: MMM-Todoist
[07.01.2024 13:15.05.723] [LOG]   init module helper birthdaylist
[07.01.2024 13:15.05.724] [LOG]   Module helper loaded: birthdaylist
[07.01.2024 13:15.05.726] [LOG]   No helper found for module: MMM-EyeCandy.
[07.01.2024 13:15.05.970] [LOG]   Initializing new module helper ...
[07.01.2024 13:15.05.972] [LOG]   Module helper loaded: newsfeed
[07.01.2024 13:15.05.973] [LOG]   All module helpers loaded.
[07.01.2024 13:15.05.994] [LOG]   Starting server on port 8080 ... 
[07.01.2024 13:15.06.584] [ERROR] Whoops! There was an uncaught exception...
[07.01.2024 13:15.06.589] [ERROR] Error: listen EADDRINUSE: address already in use ::1:8080
    at Server.setupListenHandle [as _listen2] (node:net:1751:16)
    at listenInCluster (node:net:1799:12)
    at GetAddrInfoReqWrap.doListen [as callback] (node:net:1948:7)
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:110:8) {
  code: 'EADDRINUSE',
  errno: -98,
  syscall: 'listen',
  address: '::1',
  port: 8080
}
[07.01.2024 13:15.06.591] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
[07.01.2024 13:15.06.592] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
^C/home/chef/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT

chef@pi5:~/MagicMirror $ 

</code></pre>
<p dir="auto">Any ideas?</p>
]]></description><link>https://forum.magicmirror.builders/topic/18351/no-display-of-the-mm-via-mstsc</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 03:52:43 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18351.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 07 Jan 2024 12:26:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to No display of the MM via &quot;mstsc&quot; on Sun, 07 Jan 2024 13:39:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mymirror" aria-label="Profile: MyMirror">@<bdi>MyMirror</bdi></a> that error</p>
<p dir="auto"><img src="/assets/uploads/files/1704634714636-screenshot_20240107_073754_chrome.jpg" alt="Screenshot_20240107_073754_Chrome.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">says that another copy of mm is running already</p>
<p dir="auto">if you did pm2 start and it’s stuck</p>
<p dir="auto">pm2 status<br />
then<br />
pm2 stop all</p>
<p dir="auto">then npm start</p>
]]></description><link>https://forum.magicmirror.builders/post/114070</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114070</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 07 Jan 2024 13:39:42 GMT</pubDate></item><item><title><![CDATA[Reply to No display of the MM via &quot;mstsc&quot; on Sun, 07 Jan 2024 15:17:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mymirror" aria-label="Profile: MyMirror">@<bdi>MyMirror</bdi></a> you could also do</p>
<p dir="auto">pm2 restart   xxx</p>
<p dir="auto">where xxx is the name or the number on the row of the thing</p>
]]></description><link>https://forum.magicmirror.builders/post/114076</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114076</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 07 Jan 2024 15:17:51 GMT</pubDate></item><item><title><![CDATA[Reply to No display of the MM via &quot;mstsc&quot; on Sun, 07 Jan 2024 15:00:36 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 />
Ok, that works.<br />
With my “old” mirror this also worked when the right mirror was working, but this workaround is sufficient for me.<br />
Thank you</p>
]]></description><link>https://forum.magicmirror.builders/post/114075</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114075</guid><dc:creator><![CDATA[MyMirror]]></dc:creator><pubDate>Sun, 07 Jan 2024 15:00:36 GMT</pubDate></item><item><title><![CDATA[Reply to No display of the MM via &quot;mstsc&quot; on Sun, 07 Jan 2024 13:39:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mymirror" aria-label="Profile: MyMirror">@<bdi>MyMirror</bdi></a> that error</p>
<p dir="auto"><img src="/assets/uploads/files/1704634714636-screenshot_20240107_073754_chrome.jpg" alt="Screenshot_20240107_073754_Chrome.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">says that another copy of mm is running already</p>
<p dir="auto">if you did pm2 start and it’s stuck</p>
<p dir="auto">pm2 status<br />
then<br />
pm2 stop all</p>
<p dir="auto">then npm start</p>
]]></description><link>https://forum.magicmirror.builders/post/114070</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114070</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 07 Jan 2024 13:39:42 GMT</pubDate></item></channel></rss>