<?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-remote-control Restart MM not possible]]></title><description><![CDATA[<p dir="auto">Hi,<br />
today i reinstalled my MagicMirror.<br />
I installed Buster and used the script from <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> for it. I installed some modules without any problem and also MMM-remote-control.</p>
<p dir="auto">After the install i recieved “PM2 ist not installed or unlinked”. So i did</p>
<pre><code>cd ~/MagicMirror/modules/MMM-Remote-Control
npm link pm2
</code></pre>
<p dir="auto">This error was gone. Bit now another error inside the module. The log means:</p>
<pre><code>[24.11.2021 22:19.44.993] [LOG]   PM2 process: restart mm
[24.11.2021 22:19.45.041] [LOG]   Error: process or namespace not found
    at /usr/lib/node_modules/pm2/lib/API.js:1524:28
    at /usr/lib/node_modules/pm2/lib/Client.js:735:12
    at /usr/lib/node_modules/pm2/node_modules/pm2-axon-rpc/lib/client.js:45:10
    at Parser.&lt;anonymous&gt; (/usr/lib/node_modules/pm2/node_modules/pm2-axon/lib/sockets/req.js:67:8)
    at Parser.emit (events.js:315:20)
    at Parser._write (/usr/lib/node_modules/pm2/node_modules/amp/lib/stream.js:91:16)
    at writeOrBuffer (internal/streams/writable.js:358:12)
    at Parser.Writable.write (internal/streams/writable.js:303:10)
    at Socket.ondata (internal/streams/readable.js:719:22)
    at Socket.emit (events.js:315:20)
</code></pre>
<p dir="auto">Any ideas how to fix that?</p>
]]></description><link>https://forum.magicmirror.builders/topic/15909/mmm-remote-control-restart-mm-not-possible</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 11:21:32 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15909.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Nov 2021 21:30:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-remote-control Restart MM not possible on Fri, 26 Nov 2021 22:14:10 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 a lot. Found it now. Its ‘pm2ProcessName’.</p>
]]></description><link>https://forum.magicmirror.builders/post/96813</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96813</guid><dc:creator><![CDATA[OberfragGER]]></dc:creator><pubDate>Fri, 26 Nov 2021 22:14:10 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-remote-control Restart MM not possible on Thu, 25 Nov 2021 02:11:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/oberfragger" aria-label="Profile: oberfragger">@<bdi>oberfragger</bdi></a> this.thisConfig.pm2ProcessName</p>
<p dir="auto">means there is a configuration option for the remote control (aka rc) module, so you don’t have to change the code</p>
]]></description><link>https://forum.magicmirror.builders/post/96764</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96764</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 25 Nov 2021 02:11:09 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-remote-control Restart MM not possible on Wed, 24 Nov 2021 22:36:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Ui. I just found a possible solution.<br />
I editet the node_helper.js in the folder /home/pi/MagicMirror/modules/MMM-Remote-Control<br />
Line 959 from:</p>
<pre><code>            let processName = query.processName || this.thisConfig.pm2ProcessName || "mm";
</code></pre>
<p dir="auto">to</p>
<pre><code>            let processName = query.processName || this.thisConfig.pm2ProcessName || "MagicMirror";
</code></pre>
<p dir="auto">Lets see how dirty this is…and if this destroys other things.</p>
]]></description><link>https://forum.magicmirror.builders/post/96759</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96759</guid><dc:creator><![CDATA[OberfragGER]]></dc:creator><pubDate>Wed, 24 Nov 2021 22:36:23 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-remote-control Restart MM not possible on Wed, 24 Nov 2021 22:12: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> Thanks for your Info.<br />
Sorry for asking… i dnot know what you mean with “RC”</p>
<pre><code>change the rc parm for the pm2 process name
</code></pre>
<p dir="auto">or how tho change the process name…</p>
]]></description><link>https://forum.magicmirror.builders/post/96757</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96757</guid><dc:creator><![CDATA[OberfragGER]]></dc:creator><pubDate>Wed, 24 Nov 2021 22:12:31 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-remote-control Restart MM not possible on Wed, 24 Nov 2021 21:54:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/oberfragger" aria-label="Profile: oberfragger">@<bdi>oberfragger</bdi></a> said in <a href="/post/96753">MMM-remote-control Restart MM not possible</a>:</p>
<blockquote>
<p dir="auto">and used the script from</p>
</blockquote>
<p dir="auto">my script names the MM process MagicMirror</p>
<p dir="auto">pm2 status will show you the names of the processes it manages</p>
<p dir="auto">so, I think u have to change the rc parm for the pm2 process name</p>
]]></description><link>https://forum.magicmirror.builders/post/96755</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96755</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 24 Nov 2021 21:54:46 GMT</pubDate></item></channel></rss>