<?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 Not working well after upgrade to 2.29]]></title><description><![CDATA[<p dir="auto">After  upgrade to 2.29, MMM-Remote-Control  running not properly. No any module loaded in “Update” &amp; “Remote control”</p>
]]></description><link>https://forum.magicmirror.builders/topic/19028/mmm-remote-control-not-working-well-after-upgrade-to-2-29</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 06:11:29 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19028.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 01 Oct 2024 22:08:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Remote-Control Not working well after upgrade to 2.29 on Wed, 02 Oct 2024 18:23:18 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">I submitted a <a href="https://github.com/Jopyth/MMM-Remote-Control/pull/307" target="_blank" rel="noopener noreferrer nofollow ugc">PR</a></p>
]]></description><link>https://forum.magicmirror.builders/post/120277</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120277</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Wed, 02 Oct 2024 18:23:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Not working well after upgrade to 2.29 on Wed, 02 Oct 2024 23:36:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a> said in <a href="/post/120277">MMM-Remote-Control Not working well after upgrade to 2.29</a>:</p>
<blockquote>
<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">I submitted a <a href="https://github.com/Jopyth/MMM-Remote-Control/pull/307" target="_blank" rel="noopener noreferrer nofollow ugc">PR</a></p>
</blockquote>
<p dir="auto">Thank you very much</p>
]]></description><link>https://forum.magicmirror.builders/post/120295</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120295</guid><dc:creator><![CDATA[kent79]]></dc:creator><pubDate>Wed, 02 Oct 2024 23:36:07 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Not working well after upgrade to 2.29 on Wed, 02 Oct 2024 18:23:18 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">I submitted a <a href="https://github.com/Jopyth/MMM-Remote-Control/pull/307" target="_blank" rel="noopener noreferrer nofollow ugc">PR</a></p>
]]></description><link>https://forum.magicmirror.builders/post/120277</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120277</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Wed, 02 Oct 2024 18:23:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Not working well after upgrade to 2.29 on Thu, 03 Oct 2024 00:55:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kent79" aria-label="Profile: kent79">@<bdi>kent79</bdi></a> yeh, code is broken</p>
<p dir="auto">it is hard coded to the old MichMich repo and one particular page in the wiki, which has moved and changed</p>
<p dir="auto">I have been unable to open an issue as the issue template is too strict</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jopyth" aria-label="Profile: Jopyth">@<bdi>Jopyth</bdi></a> can you see this?</p>
]]></description><link>https://forum.magicmirror.builders/post/120241</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120241</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 03 Oct 2024 00:55:28 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Not working well after upgrade to 2.29 on Wed, 02 Oct 2024 01:31:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kent79" aria-label="Profile: kent79">@<bdi>kent79</bdi></a> said in <a href="/post/120212">MMM-Remote-Control Not working well after upgrade to 2.29</a>:</p>
<blockquote>
<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">is it a bug of 2.29 or remote module? how do fix it ? Thanks</p>
</blockquote>
<p dir="auto">I am still using default config</p>
<pre><code>		{
    			module: "MMM-Remote-Control",
    			// uncomment the following line to show the URL of the remote control on the mirror
    			// position: 'bottom_left',
    			// you can hide this module afterwards from the remote control itself
    			config: {
       				customCommand: {},  // Optional, See "Using Custom Commands" below
        			showModuleApiMenu: true, // Optional, Enable the Module Controls menu
        			secureEndpoints: true, // Optional, See API/README.md
       			 	// uncomment any of the lines below if you're gonna use it
        			// customMenu: "custom_menu.json", // Optional, See "Custom Menu Items" below
        			// apiKey: "", // Optional, See API/README.md for details
        			// classes: {} // Optional, See "Custom Classes" below
    			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/120216</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120216</guid><dc:creator><![CDATA[kent79]]></dc:creator><pubDate>Wed, 02 Oct 2024 01:31:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Not working well after upgrade to 2.29 on Wed, 02 Oct 2024 01:27:52 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">Many thanks for your quick reply always. It is not a urgent matter. You may investigate later. Thanks.</p>
]]></description><link>https://forum.magicmirror.builders/post/120214</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120214</guid><dc:creator><![CDATA[kent79]]></dc:creator><pubDate>Wed, 02 Oct 2024 01:27:52 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Not working well after upgrade to 2.29 on Wed, 02 Oct 2024 01:19:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kent79" aria-label="Profile: kent79">@<bdi>kent79</bdi></a> i do not know at this time. im not aware of any change to config.js</p>
]]></description><link>https://forum.magicmirror.builders/post/120213</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120213</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 02 Oct 2024 01:19:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Not working well after upgrade to 2.29 on Wed, 02 Oct 2024 01:18:22 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">is it a bug of 2.29 or remote module? how do fix it ? Thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/120212</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120212</guid><dc:creator><![CDATA[kent79]]></dc:creator><pubDate>Wed, 02 Oct 2024 01:18:22 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Not working well after upgrade to 2.29 on Wed, 02 Oct 2024 01:17:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kent79" aria-label="Profile: kent79">@<bdi>kent79</bdi></a> ok, there is the answer why its not working at the remote</p>
]]></description><link>https://forum.magicmirror.builders/post/120211</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120211</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 02 Oct 2024 01:17:09 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Not working well after upgrade to 2.29 on Wed, 02 Oct 2024 01:01:53 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">I got the error message when running on pm2</p>
<p dir="auto">0|mm       | [2024-10-02 08:59:41.255] [ERROR] Whoops! There was an uncaught exception…<br />
0|mm       | [2024-10-02 08:59:41.262] [ERROR] TypeError: Cannot read properties of undefined (reading ‘modules’)<br />
0|mm       |     at /home/user/MagicMirror/modules/MMM-Remote-Control/node_helper.js:224:60<br />
0|mm       |     at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read/context:68:3)</p>
]]></description><link>https://forum.magicmirror.builders/post/120210</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120210</guid><dc:creator><![CDATA[kent79]]></dc:creator><pubDate>Wed, 02 Oct 2024 01:01:53 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Not working well after upgrade to 2.29 on Wed, 02 Oct 2024 00:39:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kent79" aria-label="Profile: kent79">@<bdi>kent79</bdi></a> ok show the output of npm start</p>
]]></description><link>https://forum.magicmirror.builders/post/120207</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120207</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 02 Oct 2024 00:39:23 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Not working well after upgrade to 2.29 on Wed, 02 Oct 2024 00:37:12 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">I am not using pm2</p>
]]></description><link>https://forum.magicmirror.builders/post/120206</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120206</guid><dc:creator><![CDATA[kent79]]></dc:creator><pubDate>Wed, 02 Oct 2024 00:37:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Not working well after upgrade to 2.29 on Wed, 02 Oct 2024 00:26:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kent79" aria-label="Profile: kent79">@<bdi>kent79</bdi></a> can you show the output of npm start</p>
<p dir="auto">if using pm2   do<br />
pm2 stop all</p>
<p dir="auto">cd ~/MagicMirror<br />
nom start</p>
]]></description><link>https://forum.magicmirror.builders/post/120204</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120204</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 02 Oct 2024 00:26:36 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Not working well after upgrade to 2.29 on Wed, 02 Oct 2024 00:24:22 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">There is no any error log on startup. I have clean install MM, but still no luck. It seems MMM-Remote-Control can’t recognize modules after upgrade</p>
]]></description><link>https://forum.magicmirror.builders/post/120203</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120203</guid><dc:creator><![CDATA[kent79]]></dc:creator><pubDate>Wed, 02 Oct 2024 00:24:22 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Not working well after upgrade to 2.29 on Wed, 02 Oct 2024 00:08:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kent79" aria-label="Profile: kent79">@<bdi>kent79</bdi></a> so, are there any messages in the MagicMirror startup?</p>
]]></description><link>https://forum.magicmirror.builders/post/120202</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120202</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 02 Oct 2024 00:08:27 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Not working well after upgrade to 2.29 on Tue, 01 Oct 2024 23:58: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></p>
<p dir="auto">The “updates” &amp; “Modules Controls” is missing after upgrated to 2.29. It seems the modules can’t not load</p>
<p dir="auto"><img src="/assets/uploads/files/1727827046072-images.png" alt="images.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/120200</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120200</guid><dc:creator><![CDATA[kent79]]></dc:creator><pubDate>Tue, 01 Oct 2024 23:58:46 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Not working well after upgrade to 2.29 on Tue, 01 Oct 2024 23:31:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kent79" aria-label="Profile: kent79">@<bdi>kent79</bdi></a> i am not a  remotecontrol  user.<br />
i don’t know what updates means.</p>
]]></description><link>https://forum.magicmirror.builders/post/120199</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120199</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 01 Oct 2024 23:31:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Not working well after upgrade to 2.29 on Tue, 01 Oct 2024 23:19:35 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">Everything is work.  Only MMM-Remote-Control doesn’t. When I access MM-Remote-Control through by web, in “updates”. It shows “not loaded module” And no any module control shown up</p>
]]></description><link>https://forum.magicmirror.builders/post/120198</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120198</guid><dc:creator><![CDATA[kent79]]></dc:creator><pubDate>Tue, 01 Oct 2024 23:19:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Not working well after upgrade to 2.29 on Tue, 01 Oct 2024 22:11:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kent79" aria-label="Profile: kent79">@<bdi>kent79</bdi></a> did MagicMirror start?</p>
]]></description><link>https://forum.magicmirror.builders/post/120191</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120191</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 01 Oct 2024 22:11:41 GMT</pubDate></item></channel></rss>