@Journeytojah I think names do not matter, but make sure the names in MirrorMirror.js match with your certs. I called my AWS IoT Device “MagicMirror”.
Read the statement by Michael Teeuw here.
Posts
-
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
@lucallmon Where do I say you have to use something else? You definitely need AlexaPi to get it working.
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
I’ve updated my readmes and code, you can do a git pull to get the latest files.
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@zman3 From AWS IoT, the instructions are in the readme in my repo. You also need to install my Alexa skill, by following the instructions in that repo.
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@lucallmon I changed my Alexa wake word to “Mirror mirror” instead of “Alexa”, and my Skill’s invocation name is “on the wall”, but you can change them to whatever you want. It displays the text you say after the command word “say”. Look at my sample utterances for the commands you can use. It doesn’t show text for other Alexa skills or Alexa general commands. But you can change my Alexa skill to do that.
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@schlachtkreuzer6 yes, but you need to install my Alexa skill
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@zman3 you just need to do “npm install”, then the package.json will install the sdk (assuming you have npm installed on ur computer). It’s the JavaScript version.
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@zman3 it’s a MagicMirror Module, so same way to install it like any other modules. But you also need to set up Alexa, AWS IoT service, and my Alexa skill that complements it.
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
Should be if you could get AlexaPi and my Alexa skill to work.
-
MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
Description:
This is a module for the MagicMirror. It uses AWS IoT Device Gateway to receive commands from Alexa, then displays text/images/video on the Magic Mirror, and turn on/off Magic Mirror Modules according to the commands.
It is complementary to the MirrorMirrorOnTheWall Alexa Skill.
Download:
[card:joanaz/MMM-MirrorMirrorOnTheWall]
[card:joanaz/MirrorMirrorOnTheWallSkill]
Version 1.0.2
- can turn on/off all modules
- can clear the images and close the video by giving the turn-off command to turn itself off
Version 1.0.1
now support Youtube video search
Initial Version