<?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[Trouble with MMM-Remote-Control]]></title><description><![CDATA[<p dir="auto">Howdy!</p>
<p dir="auto">I’m trying to install MMM-Remote-Control onto my Raspberry Pi. I follow the instructions as written, but each time I past the code to my config file I get the following screen.</p>
<p dir="auto"><img src="/assets/uploads/files/1567228391891-ab22daba-71f8-4120-a5c9-7fe19afe1192-image.png" alt="0_1567228394786_ab22daba-71f8-4120-a5c9-7fe19afe1192-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Here is the module:</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
        			customMenu: "custom_menu.json", // Optional, See "Custom Menu Items" below
        			showModuleApiMenu: true, // Optional, Enable the Module Controls menu
        			apiKey: "",         // Optional, See API/README.md for details
    				},
		},
</code></pre>
<p dir="auto">What am I missing here? I must be simple, but I’ve been at it too long and my brain is now fried. Any help would be much appreciated.</p>
]]></description><link>https://forum.magicmirror.builders/topic/11067/trouble-with-mmm-remote-control</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 18:17:43 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11067.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 31 Aug 2019 05:14:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Trouble with MMM-Remote-Control on Sat, 31 Aug 2019 14:58:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stoffbeuteluwe" aria-label="Profile: Stoffbeuteluwe">@<bdi>Stoffbeuteluwe</bdi></a> said in <a href="/post/60598">Trouble with MMM-Remote-Control</a>:</p>
<blockquote>
<p dir="auto">{<br />
module: “MMM-Remote-Control”,<br />
// uncomment the following line to show the URL of the remote control on the mirror<br />
position: ‘bottom_left’,<br />
// you can hide this module afterwards from the remote control itself<br />
config: {<br />
customCommand: {},  // Optional, See “Using Custom Commands” below<br />
customMenu: “custom_menu.json”, // Optional, See “Custom Menu Items” below<br />
showModuleApiMenu: true, // Optional, Enable the Module Controls menu<br />
apiKey: “”         // Optional, See API/README.md for details<br />
}<br />
},</p>
</blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stoffbeuteluwe" aria-label="Profile: Stoffbeuteluwe">@<bdi>Stoffbeuteluwe</bdi></a><br />
thanks. I implemented your code and it did get rid of the config request, but it still doesn’t display the URL as mentioned in the instructions.</p>
]]></description><link>https://forum.magicmirror.builders/post/60615</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60615</guid><dc:creator><![CDATA[Fr8Trayne]]></dc:creator><pubDate>Sat, 31 Aug 2019 14:58:41 GMT</pubDate></item><item><title><![CDATA[Reply to Trouble with MMM-Remote-Control on Sat, 31 Aug 2019 12:24:00 GMT]]></title><description><![CDATA[<p dir="auto">that should work</p>
]]></description><link>https://forum.magicmirror.builders/post/60599</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60599</guid><dc:creator><![CDATA[Stoffbeuteluwe]]></dc:creator><pubDate>Sat, 31 Aug 2019 12:24:00 GMT</pubDate></item><item><title><![CDATA[Reply to Trouble with MMM-Remote-Control on Sat, 31 Aug 2019 12:23:04 GMT]]></title><description><![CDATA[<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
              customMenu: "custom_menu.json", // Optional, See "Custom Menu Items" below
              showModuleApiMenu: true, // Optional, Enable the Module Controls menu
              apiKey: ""         // Optional, See API/README.md for details
            }
    },
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/60598</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60598</guid><dc:creator><![CDATA[Stoffbeuteluwe]]></dc:creator><pubDate>Sat, 31 Aug 2019 12:23:04 GMT</pubDate></item></channel></rss>