<?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[difference between MMM-awesome-alexa and MMM-Alexa]]></title><description><![CDATA[[[topic:post-is-deleted]]]]></description><link>https://forum.magicmirror.builders/topic/13180/difference-between-mmm-awesome-alexa-and-mmm-alexa</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 02:37:08 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13180.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 01 Jul 2020 15:38:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to difference between MMM-awesome-alexa and MMM-Alexa on Fri, 11 Sep 2020 00:15:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pvancald" aria-label="Profile: pvancald">@<bdi>pvancald</bdi></a> you can scan for devices directly w your Alexa device.</p>
<pre><code>alexa scan for devices
or
alexa discover devices
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/81549</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/81549</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 11 Sep 2020 00:15:30 GMT</pubDate></item><item><title><![CDATA[Reply to difference between MMM-awesome-alexa and MMM-Alexa on Thu, 10 Sep 2020 20:53:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pvancald" aria-label="Profile: pvancald">@<bdi>pvancald</bdi></a> very nice</p>
]]></description><link>https://forum.magicmirror.builders/post/81548</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/81548</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 10 Sep 2020 20:53:02 GMT</pubDate></item><item><title><![CDATA[Reply to difference between MMM-awesome-alexa and MMM-Alexa on Thu, 10 Sep 2020 20:45:30 GMT]]></title><description><![CDATA[<p dir="auto">I just installed MMM-AlexaControl with success (with Echo 5)<br />
It was really easy.<br />
Followed the instructions from the first page on git and put the basic configuration in config.js…<br />
Then went to <a href="http://alexa.amazon.com" target="_blank" rel="noopener noreferrer nofollow ugc">alexa.amazon.com</a> in order to scan for new devices, it found directly  the devicename I put in the basic config.<br />
My aim was to jump to a specific slide on MMM-Carousel by talking to Alexa.<br />
This slide is the first one and containing an MMM-CalendarExt2.</p>
<p dir="auto">Here is the configuration I used if it can help someone :</p>
<pre><code>{
    module: 'MMM-AlexaControl',
    position: 'middle_center',
    config:{
      deviceName: "Miroir",
      image: false,
      pm2ProcessName: "mm",
      monitorToggle: false,
      vcgencmd: true,
      notifications: [
         {
           name: 'Menu',
           port: 11100,
           OnOff: false,
           notification: ["CAROUSEL_GOTO", 1]
         }
      ]
      }
},
</code></pre>
<p dir="auto">Now, I can just say to Alexa (in french sorry…)</p>
<pre><code>Alexa allume miroir menu
</code></pre>
<p dir="auto">and it jumps to the correct slide rather than having to wait the cycle between all slides of the carousel.</p>
]]></description><link>https://forum.magicmirror.builders/post/81547</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/81547</guid><dc:creator><![CDATA[pvancald]]></dc:creator><pubDate>Thu, 10 Sep 2020 20:45:30 GMT</pubDate></item><item><title><![CDATA[Reply to difference between MMM-awesome-alexa and MMM-Alexa on Fri, 28 Aug 2020 22:54:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/radioman" aria-label="Profile: radioman">@<bdi>radioman</bdi></a> I do not know. alexaOnOff says it is no longer under active development.</p>
<p dir="auto">I use MMM-AlexaControl to do the same as both those modules.</p>
<p dir="auto">while it works for me (I have a v1 echo), others have not had success.</p>
]]></description><link>https://forum.magicmirror.builders/post/80887</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/80887</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 28 Aug 2020 22:54:54 GMT</pubDate></item><item><title><![CDATA[Reply to difference between MMM-awesome-alexa and MMM-Alexa on Fri, 28 Aug 2020 21:18:27 GMT]]></title><description><![CDATA[<p dir="auto">Hello<br />
Ihave installd the modul mmm-Alexa and MMM-OnScreenModul.<br />
I Have entering the Code into the Config like this</p>
<pre><code>{
            module: 'MMM-OnScreenMenu',
            position: 'bottom_right',
        },
       {
            module: 'MMM-AlexaOnOff',
            config: {
               devices: [{ 
               name: "Magic Mirror",
                  on: { 
                  notification: "ONSCREENMENU_PROCESS_ACTION",
                   payload: { actionName:'monitorOn' }
                 },
                  off: { 
                  notification: "ONSCREENMENU_PROCESS_ACTION",
                  payload: { actionName:'monitorOff' }
                },
           }]
         }
       },

</code></pre>
<p dir="auto">Then i Have seach for new Devices in the Alexa App on my Smartphone.<br />
But Alexa find nothing.<br />
Can Anyone help me?</p>
]]></description><link>https://forum.magicmirror.builders/post/80884</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/80884</guid><dc:creator><![CDATA[radioman]]></dc:creator><pubDate>Fri, 28 Aug 2020 21:18:27 GMT</pubDate></item><item><title><![CDATA[Reply to difference between MMM-awesome-alexa and MMM-Alexa on Wed, 01 Jul 2020 16:50:33 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> but, you must have a real echo device for alexaControl</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rikko14" aria-label="Profile: RIKKO14">@<bdi>RIKKO14</bdi></a> you must sign up and create a device for the other Alexa modules.</p>
<p dir="auto">they are two different implementations of the same idea.  all the voice modules take a bit of work to get going</p>
]]></description><link>https://forum.magicmirror.builders/post/77880</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77880</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 01 Jul 2020 16:50:33 GMT</pubDate></item><item><title><![CDATA[Reply to difference between MMM-awesome-alexa and MMM-Alexa on Wed, 01 Jul 2020 16:45:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rikko14" aria-label="Profile: RIKKO14">@<bdi>RIKKO14</bdi></a> Hey there is a another module that should work with amazon echo and google device</p>
<p dir="auto">MMM-AlexaControl</p>
<p dir="auto">that works much more easyer than the others…</p>
]]></description><link>https://forum.magicmirror.builders/post/77879</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77879</guid><dc:creator><![CDATA[Stoffbeuteluwe]]></dc:creator><pubDate>Wed, 01 Jul 2020 16:45:33 GMT</pubDate></item></channel></rss>