<?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[[Remote-Control] Shutdown, Configure and Update your MagicMirror]]></title><description><![CDATA[<h1>Description:</h1>
<p dir="auto">This module for the Magic Mirror² allows you to quickly shutdown your mirror through a web browser. The website should work fine on any device (desktop, smart phone, tablet, …). Additionally you can hide and show modules on your mirror, send alerts and do more cool stuff in the future.</p>
<h1>Screenshots:</h1>
<p dir="auto"><img src="https://raw.githubusercontent.com/Jopyth/MMM-Remote-Control/master/.github/main.png" alt="The Main Menu" class=" img-fluid img-markdown" /> <img src="https://raw.githubusercontent.com/Jopyth/MMM-Remote-Control/master/.github/power.png" alt="The Power Menu" class=" img-fluid img-markdown" /> <img src="https://raw.githubusercontent.com/Jopyth/MMM-Remote-Control/master/.github/hide_show_module.gif" alt="Hide and Show a Module" class=" img-fluid img-markdown" /></p>
<h1>Download:</h1>
<p dir="auto">[card:Jopyth/MMM-Remote-Control]</p>
<h1>FAQ:</h1>
<h4>Can not access the remote website (and the MagicMirror in general) at all (MagicMirror Version &gt; 2.1.3)</h4>
<blockquote>
<p dir="auto">Possible solution: <a href="/post/29072">Change address in config</a></p>
</blockquote>
<h4>White screen issues (after updating)?</h4>
<blockquote>
<p dir="auto">Possible solution: <a href="/post/12728">Run npm install</a></p>
</blockquote>
<h4>Error: Cannot GET /remote.html</h4>
<blockquote>
<p dir="auto">Possible solution: <a href="/post/12075">[MMM-Remote-Control] Can not access remote control module</a></p>
</blockquote>
<h4>“This device is not allowed to access your mirror. Please check your config.js or config.js.sample to change this.”</h4>
<blockquote>
<p dir="auto">Solution: <a href="https://forum.magicmirror.builders/topic/1326/ipwhitelist-howto">ipWhitelist HowTo</a></p>
</blockquote>
<h1>Changelog</h1>
<hr />
<h2>[2.1.0] - 2020-11-01</h2>
<p dir="auto">Hello! Ezequiel here. Just wanted to say thanks for trust in me, in the past days I made a lot of changes into the code, adding some functions that’ll surely be in a future release, and also putting everything together in my fork. I answered almost every issue raised, and tried to help every person that use this module. Today, I’m glad to be able to share everything I learned to all of you. I apologize for some fast and uncommented commits, I just thinked that some things needed to be fixed ASAP.<br />
See you in future commits, issues and PRs :D</p>
<h3>Fixed</h3>
<ul>
<li>A typo in <code>es</code> translation</li>
<li>A few typos in <a href="http://README.md" target="_blank" rel="noopener noreferrer nofollow ugc">README.md</a> (#134 and #149) and API/README.md (#179)</li>
<li>Delayed commands should now work (#190)</li>
<li>Typo on remote_action (#184)</li>
<li>IP now showing (#194)</li>
<li>MM restart button don’t just stop anymore (#126)</li>
<li>Saving config should work as expected now (#153)</li>
<li><a href="http://installer.sh" target="_blank" rel="noopener noreferrer nofollow ugc">installer.sh</a> now detects where’s the node instalation (#222)</li>
</ul>
<h3>Added</h3>
<ul>
<li>Danish translation (#157)</li>
<li>Italian translation (#162)</li>
<li>Port now showing according to config.js (#98)</li>
<li>Custom commands for shutdown and reboot</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Overwrite of local changes when updating from a repository</li>
<li>Now requires MagicMirror version 2.12</li>
</ul>
<h2>[2.0.1] - 2020-10-28</h2>
<p dir="auto"><strong>Huge thanks to <a href="https://github.com/ezeholz" target="_blank" rel="noopener noreferrer nofollow ugc">@ezeholz</a></strong> who has offered to maintain the module fron now on!<br />
Credit for this (and future) versions and releases goes to <a class="plugin-mentions-user plugin-mentions-a" href="/user/ezeholz" aria-label="Profile: ezeholz">@<bdi>ezeholz</bdi></a> (unless noted otherwise).</p>
<p dir="auto">Now requires MagicMirror version 2.7.</p>
<h3>Fixed</h3>
<ul>
<li>Path to font awesome icons</li>
<li>A few typos in <code>ca</code> and <code>es</code> translations</li>
<li>Updates to <code>remote.html</code> to support new <code>basePath</code> feature in MM <code>config.js</code>, <a href="https://github.com/MichMich/MagicMirror/issues/1973" target="_blank" rel="noopener noreferrer nofollow ugc">follow up to this MM issue</a>, related to #185</li>
</ul>
<h2>[2.0.0] - 2019-02-21</h2>
<p dir="auto">Huge shoutout to <a href="https://github.com/shbatm" target="_blank" rel="noopener noreferrer nofollow ugc">shbatm</a> for his work on this new major version, which brings a new API, custom menus and commands and lots of other stuff:</p>
<h3>Added</h3>
<ul>
<li>REST API interface for controlling all aspects of the MagicMirror from HTTP RESTful-style GET and POST calls, based on principles from <a href="https://github.com/juzim/MMM-Api" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-Api</a>
<ul>
<li>Full API Documentation at <a href="API/README.md">API/README.md</a></li>
</ul>
</li>
<li>Live daily updates of <code>modules.json</code> from the MagicMirror wiki, based on principles from <a href="https://github.com/eouia/MMM-Remote-Control-Repository" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-Remote-Control-Repository</a>.</li>
<li>Incorporated some features found in <a href="https://github.com/shbatm/MMM-OnScreenMenu" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-OnScreenMenu</a> that were not originally in this module.
<ul>
<li>Monitor (Connected Screen) On-Off Status and Toggle</li>
<li>Delayed calls (“DELAYED” Query option and <code>.../delay</code> API paths)</li>
<li>If using Electron: Open Dev Tools, Minimize, Toggle Fullscreen</li>
</ul>
</li>
<li>Configuration Option to send custom shell commands to use. Currently, only custom monitor on/off/status commands are supported.</li>
<li>Module Control menu - Automatically generated from the API to control the different modules you have installed, based on their <code>notificationReceived</code> function.</li>
<li>Custom menu items. See <a href="README.md#custom-menu-items">Custom Menu Items in README</a></li>
<li>Norsk bokmål translation</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Updates to <code>remote.html</code> and the <code>node_helper.js</code> to use direct SocketIO communication back and forth instead of separate HTTP calls.
<ul>
<li>Future framework for following PM2 logs and more live update options.</li>
</ul>
</li>
<li>General clean-up and standardization of status reporting for GET and POST calls, to original URLs and to new API URLs.</li>
<li>Updated to ES2015 (ES Version 6) function calls in most locations.</li>
<li>Added USER_PRESENCE controls from <a href="https://github.com/AgP42" target="_blank" rel="noopener noreferrer nofollow ugc">AgP42</a></li>
<li>Added/updated french translations from <a href="https://github.com/Bkeyport" target="_blank" rel="noopener noreferrer nofollow ugc">BKeyport</a> and <a href="https://github.com/Mysh3ll" target="_blank" rel="noopener noreferrer nofollow ugc">Mysh3ll</a></li>
<li>Added SHOW/HIDE/TOGGLE ALL modules option per request from <a href="https://github.com/Rene1709" target="_blank" rel="noopener noreferrer nofollow ugc">Rene1709</a></li>
</ul>
<h3>Upcoming Changes</h3>
<ul>
<li>Add additional MMM-OnScreenMenu features:
<ul>
<li>Moving modules’ positions</li>
</ul>
</li>
<li>PM2 Log Follower / Terminal Window</li>
<li>Added Notification Echo option to config to echo all Module Notifications to the remote’s DevTools console for debugging.</li>
<li>Allow for text input in the Module Controls menu to be able to provide a notification payload.</li>
</ul>
<h2>[1.1.5] - 2018-05-14</h2>
<h3>Added</h3>
<ul>
<li>French translation</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Updated documentation to new MagicMirror version</li>
<li>Fix error on updating MagicMirror</li>
</ul>
<h2>[1.1.4] - 2017-09-17</h2>
<h3>Added</h3>
<ul>
<li>Dutch translation</li>
<li>Updating a module tries to install dependencies with <code>npm install</code></li>
<li>Module identifier is shown if a module is locked with lock strings</li>
<li>Confirmation dialog before restart and shutdown</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Internal save file format and mistakenly hiding modules which were hidden by other modules</li>
<li>Restart should work for new installations</li>
</ul>
<h3>Changed</h3>
<ul>
<li>German translation for power menu changed from “Ausschalten” to “Energieoptionen”</li>
</ul>
<h2>[1.1.3] - 2017-04-23</h2>
<h3>Added</h3>
<ul>
<li>Portuguese translation</li>
<li>Indonesian translation</li>
<li>Support for iOS Icon and Webapp</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Installation no longer needs a temporary file</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Icon paths adapted to changes in <a href="https://github.com/MichMich/MagicMirror" target="_blank" rel="noopener noreferrer nofollow ugc">Magic Mirror²</a> 2.1.0</li>
</ul>
<h2>[1.1.2] - 2017-02-01</h2>
<p dir="auto"><strong>Note:</strong> Since version 1.1.0 this module uses (new) dependencies, check the <a href="README.md#update">Updating section in the README.md</a>.</p>
<h3>Added</h3>
<ul>
<li>Swedish translation</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Installation process updated in <a href="README.md#Installation">README.md</a></li>
<li>Automatic installer/updater includes hint to restart <a href="https://github.com/MichMich/MagicMirror" target="_blank" rel="noopener noreferrer nofollow ugc">Magic Mirror²</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Issues with not applying shown and hidden status correctly to modules</li>
<li>Issues where lockstrings were missing</li>
<li>Modules sometimes did not show correctly in the UI as hidden or shown:
<ul>
<li>This is due to a bug in <a href="https://github.com/MichMich/MagicMirror" target="_blank" rel="noopener noreferrer nofollow ugc">Magic Mirror²</a></li>
<li>PR <a href="https://github.com/MichMich/MagicMirror/pull/659" target="_blank" rel="noopener noreferrer nofollow ugc">#659</a> to fix this was made in the project, will be released in the next version</li>
</ul>
</li>
</ul>
<h2>[1.1.0] - 2017-01-26</h2>
<h3>Added</h3>
<ul>
<li>First version of installer script</li>
<li>Menu to send Alerts and/or Notifications to your mirror</li>
<li>Menu to update your MagicMirror installation and your modules (through <code>git pull</code>)</li>
<li>Menu to change the <code>config.js</code>
<ul>
<li>Modules can be installed, added, removed, configured</li>
<li>There will be backups of the five last versions of the <code>config.js</code> in the <code>config</code> folder</li>
<li>Some of these parts are hidden behind an “exprimental” warning, do <strong>not</strong> ignore that warning</li>
</ul>
</li>
<li>NOTIFICATION action, see <a href="README.md#notification-request">README.md</a> for details</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Menu structure
<ul>
<li>Old “Edit” and “Settings” are now under “Edit view”</li>
</ul>
</li>
<li>Smaller font sizes in lists</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Issues coming from disabled modules since MM version 2.1.0</li>
</ul>
<h2>[1.0.0] - 2016-10-24</h2>
<h3>Added</h3>
<ul>
<li>Changelog</li>
<li>New buttons in user interface
<ul>
<li>Hide/show all modules</li>
<li>Link to MagicMirror² homepage</li>
<li>Option to adapt brightness (making the mirror brighter than 100% can be limited to certain modules)</li>
</ul>
</li>
<li>Contributing hints</li>
<li>Internal versioning of saved config (current version: 1)</li>
<li>Added action <code>MODULE_DATA</code> to return module data in JSON format</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Internal timeout for commands increased from 5 to 8 seconds</li>
<li>Symbols for display on and off</li>
<li>Internal changes in preparation for Magic Mirror version <code>2.1.0</code></li>
</ul>
]]></description><link>https://forum.magicmirror.builders/topic/735/remote-control-shutdown-configure-and-update-your-magicmirror</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 10:56:01 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/735.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 29 Sep 2016 20:59:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Sun, 10 Jan 2021 15:40:48 GMT]]></title><description><![CDATA[<p dir="auto">Hello,<br />
Im trying to get a custom menu ready to send customized notifications via input fields.<br />
Sadly im not into JS.<br />
Can someone tell me how to get the value of an input field i added?</p>
<p dir="auto">my custom_menu.json:</p>
<pre><code>{
   "id": "custom",
   "type": "menu",
   "icon": "id-card-o",
   "text": "%%TRANSLATE:CUSTOM_MENU%%",
   "items": [{
         "id": "custom-item-1",
         "type": "item",
         "icon": "dot-circle-o",
         "text": "Next page",
         "action": "NOTIFICATION",
         "content": {
            "notification": "INCREMENT_PAGE",
            "payload": null
         }
      },
      {
         "id": "custom-item-2",
         "type": "item",
         "icon": "dot-circle-o",
         "text": "Last page",
         "action": "NOTIFICATION",
         "content": {
            "notification": "DECREMENT_PAGE",
            "payload": null
         }
      },
      {
         "id": "level2",
         "type": "menu",
         "menu": "custom",
         "icon": "bars",
         "text": "Send notifications",
         "items": [
         {
             "id": "custom-item-3",
             "type": "input",
             "icon": "dot-circle-o",
             "text": "Notification",
             "action": null,
             "content": null
         },
         {
             "id": "custom-item-4",
             "type": "input",
             "icon": "dot-circle-o",
             "text": "Payload",
             "action": null,
             "content": null
         },
         {
             "id": "custom-item-5",
             "type": "button",
             "icon": "dot-circle-o",
             "text": "Send",
             "action": "NOTIFICATION",
             "content": {
                  "notification": null,
                  "payload": null
             }
         }
         ]
      }
   ]
}
</code></pre>
<p dir="auto">The button (last entry) should now send an notification with the values from the input fields above.<br />
something like this:</p>
<pre><code>         {
             "id": "custom-item-5",
             "type": "button",
             "icon": "dot-circle-o",
             "text": "Send",
             "action": "NOTIFICATION",
             "content": {
                  "notification": "custom-item-3".value,
                  "payload": "custom-item-4".value
             }
         }
</code></pre>
<p dir="auto">So how can i get the value from my input items?<br />
Thanks :)</p>
<p dir="auto">And another question. Is there a security problem when im neither using an ApiKey nor the secureEndpoints? Im using it in my private secured wifi with only me inside.</p>
]]></description><link>https://forum.magicmirror.builders/post/87018</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/87018</guid><dc:creator><![CDATA[keineAhnung123]]></dc:creator><pubDate>Sun, 10 Jan 2021 15:40:48 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Tue, 15 Dec 2020 11:56:27 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> Hey,</p>
<p dir="auto">Thank you, managed to do it.</p>
<p dir="auto"><em><s>Now the RC website says the device isn’t allowed to acces the mirror…<br />
Any clues ?</s></em></p>
<p dir="auto">Ok just withelisted all IP adresses and it’s all good !</p>
]]></description><link>https://forum.magicmirror.builders/post/85771</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85771</guid><dc:creator><![CDATA[Morganga]]></dc:creator><pubDate>Tue, 15 Dec 2020 11:56:27 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Tue, 15 Dec 2020 11:44:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/morganga" aria-label="Profile: Morganga">@<bdi>Morganga</bdi></a> for pm2 u can use my fixuppm2 script</p>
<p dir="auto">See <a href="https://github.com/sdetweil/MagicMirror_scripts" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MagicMirror_scripts</a></p>
]]></description><link>https://forum.magicmirror.builders/post/85770</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85770</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 15 Dec 2020 11:44:48 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Tue, 15 Dec 2020 11:27:10 GMT]]></title><description><![CDATA[<p dir="auto">Hey,</p>
<p dir="auto">I’m very new to coding and the magicmirror thing, here I’m stuck at restarting the mirror, the command pm2 restart doesn’t work, I managed to instal pm2 (I think) but it still doesn’t work “Process or namespace magicmirror not found”</p>
<p dir="auto">It also said ealier in the module I needed an API key in my config section, where should I write it ?</p>
<p dir="auto">Could someone help ? Thanks !</p>
]]></description><link>https://forum.magicmirror.builders/post/85767</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85767</guid><dc:creator><![CDATA[Morganga]]></dc:creator><pubDate>Tue, 15 Dec 2020 11:27:10 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Tue, 17 Nov 2020 21:58:47 GMT]]></title><description><![CDATA[<p dir="auto"><strong>[2.2.0] - 2020-11-16</strong></p>
<p dir="auto"><strong>FIXED</strong></p>
<ul>
<li>Default values now removed from backup (#12)</li>
<li>Custom Menus now works as expected</li>
<li>API working, not well implemented in the past</li>
<li>API <code>userPresence</code> now working as expected</li>
</ul>
<p dir="auto"><strong>ADDED</strong></p>
<ul>
<li>Updates now show if there’s an update available every day (#52)</li>
<li>Templates for issues and PRs, and also stale for automanagement of issues.</li>
<li>Close Dev Tools (#119)</li>
<li>Undo Config Implementation [Beta]</li>
<li>Classes to show, hide or toggle multiple modules at once (#34)</li>
<li>Classes and saves API</li>
<li>Changelog of every module updated</li>
<li>Showdown implemented in order to show changelog markdown.</li>
<li>secureEndpoint config to bypass the non-apikey limitation. This could be dangerous, use it with caution.</li>
<li>Added <code>POST</code> support for Monitor API (#200)</li>
<li>Added endpoint to edit config file (#206)</li>
<li>Endpoint <code>/api/docs</code> now shows you the documentation available for the API. You can test your mirror right there!</li>
</ul>
<p dir="auto"><strong>CHANGED</strong></p>
<ul>
<li><code>lodash</code> required. Do <code>npm install</code> on the Remote Control module.</li>
<li>Alert button don’t show up when Alert module isn’t active</li>
<li>The way monitor turn on and off (#225)</li>
<li>Now hide, show or toggle modules also accept arrays</li>
<li><code>/api/test</code> can be reach without any <code>apiKey</code></li>
<li><code>/api/modules/installed</code> and /available are now <code>/api/module/installed</code> and <code>/available</code></li>
<li><code>apiKey</code> required in order to change substantial things on the Mirror</li>
<li>Some Endpoints are gonna be deprecated in the future. You can see those inside <code>/api/docs</code>, in the <code>Legacy</code> menu.</li>
</ul>
<p dir="auto"><strong>REMOVED</strong></p>
<ul>
<li><code>/api/modules</code> it’s no longer available, you can use <code>/api/module</code> instead.</li>
<li>Postman collection deprecated ~ (Sorry n.n)</li>
</ul>
]]></description><link>https://forum.magicmirror.builders/post/84794</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84794</guid><dc:creator><![CDATA[goldyfruit]]></dc:creator><pubDate>Tue, 17 Nov 2020 21:58:47 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Mon, 02 Nov 2020 12:32:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jopyth" aria-label="Profile: Jopyth">@<bdi>Jopyth</bdi></a> because I was lazy :p</p>
]]></description><link>https://forum.magicmirror.builders/post/84191</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84191</guid><dc:creator><![CDATA[goldyfruit]]></dc:creator><pubDate>Mon, 02 Nov 2020 12:32:45 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Sun, 01 Nov 2020 18:43:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/goldyfruit" aria-label="Profile: goldyfruit">@<bdi>goldyfruit</bdi></a> Why not just post the text? :D</p>
<h2>[2.1.0] - 2020-11-01</h2>
<p dir="auto">Hello! Ezequiel here. Just wanted to say thanks for trust in me, in the past days I made a lot of changes into the code, adding some functions that’ll surely be in a future release, and also putting everything together in my fork. I answered almost every issue raised, and tried to help every person that use this module. Today, I’m glad to be able to share everything I learned to all of you. I apologize for some fast and uncommented commits, I just thinked that some things needed to be fixed ASAP.<br />
See you in future commits, issues and PRs :D</p>
<h3>Fixed</h3>
<ul>
<li>A typo in <code>es</code> translation</li>
<li>A few typos in <a href="http://README.md" target="_blank" rel="noopener noreferrer nofollow ugc">README.md</a> (#134 and #149) and API/README.md (#179)</li>
<li>Delayed commands should now work (#190)</li>
<li>Typo on remote_action (#184)</li>
<li>IP now showing (#194)</li>
<li>MM restart button don’t just stop anymore (#126)</li>
<li>Saving config should work as expected now (#153)</li>
<li><a href="http://installer.sh" target="_blank" rel="noopener noreferrer nofollow ugc">installer.sh</a> now detects where’s the node instalation (#222)</li>
</ul>
<h3>Added</h3>
<ul>
<li>Danish translation (#157)</li>
<li>Italian translation (#162)</li>
<li>Port now showing according to config.js (#98)</li>
<li>Custom commands for shutdown and reboot</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Overwrite of local changes when updating from a repository</li>
<li>Now requires MagicMirror version 2.12</li>
</ul>
<h2>[2.0.1] - 2020-10-28</h2>
<p dir="auto"><strong>Huge thanks to <a href="https://github.com/ezeholz" target="_blank" rel="noopener noreferrer nofollow ugc">@ezeholz</a></strong> who has offered to maintain the module fron now on!<br />
Credit for this (and future) versions and releases goes to <a class="plugin-mentions-user plugin-mentions-a" href="/user/ezeholz" aria-label="Profile: ezeholz">@<bdi>ezeholz</bdi></a> (unless noted otherwise).</p>
<p dir="auto">Now requires MagicMirror version 2.7.</p>
<h3>Fixed</h3>
<ul>
<li>Path to font awesome icons</li>
<li>A few typos in <code>ca</code> and <code>es</code> translations</li>
<li>Updates to <code>remote.html</code> to support new <code>basePath</code> feature in MM <code>config.js</code>, <a href="https://github.com/MichMich/MagicMirror/issues/1973" target="_blank" rel="noopener noreferrer nofollow ugc">follow up to this MM issue</a>, related to #185</li>
</ul>
]]></description><link>https://forum.magicmirror.builders/post/84164</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84164</guid><dc:creator><![CDATA[Jopyth]]></dc:creator><pubDate>Sun, 01 Nov 2020 18:43:00 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Sun, 01 Nov 2020 13:13:55 GMT]]></title><description><![CDATA[<p dir="auto">The new version has been released!!</p>
<p dir="auto"><img src="/assets/uploads/files/1604236422022-84422717-2aa5-4c62-b21a-de8e8416728a-image.png" alt="84422717-2aa5-4c62-b21a-de8e8416728a-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/84157</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84157</guid><dc:creator><![CDATA[goldyfruit]]></dc:creator><pubDate>Sun, 01 Nov 2020 13:13:55 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Sun, 01 Nov 2020 12:11:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/goldyfruit" aria-label="Profile: goldyfruit">@<bdi>goldyfruit</bdi></a> thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/84153</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84153</guid><dc:creator><![CDATA[Stoffbeuteluwe]]></dc:creator><pubDate>Sun, 01 Nov 2020 12:11:49 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Sat, 31 Oct 2020 15:54:26 GMT]]></title><description><![CDATA[<p dir="auto">Just to let you now that there is a new maintainer <em>(not me)</em> for this module, same Git repository though!<br />
Many bugs have been fixed, many issues have been closed.</p>
<p dir="auto">So far most of the changes are into the “developer” branch until the new release.</p>
]]></description><link>https://forum.magicmirror.builders/post/84123</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84123</guid><dc:creator><![CDATA[goldyfruit]]></dc:creator><pubDate>Sat, 31 Oct 2020 15:54:26 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Tue, 10 Mar 2020 19:58:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/apster" aria-label="Profile: apster">@<bdi>apster</bdi></a> - the font awesome package was updated in v2.7 so the direct reference to FA in remote.html will need to be updated.</p>
<p dir="auto">It looks like this line<br />
link rel=“stylesheet” type=“text/css” href=“vendor/node_modules/font-awesome/css/font-awesome.min.css”</p>
<p dir="auto">Should be changed to<br />
link rel=“stylesheet” type=“text/css” href=“vendor/css/font-awesome.css”</p>
]]></description><link>https://forum.magicmirror.builders/post/70432</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70432</guid><dc:creator><![CDATA[Stoffbeuteluwe]]></dc:creator><pubDate>Tue, 10 Mar 2020 19:58:18 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Tue, 10 Mar 2020 16:58:00 GMT]]></title><description><![CDATA[<p dir="auto">i all i’m new to this world so bear with me plz,</p>
<p dir="auto">I have built en set-up my daughters SM ( she’s 7 so made her a Disney “mirror, Mirror on the Wall” kinda thing.</p>
<p dir="auto">I have set up most of the basic stuff, work in progress is;</p>
<p dir="auto">motion sensor<br />
voicecontole<br />
and the darn MMM remote control<br />
the last one gives me heaps of trouble, i’ve managed to fix a lot problems by trial and error, using this forum as a guideline.<br />
There is one thing, picto’s and “sliders” to turn on off stuff on my phone, i havent been able to fix.</p>
<p dir="auto">I’ve read and applied all the suggested fixes on the forum.</p>
<p dir="auto">everything works but i’m unable to see if a module is on or off on my phone.</p>
<p dir="auto">can anyone point me in the right direction, i’m lost atm… not native english (correct my grammer i dont mind, infact it helps)</p>
<p dir="auto">thanks in advance</p>
<p dir="auto">p.s. new to programming so be gentle<img src="https://forum.magicmirror.builders/assets/uploads/files/1554504349196-capture02.jpg" alt="alt text" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/70426</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70426</guid><dc:creator><![CDATA[apster]]></dc:creator><pubDate>Tue, 10 Mar 2020 16:58:00 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Thu, 11 Apr 2019 20:50:56 GMT]]></title><description><![CDATA[<p dir="auto">Hello everyone,<br />
I am a little new to MagicMirror and I am trying to control MMM-RTSPStream or somehow hide the stream with MMM-ModuleToggle and Remote Control module.<br />
I am having problems with requests.</p>
<p dir="auto">I have read every example and tryed many things in postman but with no success. I am trying to post these kind of notifications and I don’t know how to formulate request correctly.<br />
This is how Module toggle notification should be formulated:</p>
<pre><code>notification: "MODULE_TOGGLE",
payload: {hide: ["MMM-RTSPStream"], show: [], toggle:[]}
</code></pre>
<p dir="auto">Or maybe there is a way to cut the stream directly. This is what MMM-RTSPStream suports:</p>
<pre><code> "stream": {
        "module": "MMM-RTSPStream",
        "path": "stream",
        "actions": {
            "play": {
                "notification": "RTSP-PLAY",
                "prettyName": "Play Stream(s)"
            },
            "stop": {
                "notification": "RTSP-STOP",
                "prettyName": "Stop Stream(s)"
            },
            "fullscreen": {
                "notification": "RTSP-PLAY-FULLSCREEN",
                "prettyName": "Play Fullscreen"
            },
            "window": {
                "notification": "RSTP-PLAY-WINDOW",
                "prettyName": "Play in Window"
            }
        }
    }
}
</code></pre>
<p dir="auto">I am very grateful for such great modules and I would be very please if you could give me a hint to how to do it.<br />
Regards</p>
]]></description><link>https://forum.magicmirror.builders/post/55770</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55770</guid><dc:creator><![CDATA[Duh3c]]></dc:creator><pubDate>Thu, 11 Apr 2019 20:50:56 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Thu, 04 Apr 2019 14:30:09 GMT]]></title><description><![CDATA[<p dir="auto">That changed worked for me.  I also had issue of white screen on my phone.  After the change above and restarting phone, works fine now.</p>
]]></description><link>https://forum.magicmirror.builders/post/55400</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55400</guid><dc:creator><![CDATA[rts58]]></dc:creator><pubDate>Thu, 04 Apr 2019 14:30:09 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Wed, 03 Apr 2019 21:04:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jopyth" aria-label="Profile: Jopyth">@<bdi>Jopyth</bdi></a> - the font awesome package was updated in v2.7 so the direct reference to FA in <code>remote.html</code> will need to be updated.</p>
<p dir="auto">It looks like this line<br />
<code>link rel="stylesheet" type="text/css" href="vendor/node_modules/font-awesome/css/font-awesome.min.css"</code><br />
Should be changed to<br />
<code>link rel="stylesheet" type="text/css" href="vendor/css/font-awesome.css"</code></p>
<p dir="auto">But I’m away from my mirror right now so cannot test it.</p>
]]></description><link>https://forum.magicmirror.builders/post/55380</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55380</guid><dc:creator><![CDATA[ianperrin]]></dc:creator><pubDate>Wed, 03 Apr 2019 21:04:05 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Wed, 03 Apr 2019 20:39:42 GMT]]></title><description><![CDATA[<p dir="auto">Same issue here 🤔</p>
]]></description><link>https://forum.magicmirror.builders/post/55378</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55378</guid><dc:creator><![CDATA[htilburgs]]></dc:creator><pubDate>Wed, 03 Apr 2019 20:39:42 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Wed, 03 Apr 2019 20:21:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jopyth" aria-label="Profile: Jopyth">@<bdi>Jopyth</bdi></a> after update the Magic Mirror to v2.7.0. I lost all icons. Do you have any idea why? Thanks in advance</p>
]]></description><link>https://forum.magicmirror.builders/post/55377</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55377</guid><dc:creator><![CDATA[bryan_1]]></dc:creator><pubDate>Wed, 03 Apr 2019 20:21:25 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Sat, 16 Mar 2019 15:53:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/costascontis" aria-label="Profile: costascontis">@<bdi>costascontis</bdi></a> Thanks that worked I think…it doesn’t prompt a pm2 restart in the terminal window just closes MM browser and reopens?</p>
]]></description><link>https://forum.magicmirror.builders/post/54392</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/54392</guid><dc:creator><![CDATA[swvalenti]]></dc:creator><pubDate>Sat, 16 Mar 2019 15:53:39 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Sat, 16 Mar 2019 15:31:32 GMT]]></title><description><![CDATA[<p dir="auto">solved it ,replace node_helper.js with <a href="https://github.com/Jopyth/MMM-Remote-Control/blob/f048d32c8e8e5fac7def4ad10b2185888c3a6634/node_helper.js#L1" target="_blank" rel="noopener noreferrer nofollow ugc">this</a> one ,fix is by ronanversendaal</p>
]]></description><link>https://forum.magicmirror.builders/post/54391</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/54391</guid><dc:creator><![CDATA[costascontis]]></dc:creator><pubDate>Sat, 16 Mar 2019 15:31:32 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Sat, 16 Mar 2019 15:08:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/costascontis" aria-label="Profile: costascontis">@<bdi>costascontis</bdi></a> I am experiencing the same issue you are as well.</p>
]]></description><link>https://forum.magicmirror.builders/post/54390</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/54390</guid><dc:creator><![CDATA[swvalenti]]></dc:creator><pubDate>Sat, 16 Mar 2019 15:08:46 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Sat, 16 Mar 2019 14:51:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jopyth" aria-label="Profile: Jopyth">@<bdi>Jopyth</bdi></a> nice module but i have an issue ,i think last update broke the restart function.Now its just stops MagicMirror and not restart <a href="http://it.Is" target="_blank" rel="noopener noreferrer nofollow ugc">it.Is</a> there a fix for that?</p>
]]></description><link>https://forum.magicmirror.builders/post/54389</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/54389</guid><dc:creator><![CDATA[costascontis]]></dc:creator><pubDate>Sat, 16 Mar 2019 14:51:11 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Fri, 22 Feb 2019 14:41:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jopyth" aria-label="Profile: jopyth">@<bdi>jopyth</bdi></a> ,After git pull and npm install , Error like this (at below) happen<br />
what wrong and how to fix it<br />
Thanks for your help<br />
<img src="/assets/uploads/files/1550846458951-s__3162181.jpg" alt="0_1550846453213_S__3162181.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/52994</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/52994</guid><dc:creator><![CDATA[nobita]]></dc:creator><pubDate>Fri, 22 Feb 2019 14:41:20 GMT</pubDate></item><item><title><![CDATA[Reply to [Remote-Control] Shutdown, Configure and Update your MagicMirror on Fri, 22 Feb 2019 10:24:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jopyth" aria-label="Profile: jopyth">@<bdi>jopyth</bdi></a> I would love to give it a try, but I need first to replace the monitor on/off commands with more suitable CEC commands (I use the cec-utils package) as I have a TV instead. :)</p>
<p dir="auto">Please tell me what do I have to edit to use the following commands?</p>
<p dir="auto">Turn tv on: <code>echo on 0 | cec-client -s -d 1</code></p>
<p dir="auto">Turn tv off: <code>echo standby 0 | cec-client -s -d 1</code></p>
<p dir="auto">Tv status: <code>echo pow 0 | cec-client -s -d 1</code></p>
]]></description><link>https://forum.magicmirror.builders/post/52979</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/52979</guid><dc:creator><![CDATA[Cr4z33]]></dc:creator><pubDate>Fri, 22 Feb 2019 10:24:09 GMT</pubDate></item></channel></rss>