<?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[how do i update my magic mirror]]></title><description><![CDATA[<p dir="auto">how i can update this?</p>
<p dir="auto">on my magic mirror appears  on top one new update, but i dont know how to do it.<img src="/assets/uploads/files/1570946927724-whatsapp-image-2019-10-07-at-9.50.47-am.jpeg" alt="0_1570946926790_WhatsApp Image 2019-10-07 at 9.50.47 AM.jpeg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/11347/how-do-i-update-my-magic-mirror</link><generator>RSS for Node</generator><lastBuildDate>Sat, 12 Sep 2026 13:54:03 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11347.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 13 Oct 2019 06:10:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how do i update my magic mirror on Mon, 14 Oct 2019 11:28:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bjjsoul" aria-label="Profile: bjjsoul">@<bdi>bjjsoul</bdi></a> said in <a href="/post/62624">how do i update my magic mirror</a>:</p>
<blockquote>
<p dir="auto">but i am copying and paste in the last line in the config file</p>
</blockquote>
<p dir="auto">come on man… you are missing a close brace } and a close bracket ]</p>
<p dir="auto">start at the top of the new module you are adding and find the open braces { and  match then with a close brace }</p>
<p dir="auto">and then make sure that the confg.js modules section starts with a [ and ends with a ]</p>
]]></description><link>https://forum.magicmirror.builders/post/62643</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62643</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 14 Oct 2019 11:28:47 GMT</pubDate></item><item><title><![CDATA[Reply to how do i update my magic mirror on Mon, 14 Oct 2019 01:46:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bjjsoul" aria-label="Profile: bjjsoul">@<bdi>bjjsoul</bdi></a>, can you copy/past in here your entire config.js?<br />
also when posting the code please click on the “&lt;/&gt;” button to put in the code block.</p>
<pre><code>that way the code will be in a box like this one.
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/62631</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62631</guid><dc:creator><![CDATA[dwntwn87]]></dc:creator><pubDate>Mon, 14 Oct 2019 01:46:41 GMT</pubDate></item><item><title><![CDATA[Reply to how do i update my magic mirror on Sun, 13 Oct 2019 23:50:36 GMT]]></title><description><![CDATA[<p dir="auto">now is this faaak :(</p>
<p dir="auto">Starting MagicMirror: v2.8.0<br />
Loading config …<br />
WARNING! Could not validate config file. Starting with default configuration. Please correct syntax errors at or above this line: /home/pi/MagicMirror/config/config.js:121<br />
if (typeof module !== “undefined”) {module.exports = config;}<br />
^^</p>
<p dir="auto">SyntaxError: Unexpected token if<br />
at new Script (vm.js:74:7)<br />
at createScript (vm.js:246:10)<br />
at Object.runInThisContext (vm.js:298:10)<br />
at Module._compile (internal/modules/cjs/loader.js:678:28)<br />
at Object.Module._extensions…js (internal/modules/cjs/loader.js:722:10)<br />
at Module.load (internal/modules/cjs/loader.js:620:32)<br />
at tryModuleLoad (internal/modules/cjs/loader.js:559:12)<br />
at Function.Module._load (internal/modules/cjs/loader.js:551:3)<br />
at Module.require (internal/modules/cjs/loader.js:658:17)<br />
at require (internal/modules/cjs/helpers.js:20:18)</p>
<p dir="auto">i dont know how  find the line 121<br />
i am very noob in  this</p>
]]></description><link>https://forum.magicmirror.builders/post/62626</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62626</guid><dc:creator><![CDATA[bjjsoul]]></dc:creator><pubDate>Sun, 13 Oct 2019 23:50:36 GMT</pubDate></item><item><title><![CDATA[Reply to how do i update my magic mirror on Mon, 14 Oct 2019 11:25:13 GMT]]></title><description><![CDATA[<p dir="auto">thank bro for your time, but i am copying and paste in the last line in the config file,  but i dont know whats is my error<br />
in this moment its looks like this:</p>
<pre><code>{   
         module: "MMM-Voice-Commands",
         config: {   
             debug: false, //Displays end results and errors from annyang in the Log
            autoStart: true, //Adds annyang commands when it first starts
             activateCommand: "hello mirror", //Command to active all other commands
             deactivateCommand: "goodbye mirror", //Command to deactivate all other commands
             alertHeard: false, //Whether an alert should be shown when annyang hears a phrase (mostly for debug)
             commands: {  
                 "command statement :variable (optional statement)": "SOCKET_NOTIFICATION_NAME",
                 //The payload of the socket notification will be whatever is said in the :variable
                 "command statement *variable": function(param){    
                    alert("Whatever is said in the *variable space is given as the "+param);
                     //These function's 'this' are bound to the module's 'this' so you can do stuff like:
                     this.sendNotification("PAGE_SELECT", "2");
                 } 
             } 
            
  };	

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/62624</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62624</guid><dc:creator><![CDATA[bjjsoul]]></dc:creator><pubDate>Mon, 14 Oct 2019 11:25:13 GMT</pubDate></item><item><title><![CDATA[Reply to how do i update my magic mirror on Sun, 13 Oct 2019 22:56:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bjjsoul" aria-label="Profile: bjjsoul">@<bdi>bjjsoul</bdi></a> U cannot just paste the code in. I am trying to teach you how to solve the problems.</p>
<p dir="auto">All {} and [] must be matched in order</p>
]]></description><link>https://forum.magicmirror.builders/post/62622</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62622</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 13 Oct 2019 22:56:14 GMT</pubDate></item><item><title><![CDATA[Reply to how do i update my magic mirror on Sun, 13 Oct 2019 22:10:11 GMT]]></title><description><![CDATA[<p dir="auto">ERROR???¿?¿??  :( :(</p>
<blockquote>
<p dir="auto">magicmirror@2.8.0 start /home/pi/MagicMirror<br />
sh <a href="http://run-start.sh" target="_blank" rel="noopener noreferrer nofollow ugc">run-start.sh</a></p>
</blockquote>
<p dir="auto">Starting MagicMirror: v2.8.0<br />
Loading config …<br />
WARNING! Could not validate config file. Starting with default configuration. Please correct syntax errors at or above this line: /home/pi/MagicMirror/config/config.js:111<br />
“command statement *variable”: function(param){   &lt; ----  start<br />
^</p>
<p dir="auto">SyntaxError: Unexpected token &lt;<br />
at new Script (vm.js:74:7)<br />
at createScript (vm.js:246:10)<br />
at Object.runInThisContext (vm.js:298:10)<br />
at Module._compile (internal/modules/cjs/loader.js:678:28)<br />
at Object.Module._extensions…js (internal/modules/cjs/loader.js:722:10)<br />
at Module.load (internal/modules/cjs/loader.js:620:32)<br />
at tryModuleLoad (internal/modules/cjs/loader.js:559:12)<br />
at Function.Module._load (internal/modules/cjs/loader.js:551:3)<br />
at Module.require (internal/modules/cjs/loader.js:658:17)<br />
at require (internal/modules/cjs/helpers.js:20:18)</p>
]]></description><link>https://forum.magicmirror.builders/post/62621</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62621</guid><dc:creator><![CDATA[bjjsoul]]></dc:creator><pubDate>Sun, 13 Oct 2019 22:10:11 GMT</pubDate></item><item><title><![CDATA[Reply to how do i update my magic mirror on Sun, 13 Oct 2019 12:42:26 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> please refer people to the new update script for updating the base.</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/topic/10859/new-update-upgrade-script-ready-for-testing">https://forum.magicmirror.builders/topic/10859/new-update-upgrade-script-ready-for-testing</a></p>
]]></description><link>https://forum.magicmirror.builders/post/62595</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62595</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 13 Oct 2019 12:42:26 GMT</pubDate></item><item><title><![CDATA[Reply to how do i update my magic mirror on Sun, 13 Oct 2019 11:57:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bjjsoul" aria-label="Profile: bjjsoul">@<bdi>bjjsoul</bdi></a> said in <a href="/post/62585">how do i update my magic mirror</a>:</p>
<pre><code>&gt;           {
&gt; 		module: "MMM-Snow",
&gt; 		position: "fullscreen_above",
&gt; 		config: { // See 'Configuration options' for more information.
&gt; 			flakeCount: 100,
&gt; 			theme: "winter",			
&gt; 		}
&gt; 	},
&gt;          {   &lt; ---- start module
&gt;         module: "MMM-Voice-Commands",
&gt;         config: {   &lt; ---- start  config
&gt;             debug: false, //Displays end results and errors from annyang in the Log
&gt;             autoStart: true, //Adds annyang commands when it first starts
&gt;             activateCommand: "hello mirror", //Command to active all other commands
&gt;             deactivateCommand: "goodbye mirror", //Command to deactivate all other commands
&gt;             alertHeard: false, //Whether an alert should be shown when annyang hears a phrase (mostly for debug)
&gt;             commands: {  &lt; --- start command
&gt;                 "command statement :variable (optional statement)": "SOCKET_NOTIFICATION_NAME",
&gt;                 //The payload of the socket notification will be whatever is said in the :variable
&gt;                 "command statement *variable": function(param){   &lt; ----  start 
&gt;                     alert("Whatever is said in the *variable space is given as the "+param);
&gt;                     //These function's 'this' are bound to the module's 'this' so you can do stuff like:
&gt;                     this.sendNotification("PAGE_SELECT", "2");
&gt;                 } &lt; --- end command
&gt;             } &lt; ---- end config
&gt;          ]  ????????
&gt; 	};
&gt; 
&gt; /*************** DO NOT EDIT THE LINE BELOW ***************/
&gt; if (typeof module !== "undefined") {module.exports = config;}

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/62593</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62593</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 13 Oct 2019 11:57:31 GMT</pubDate></item><item><title><![CDATA[Reply to how do i update my magic mirror on Mon, 14 Oct 2019 01:30:07 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> THANKS  but dont work :</p>
<p dir="auto">cd ~\MagicMirror<br />
git pull</p>
<p dir="auto">thanks dude, i have another problem, i want to install a command voice but idont know whats is the error…</p>
<p dir="auto">i check the config</p>
<p dir="auto">Checking file…  /home/pi/MagicMirror/config/config.js<br />
Line 117 col 10 Expected ‘}’ to match ‘{’ from line 102 and instead saw ‘]’.<br />
Line 118 col 6 Expected ‘]’ to match ‘[’ from line 28 and instead saw ‘;’.<br />
Line 121 col 1 Expected ‘}’ to match ‘{’ from line 11 and instead saw ‘if’.<br />
Line 121 col 4 Bad invocation.<br />
Line 121 col 35 Missing semicolon.</p>
<p dir="auto">AND this are the line:</p>
<pre><code>            {
		module: "MMM-Snow",
		position: "fullscreen_above",
		config: { // See 'Configuration options' for more information.
			flakeCount: 100,
			theme: "winter",			
		}
	},
         {   
        module: "MMM-Voice-Commands",
        config: {  
            debug: false, //Displays end results and errors from annyang in the Log
            autoStart: true, //Adds annyang commands when it first starts
            activateCommand: "hello mirror", //Command to active all other commands
            deactivateCommand: "goodbye mirror", //Command to deactivate all other commands
            alertHeard: false, //Whether an alert should be shown when annyang hears a phrase (mostly for debug)
            commands: {  
                "command statement :variable (optional statement)": "SOCKET_NOTIFICATION_NAME",
                //The payload of the socket notification will be whatever is said in the :variable
                "command statement *variable": function(param){   &lt; ----  start 
                    alert("Whatever is said in the *variable space is given as the "+param);
                    //These function's 'this' are bound to the module's 'this' so you can do stuff like:
                    this.sendNotification("PAGE_SELECT", "2");
                } 
            } 
         ]
	};

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/62585</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62585</guid><dc:creator><![CDATA[bjjsoul]]></dc:creator><pubDate>Mon, 14 Oct 2019 01:30:07 GMT</pubDate></item><item><title><![CDATA[Reply to how do i update my magic mirror on Sun, 13 Oct 2019 08:18:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bjjsoul" aria-label="Profile: bjjsoul">@<bdi>bjjsoul</bdi></a></p>
<pre><code>cd ~\MagicMirror
git pull
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/62584</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62584</guid><dc:creator><![CDATA[Stoffbeuteluwe]]></dc:creator><pubDate>Sun, 13 Oct 2019 08:18:14 GMT</pubDate></item></channel></rss>