<?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-AlexaPi]]></title><description><![CDATA[<p dir="auto">Hi everyone,<br />
I am very new to this forum and have spent the last couple of days reading through various posts in order to familiarise myself with MagicMirror2, modules, setup etc.</p>
<p dir="auto">After I managed to install the MagicMirror2 and even got the motiondetection with camera running I wanted to give alexa integration a shot.</p>
<p dir="auto">I installed AlexaPi on my Raspberry Pi 3 to use it with a USB microphone (the little kinobo one). When not running magic mirror alexa talks to me and replies to simple questions. AlexaPi works!</p>
<p dir="auto">But when I run MagicMirror with the MMM-AlexaPi module all I get is the crossed out microphone so that Alexa is not working anymore.</p>
<p dir="auto">I searched the Forum but havent found a solution yet. Anyone know how to solve this?</p>
<p dir="auto">Any help is greatly appreciated!</p>
<p dir="auto">Thanks in advance,<br />
Dave</p>
]]></description><link>https://forum.magicmirror.builders/topic/2152/mmm-alexapi</link><generator>RSS for Node</generator><lastBuildDate>Sat, 05 Sep 2026 05:44:40 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/2152.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 26 Mar 2017 21:07:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-AlexaPi on Tue, 28 Mar 2017 20:31:37 GMT]]></title><description><![CDATA[<p dir="auto">Hi everyone, heres to report that I was successful.<br />
In a nutshell i did exactly what <a class="plugin-mentions-user plugin-mentions-a" href="/user/lucallmon" aria-label="Profile: lucallmon">@<bdi>lucallmon</bdi></a> recommended but for others to follow my procedures in order to fix this issue i will go step by step.</p>
<p dir="auto">Initially I had installed AlexaPi on the raspberry pi 3 and during the installation process i was asked to name the platform. Since its a pi i selected “raspberrypi” which (looking back now) seemed to have caused the issue.</p>
<p dir="auto">However as a first step I changed the Output handler from “vlc” to “sox” to see whether that would do the trick:</p>
<p dir="auto">I opened the console and typed in</p>
<pre><code>Sudo nano /etc/opt/AlexaPi/config.yaml
</code></pre>
<p dir="auto">Under the 4th paragraph there is the line “playback_handler: “vlc””</p>
<p dir="auto">I changed “vlc” to read “sox”</p>
<p dir="auto">(At this stage i saved, restarted and noticed that i could run magic mirror and alexa would also respond but the mic icon was still crossed out so i went back to config.yaml again and continued as follows)</p>
<p dir="auto">Furthermore the device named in the config file was still “raspberrypi” and i wanted to change that too.</p>
<p dir="auto">So wherever I saw the words "device: “raspberrypi” i changed that simply to “device: “magicmirror””</p>
<p dir="auto">I changed 4 entries in total:</p>
<ul>
<li>In the “sound” paragraph in the very beginning (line 3 of the paragraph),</li>
<li>in the paragraph following the playback_handler (line 4 of the paragraph ) “# output device:…”</li>
<li>2 paragraphs below that (line 1 of the paragraph ) "# some device:…#</li>
<li>and finally towards the bottom theres a paragraph called “Platform” (line 2 of the paragraph )</li>
</ul>
<p dir="auto">After changing those lines I hit ctrl, x confirmed to save the file with yes and confirmed the file name with enter.</p>
<p dir="auto">I rebooted the pi and started up magic mirror and now everything is working!!!</p>
<p dir="auto">One thing to note though is that the changing from “vlc” to “sox” in my case caused alexa not to greet me with “hello” upon startup anymore. But since everything else seems to be working now I can live with that.</p>
<p dir="auto">Hope this helps everyone who encounters a similar problem. Thanks again for all the tips!</p>
<p dir="auto">Best regards / Dave</p>
]]></description><link>https://forum.magicmirror.builders/post/18389</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/18389</guid><dc:creator><![CDATA[Davepre]]></dc:creator><pubDate>Tue, 28 Mar 2017 20:31:37 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AlexaPi on Wed, 07 Jun 2017 07:40:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bminer1" aria-label="Profile: bminer1">@<bdi>bminer1</bdi></a> That’s normal, there is multiple type of user in linux with different level of permission, it’s for safety (that you or a virus doesn’t destroy your operating system). When you are connected to your regular user (pi if you are using raspbian) you have only access in writing to your home folder. However, the pi user is also a “sudo” user, which mean that you can get higher permission in exchange of providing the right password (which is your regular password in raspbian).<br />
To do that you write <code>sudo your_command</code> ,  for example  <code>sudo nano /etc/opt/AlexaPi/config.yaml</code> . you’ll be ask to enter a password and then you can edit your file.<br />
It’s like being administrator on windows, but with a password instead of a window that ask you if you want to run as administrator</p>
]]></description><link>https://forum.magicmirror.builders/post/22436</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/22436</guid><dc:creator><![CDATA[romain]]></dc:creator><pubDate>Wed, 07 Jun 2017 07:40:00 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AlexaPi on Wed, 07 Jun 2017 03:30:46 GMT]]></title><description><![CDATA[<p dir="auto">I’m getting a permission denied when trying to save after making the changes in ﻿/etc/opt/AlexaPi/config.yaml<br />
I feel like ive fallen in a rabbit whole that may be alittle over my abilities.</p>
]]></description><link>https://forum.magicmirror.builders/post/22429</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/22429</guid><dc:creator><![CDATA[bminer1]]></dc:creator><pubDate>Wed, 07 Jun 2017 03:30:46 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AlexaPi on Tue, 11 Apr 2017 07:26:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnnyboy" aria-label="Profile: johnnyboy">@<bdi>johnnyboy</bdi></a> Yeah I saw, I installed it in my home folder the first time before facepalming</p>
]]></description><link>https://forum.magicmirror.builders/post/19451</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19451</guid><dc:creator><![CDATA[romain]]></dc:creator><pubDate>Tue, 11 Apr 2017 07:26:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AlexaPi on Mon, 10 Apr 2017 15:32:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lucallmon" aria-label="Profile: lucallmon">@<bdi>lucallmon</bdi></a> Ok, I will try it tomorrow. I have already installed AlexaPi. I though it was for the MMM-alexa module though. Anyway, thanks for the input.</p>
]]></description><link>https://forum.magicmirror.builders/post/19412</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19412</guid><dc:creator><![CDATA[romain]]></dc:creator><pubDate>Mon, 10 Apr 2017 15:32:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AlexaPi on Mon, 10 Apr 2017 15:01:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/romain" aria-label="Profile: romain">@<bdi>romain</bdi></a> AlexaPi is a separate program from MM. It can be found here: <a href="https://github.com/alexa-pi/AlexaPi" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/alexa-pi/AlexaPi</a>. Once installed and working properly, you can access it through MM with the MMM-AlexaPi module, found here: <a href="https://github.com/dgonano/MMM-AlexaPi" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/dgonano/MMM-AlexaPi</a>. This is the only easy [somewhat] to install version that is voice activated and works every time. The other ones, I have been unable to get to work because there is no step-by-step guide.</p>
]]></description><link>https://forum.magicmirror.builders/post/19407</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19407</guid><dc:creator><![CDATA[lucallmon]]></dc:creator><pubDate>Mon, 10 Apr 2017 15:01:52 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AlexaPi on Mon, 10 Apr 2017 14:09:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lucallmon" aria-label="Profile: lucallmon">@<bdi>lucallmon</bdi></a> Oh. My mistake then. So… AlexaPi is for MMM-alexa or MMM-alexapi ?<br />
I am confused.</p>
]]></description><link>https://forum.magicmirror.builders/post/19404</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19404</guid><dc:creator><![CDATA[romain]]></dc:creator><pubDate>Mon, 10 Apr 2017 14:09:23 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AlexaPi on Mon, 10 Apr 2017 14:01:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/romain" aria-label="Profile: romain">@<bdi>romain</bdi></a> MMM-Alexa is not the same as MMM-AlexaPi. They are 2 separate modules that work totally different.</p>
]]></description><link>https://forum.magicmirror.builders/post/19403</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19403</guid><dc:creator><![CDATA[lucallmon]]></dc:creator><pubDate>Mon, 10 Apr 2017 14:01:19 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AlexaPi on Mon, 10 Apr 2017 13:35:53 GMT]]></title><description><![CDATA[<p dir="auto">Well, I have the same issue as johnnyboy. I reset my pi once already. I have the same message from the AlexaPi service. Also launching the mirror in dev mode show me the following error related to MMM-Alexa : " Failed to load resource: the server responded with a status of 400 (Bad Request) <a href="https://api.amazon.com/auth/o2/token" target="_blank" rel="noopener noreferrer nofollow ugc">https://api.amazon.com/auth/o2/token</a> "<br />
And the color indicator is yellow. I have a lot of trouble with setting my sound card to use a mic so I wouldn’t be surprise If I had a mic issue. But this is completely unrelated to the sound. the “token” is the thing we got when we connected to the raspberypi ip adress port 5050 right ? Is there a reason it would expire ? could it be the issue ?</p>
]]></description><link>https://forum.magicmirror.builders/post/19398</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19398</guid><dc:creator><![CDATA[romain]]></dc:creator><pubDate>Mon, 10 Apr 2017 13:35:53 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AlexaPi on Mon, 10 Apr 2017 00:18:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnnyboy" aria-label="Profile: johnnyboy">@<bdi>johnnyboy</bdi></a> get another microSD card and give it a whirl from scratch.</p>
]]></description><link>https://forum.magicmirror.builders/post/19362</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19362</guid><dc:creator><![CDATA[lucallmon]]></dc:creator><pubDate>Mon, 10 Apr 2017 00:18:07 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AlexaPi on Sun, 09 Apr 2017 20:12:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnnyboy" aria-label="Profile: johnnyboy">@<bdi>johnnyboy</bdi></a> no way brother. Don’t give up! If you want to have AlexaPi and MagicMirror on the same device I recommend starting over with a fresh copy of Raspbian, installing AlexaPi first and getting it to work. Then installing magic mirror with the AlexaPi module.</p>
]]></description><link>https://forum.magicmirror.builders/post/19354</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19354</guid><dc:creator><![CDATA[lucallmon]]></dc:creator><pubDate>Sun, 09 Apr 2017 20:12:39 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AlexaPi on Sun, 09 Apr 2017 19:19:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnnyboy" aria-label="Profile: johnnyboy">@<bdi>johnnyboy</bdi></a> i think you may be trying too hard. I followed the instructions to a T and haven’t had any problems. I had to reset my Pi twice after installing other modules that use sound… such as MMM-Voice. This module ruined my AlexaPi. I started my Pi over after installing that one because it ruined my sound profile. You may just need to figure out what you want to do with the mirror and install only those things. That’s what I did. After resetting my Pi 3 times and starting over each time, I’ve got it exactly the way I want it.  when I move coming up in the next month, I’m going to make a touch screen family board for the kitchen kind of like <a href="https://forum.magicmirror.builders/topic/1000/not-really-a-mirror-at-all-but-is-really-helpful">this</a> out of a Smart Screen. Then I’m going to buy an Alexa-powered remote control for my home entertainment center from Logitech that let’s you say, “Alexa, turn on the TV.” It should be fun.</p>
]]></description><link>https://forum.magicmirror.builders/post/19342</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19342</guid><dc:creator><![CDATA[lucallmon]]></dc:creator><pubDate>Sun, 09 Apr 2017 19:19:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AlexaPi on Sun, 09 Apr 2017 15:50:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/davepre" aria-label="Profile: Davepre">@<bdi>Davepre</bdi></a> don’t worry about the template one. Just edit the one in ‘’‘/etc/opt/AlexaPi/config.yaml’‘’</p>
]]></description><link>https://forum.magicmirror.builders/post/19319</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19319</guid><dc:creator><![CDATA[lucallmon]]></dc:creator><pubDate>Sun, 09 Apr 2017 15:50:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AlexaPi on Sun, 09 Apr 2017 15:48:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnnyboy" aria-label="Profile: johnnyboy">@<bdi>johnnyboy</bdi></a> so sorry for late reply. Only now got the chance to look for the config.yaml file.</p>
<p dir="auto">Yes, my config.template.yaml is (same as yours) in opt/Alexapi/src.</p>
<p dir="auto">However my config.yaml file is in <strong>etc</strong>/opt/Alexapi.<br />
Thats the only file in that folder.</p>
<p dir="auto">Is that what you were looking for?</p>
<p dir="auto">Best regards / David</p>
]]></description><link>https://forum.magicmirror.builders/post/19318</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19318</guid><dc:creator><![CDATA[Davepre]]></dc:creator><pubDate>Sun, 09 Apr 2017 15:48:00 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AlexaPi on Wed, 05 Apr 2017 20:15:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnnyboy" aria-label="Profile: johnnyboy">@<bdi>johnnyboy</bdi></a> i have no idea how this file looks, but if it is like</p>
<pre><code>token = ...
#token = ...
</code></pre>
<p dir="auto">you should remove it</p>
]]></description><link>https://forum.magicmirror.builders/post/19072</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19072</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Wed, 05 Apr 2017 20:15:11 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AlexaPi on Wed, 05 Apr 2017 18:59:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnnyboy" aria-label="Profile: johnnyboy">@<bdi>johnnyboy</bdi></a> the # is like // in javascript so it will comment out that line</p>
]]></description><link>https://forum.magicmirror.builders/post/19056</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19056</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Wed, 05 Apr 2017 18:59:07 GMT</pubDate></item></channel></rss>