<?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[I need help to get MMM-Voice-Commands working]]></title><description><![CDATA[<p dir="auto"><a href="https://github.com/Veldrovive/MMM-Voice-Commands" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Veldrovive/MMM-Voice-Commands</a></p>
<p dir="auto">it looks just 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");
                }
            }
        }
    },
</code></pre>
<p dir="auto">NOW, MY MAGIC MIRROR IS WORKING BUT THE VOICE COMMAND  IS NOT RESPONDING, AND  I WAS READING THIS MODULE NEED ANNYANG, BUT  I DONT KNOW HOW I DO TO INSTALL  ((ANNYANG)) SOMEONE HELP WITH THIS PLEASE</p>
<p dir="auto">OR SOMEONE WHO HAS A VOICE COMMAND THAT IS WORKING THAT CAN SHARE IT TO ME. PLEASE</p>
]]></description><link>https://forum.magicmirror.builders/topic/11349/i-need-help-to-get-mmm-voice-commands-working</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 06:41:13 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11349.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 14 Oct 2019 01:26:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to I need help to get MMM-Voice-Commands working on Wed, 16 Oct 2019 17:51:39 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> ok, can’t help with that part…</p>
<p dir="auto">on the annyang, it should have been installed by the npm i</p>
]]></description><link>https://forum.magicmirror.builders/post/62772</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62772</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 16 Oct 2019 17:51:39 GMT</pubDate></item><item><title><![CDATA[Reply to I need help to get MMM-Voice-Commands working on Wed, 16 Oct 2019 17:50:15 GMT]]></title><description><![CDATA[<p dir="auto">yes i did it, but it only activate once with the voice command, (hello mirror) and then when i deactivate with voice comnand (goodbye mirror) now i try to activate it dont respond</p>
]]></description><link>https://forum.magicmirror.builders/post/62771</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62771</guid><dc:creator><![CDATA[bjjsoul]]></dc:creator><pubDate>Wed, 16 Oct 2019 17:50:15 GMT</pubDate></item><item><title><![CDATA[Reply to I need help to get MMM-Voice-Commands working on Wed, 16 Oct 2019 16:32:52 GMT]]></title><description><![CDATA[<p dir="auto">did u do the npm install in the MMM-Voice-Commands folder?</p>
<p dir="auto">instructions</p>
<pre><code>Navigate into the installation and Install Dependencies.

cd MMM-Voice-Commands &amp;&amp; npm i
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/62764</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62764</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 16 Oct 2019 16:32:52 GMT</pubDate></item><item><title><![CDATA[Reply to I need help to get MMM-Voice-Commands working on Wed, 16 Oct 2019 16:24:52 GMT]]></title><description><![CDATA[<p dir="auto">who know how i do to install annyang, for my voice  command</p>
]]></description><link>https://forum.magicmirror.builders/post/62761</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62761</guid><dc:creator><![CDATA[bjjsoul]]></dc:creator><pubDate>Wed, 16 Oct 2019 16:24:52 GMT</pubDate></item></channel></rss>