<?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[Need help with MMM-voice, getting errors]]></title><description><![CDATA[<p dir="auto">someone  can help with this, where is the error?¿?¿  i am trying to install a voice command</p>
<pre><code>{
module: "MMM-Snow",
position: "fullscreen_above",
config: { // See 'Configuration options' for more information.
flakeCount: 100,
theme: "winter",
}
},
{
module: 'MMM-voice',
position: 'bottom_bar',
config: {
microphone: 1,
...
}
}
]

};


/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}
</code></pre>
<p dir="auto">when i run the magic mirror this error appears :</p>
<pre><code>Starting MagicMirror: v2.8.0
Loading config ...
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:106
}
^

SyntaxError: Unexpected token }
at new Script (vm.js:74:7)
    at createScript (vm.js:246:10)
    at Object.runInThisContext (vm.js:298:10)
    at Module._compile (internal/modules/cjs/loader.js:678:28)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10)
    at Module.load (internal/modules/cjs/loader.js:620:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:559:12)
    at Function.Module._load (internal/modules/cjs/loader.js:551:3)
    at Module.require (internal/modules/cjs/loader.js:658:17)
    at require (internal/modules/cjs/helpers.js:20:18)
Loading module helpers ...
Initializing new module helper ...
Module helper loaded: updatenotification
No helper found for module: helloworld.
All module helpers loaded.
Starting server on port 8080 ... 
Server started ...
Connecting socket for: updatenotification
Sockets connected &amp; modules started ...
Launching application.´
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/11365/need-help-with-mmm-voice-getting-errors</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 12:44:04 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11365.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 15 Oct 2019 05:31:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Need help with MMM-voice, getting errors on Tue, 15 Oct 2019 21:21:22 GMT]]></title><description><![CDATA[<p dir="auto">@strawberry-3-141 , thanks i wil try</p>
]]></description><link>https://forum.magicmirror.builders/post/62707</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62707</guid><dc:creator><![CDATA[bjjsoul]]></dc:creator><pubDate>Tue, 15 Oct 2019 21:21:22 GMT</pubDate></item><item><title><![CDATA[Reply to Need help with MMM-voice, getting errors on Tue, 15 Oct 2019 21:13:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/broberg" aria-label="Profile: broberg">@<bdi>broberg</bdi></a> thanks for your help… but they are differents modules of voice command, check it out and you can see is true .<br />
i am only trying to install a voice command that works for my magic mirror</p>
]]></description><link>https://forum.magicmirror.builders/post/62706</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62706</guid><dc:creator><![CDATA[bjjsoul]]></dc:creator><pubDate>Tue, 15 Oct 2019 21:13:32 GMT</pubDate></item><item><title><![CDATA[Reply to Need help with MMM-voice, getting errors on Tue, 15 Oct 2019 11:39:29 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> you need to remove the 3 dots from the config. They are only there to show that the module has more config options that would be placed at that position</p>
]]></description><link>https://forum.magicmirror.builders/post/62691</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62691</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Tue, 15 Oct 2019 11:39:29 GMT</pubDate></item><item><title><![CDATA[Reply to Need help with MMM-voice, getting errors on Tue, 15 Oct 2019 09:37:25 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>
<p dir="auto">Hi, When you are asking for help please don’t make multiple posts about the same issue.<br />
Secondly, when asking for help with the configuration file we need to see the entire configuration file, just not a single part.</p>
<p dir="auto">Many times when you get <code>WARNING! Could not validate config file.</code> there is some symbols missing or added where they are not supposed to be.</p>
<p dir="auto">Like a missing <code>{</code> or <code>}</code><br />
Like a missing <code>[</code> or <code>]</code><br />
Like a missing <code>,</code> or <code>" "</code></p>
<p dir="auto">Or maybe you have copied and pasted in a module configuration where it’s not supposed to be.</p>
]]></description><link>https://forum.magicmirror.builders/post/62690</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62690</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Tue, 15 Oct 2019 09:37:25 GMT</pubDate></item><item><title><![CDATA[Reply to Need help with MMM-voice, getting errors on Tue, 15 Oct 2019 08:28:56 GMT]]></title><description><![CDATA[<p dir="auto">Hi bjjsoul,<br />
please add an comma ‘,’ after the last phrase },</p>
<pre><code> {
        module: 'MMM-voice',
        position: 'bottom_bar',
        config: {
            microphone: 1,
            ...
        }
    },
</code></pre>
<p dir="auto">maybe that help…</p>
]]></description><link>https://forum.magicmirror.builders/post/62688</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62688</guid><dc:creator><![CDATA[bdream]]></dc:creator><pubDate>Tue, 15 Oct 2019 08:28:56 GMT</pubDate></item></channel></rss>