Read the statement by Michael Teeuw here.
Amazon Echo/Alexa
-
I thought I heard somewhere that the Alexa’s open source software doesn’t actually allow for voice activation, but rather a button must be used to activate voice commands… perhaps that’s incorrect. I’d love to add voice command to my mirror.
-
@patm189 maybe CMU Sphinx could be used as the always listening part and as a button for Amazon Echo.
-
@patm189 I see why that might be an inconvenience, and I feel the same. I would much rather use something similar to just saying “OK Google” or “Alexa, turn on…” to activate the service. However, if this is true then I will find a way to use the MMM-Button to activate it and have the omxplayer either activate default the first time the screen comes on after a certain time or change the number of times the button has to be pressed for each. Either way, I think any voice recognition software would be a cool addition to the mirror!
-
I have just rewritten the MMM-Button module so it can support more than one Button at a time. Thereby we can theoretically take one Button to start omxplayer and one to listen for speech.
-
I have a pi set up with the Alexa Voice services and indeed you must use a push button to activate listening mode. It does work pretty well. What I have started on is using the Rasberry Pi/Magic Mirror as a MQTT client. If you have an echo, you could call up and interact with Magic Mirror and your home automation and maybe have some fun “conversations” with your Magic Mirror. I think the mirror would make a great feedback device for some simple sensors around the home. You kind of end up with a home-brewed JIbo without the 500 dollar cost!
-
I also have Amazon alexa running on my rpi alongside the MM2. I say mirror, mine is on a monitor on my desk and I use it as dashboard/calendar/newscenter. I also have amazon alexa running on it. I used the guide amazon uploaded.
So the way I currently have it set up is I have the MM running on full screen and have put the alexa module as always “show on top” so I can use a mouse button to click and control alexa, while at the same time still see the other modules. Ideally, I would like to embed the alexa voice control module in the MM2. Is that something that would be possible to do?
-
Yesterday I found an update on amazons developer blog: https://developer.amazon.com/public/community/post/Tx1WVAG8L2OOXF0/Alexa-Voice-Service-Introduces-API-Update-that-Makes-It-Easier-to-Build-Hands-Fr
Now the wake up word (or voice activation) is provided. I will test the AVS/Alexa sample code during the next weeks: https://github.com/alexa/alexa-avs-sample-app/wiki/Raspberry-Pi
Or do I missed a „ready to use“ Alexa module for magic mirror?
kin regards, mick
PS: about limitations (of request etc.) I do not know, and I did not read the AVS documentation now.
-
I habe post this yeasterday unser General Forum. :-)
-
You didn´t need to push a Button now but there was a time limit of 120 days befor you have to renew the libarys…
greets gismo
-
I’m not a programmer so I have yet to figure out how to make a module, but I was able to follow the instructions from Amazon to get AVS/Alexa running on my rpi3 while MM2 is also running. It’s kinda cool cause Alexa just runs in the background and takes commands with the wake word “Alexa”.
The only feature I wish it had is visual feedback on the mirror. I also wish the Alexa sample app could autorun anytime I have the mirror loaded.