Read the statement by Michael Teeuw here.
MMM-AlexaPi
-
This post is deleted! -
Ironically, I decided to reinstall it last night before bed. I had edited yaml.config last time for the device type but this time i actually selected magic mirror. It started to work again. LOL. sound was a little choppy so i changed playback from vlc to sox. Mind you I haven’t gone out to check it yet this morning…hahah
-
@cyberphox hi! What do you mean when you say “I actually selected Magic Mirror”? Thanks!
-
@borrigan During Alexa-Pi setup you can choose a platform. Don’t pick
raspberrypi
, usemagicmirror
regardless of where the software is running. -
@clumsy_ninja thank you! I think I found the config line and changed it to magicmirror. Still see nothing in Magic Mirror interface. I will keep testing. Still need to resolve microphone input problems :(
-
This post is deleted! -
@clumsy_ninja Hey I just got this working tonight, and I’m having all sorts of fun with it. Thanks for this!
I’d like to know if it’s possible to get this to directly control the MagicMirror (similar to MirrorMirrorOnTheWallSkill – is it possible to use this skill?). It’s great that I can control things like my lights and such, but I would also like to tell my Mirror who is looking at the mirror (e.g. as a fall back when Facial Recognition doesn’t work), or explicitly show/hide modules by name. Is this possible?
Would also be amazing if this could receive a notice from the Facial Recognition app to speak out the recognized user (e.g.: “Good Morning, Jeff! Here’s your view.”)
-
@borrigan I wasn’t able to get mine to show up in the mirror interface either, but otherwise AlexaPi was functional. In my case I needed to enable it for all users in the config:
{ module: "MMM-AlexaPi", position: "lower_third", classes: "default everyone", // Needed this line config: { ... } },
I hope this helps!
- Jeff
-
hy,
i have Alexa from this site installed:http://lifehacker.com/how-to-build-your-own-amazon-echo-with-a-raspberry-pi-1787726931
Is has a function and goes good.
I installed the Magic Mirror with my packages what ive done. Problem is to get both in the Mirror.Im a Newbie, but i have an Idea:
Before the MM starts i need an Autostart File that does this:
Alexa 1: cd ~/Desktop/alexa-avs-sample-app/samples/companionService && npm start
Alexa 2: cd ~/Desktop/alexa-avs-sample-app/samples/javaclient && mvn exec:exec
Alexa 3: cd ~/Desktop/alexa-avs-sample-app/samples
cd wakeWordAgent/src && ./wakeWordAgent -e kitt_aiThen i have Alexa in the Back and the Mirrors starts with PM2!
Is that right???
Can anyone help me or was my Mind wrong.? Thanks Michael
-
@michael_klatt that’s all good and well, but do you have a script to auto launch at startup that loafs all three of those individual scripts? Nope. That’s what AlaexaPi does. It just loads automatically.