Hmm. Add MMM-mirrormirror I to MagicMirror config.js? And also have it installed in the magicmirror/modules folder?
Read the statement by Michael Teeuw here.
Latest posts made by savage_gr1nd
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@Gunwoody @zman3 while you were running npm install on the skills dependencies you didn’t sudo npm install right? That blocks amazons access.
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@Gunwoody there too many moving parts I think to see it all in one spot. But could be wrong lol
And where wake word runs depends on which program/version of alexa-sdk you’re using. Like I use alexa-avs-sample-app so mine runs in its own terminal. But that’s soon to change. Gonna run Alexapi so it runs right off of boot instead. That’s my project for tonight lol -
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@Gunwoody I belive a workspace. Because everything in it is essentially code to import to lambda. So opening a YouTube video runs the youtube-node imported into the function itself.
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@Gunwoody sorry and no. Skill stays in your root. I was just saying the other thing about installing IoT
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@Gunwoody also inside MMM-Mirrormirroronthewall located inside magicmirror/modules
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@Gunwoody it only invokes mirror if you ask her to ask mirror.
Alexa, ask mirror to show me a video of…
Alexa, ask mirror to close calendar…
Etc. -
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@Gunwoody mmm is in modules folder inside magicmirror. Sdk is inside mmm and also inside the skill located in the root. Certs is inside mmm and skill.
Iot runs on its own. Alexa-as you need to run your three terminal executions. Then npm start magic mirror after that.
Add mmm to magicmirror config and voila. :) -
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@Journeytojah don’t sudo anything in this git. I made that mistake also.