<?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[MMM-mycroft-wakeword]]></title><description><![CDATA[<p dir="auto">Hi community,</p>
<p dir="auto">This is my first MagicMirror² module! :beaming_face_with_smiling_eyes:</p>
<p dir="auto">The goal of this module is to be integrated with Mycroft AI voice assistant when the wake word is detected.</p>
<p dir="auto">Basically when <strong>“Hey Mycroft”</strong> is detected by the Mycroft AI device then an image with is message is displayed on the screen and when Mycroft AI device doesn’t listen anymore then the image and the message are removed <em>(nothing very crazy but simple and useful)</em>.</p>
<p dir="auto"><em>Here is a quick overview of the image and message.</em></p>
<p dir="auto"><img src="https://raw.githubusercontent.com/smartgic/MMM-mycroft-wakeword/master/docs/screenshot.png" alt="alt text" class=" img-fluid img-markdown" /></p>
<p dir="auto">To install the module is simple as usual.</p>
<pre><code class="language-bash">$ cd MagicMirror/modules
$ git clone https://github.com/smartgic/MMM-mycroft-wakeword
</code></pre>
<p dir="auto">Add the module configuration into the <code>config.js</code>.</p>
<pre><code class="language-json">{
    module: "MMM-mycroft-wakeword",
    position: "lower_third",
    config: {
        title: "Mycroft AI",
        apiKey: "en323q9WBNMK3Q04WIPNEAsdfhesammhp44",
        maxMessages: 1,
        opacity: 0.5
    }
}
</code></pre>
<p dir="auto">The <code>apiKey</code> option is just a random string to protect the <code>/mycroft</code> and it needs to be exactly the same on the Mycroft <a href="http://home.mycroft.ai" target="_blank" rel="noopener noreferrer nofollow ugc">home.mycroft.ai</a> console.</p>
<p dir="auto">Here is the link to the module on GitHub: <a href="https://github.com/smartgic/MMM-mycroft-wakeword" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/smartgic/MMM-mycroft-wakeword</a></p>
<p dir="auto">Thanks for your feedback!</p>
]]></description><link>https://forum.magicmirror.builders/topic/14895/mmm-mycroft-wakeword</link><generator>RSS for Node</generator><lastBuildDate>Wed, 10 Jun 2026 18:25:41 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14895.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 07 Apr 2021 16:40:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-mycroft-wakeword on Thu, 08 Apr 2021 12:54:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lavolp3" aria-label="Profile: lavolp3">@<bdi>lavolp3</bdi></a> said in <a href="/post/90421">MMM-mycroft-wakeword</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/goldyfruit" aria-label="Profile: goldyfruit">@<bdi>goldyfruit</bdi></a> Looks very interesting! What are you doing with Mycroft?<br />
I’d love to setup a capable assistant that is not using a cloud</p>
</blockquote>
<p dir="auto">Thanks. :face_savoring_food:</p>
<p dir="auto">You could do the same thing as with Alexa or Google Home Assistant and more <em>(because you could develop your own skills)</em> but the key things are privacy and open source.</p>
<p dir="auto">Have a look at <a href="https://mycroft.ai/" target="_blank" rel="noopener noreferrer nofollow ugc">https://mycroft.ai/</a> for more information.</p>
]]></description><link>https://forum.magicmirror.builders/post/90431</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90431</guid><dc:creator><![CDATA[goldyfruit]]></dc:creator><pubDate>Thu, 08 Apr 2021 12:54:13 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-mycroft-wakeword on Thu, 08 Apr 2021 07:45:37 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> Looks very interesting! What are you doing with Mycroft?<br />
I’d love to setup a capable assistant that is not using a cloud</p>
]]></description><link>https://forum.magicmirror.builders/post/90421</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90421</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Thu, 08 Apr 2021 07:45:37 GMT</pubDate></item></channel></rss>