Read the statement by Michael Teeuw here.
MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
-
well i guess one thing i didnt do is in your directions it says
open MirrorMirror.js, replace the keyPath, certPath, and host to your ownwhere am I getting the host information from?
-
@zman3 from the Lambda site maybe?
-
@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.
-
I have those installed still not seeing where i would get a host to put in there .
if I say alexa, on the wall. she says theres a problem with the requested skills respones the lambda cloud watch error shows the following17:21:45 START RequestId: 931bbc00-e710-11e6-b7a7-b3bf469e814d Version: $LATEST 17:21:45 Unable to import module 'index': Error at Function.Module._resolveFilename (module.js:325:15) at Function.Module._load (module.js:276:25) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at Object. (/var/task/MirrorMirror.js:1:76) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10) at Module. 17:21:45 END RequestId: 931bbc00-e710-11e6-b7a7-b3bf469e814d 17:21:45 REPORT RequestId: 931bbc00-e710-11e6-b7a7-b3bf469e814d Duration: 36.31 ms Billed Duration: 100 ms Memory Size: 128 MB Max Memory Used: 17 MB 17:21:45 START RequestId: 9342f35b-e710-11e6-872c-f9454aa4f261 Version: $LATEST 17:21:45 Unable to import module 'index': Error at Function.Module._load (module.js:276:25) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at Object. (/var/task/MirrorMirror.js:1:76) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10) at Module.load (module.js:343:32) at Function.Module._load (modul 17:21:45 END RequestId: 9342f35b-e710-11e6-872c-f9454aa4f261 17:21:45 REPORT RequestId: 9342f35b-e710-11e6-872c-f9454aa4f261 Duration: 0.61 ms Billed Duration: 100 ms Memory Size: 128 MB Max Memory Used: 17 MB
-
so another thing in your skill code theres
var MirrorMirror = require(‘./MirrorMirror’); does that expect the MMM-MirrorMirrorOnTheWall module folder to be called MirrorMirror because mines call MMM-MirrorMirrorOnTheWall -
This post is deleted! -
I can’t get the module to work, I get this error:
{ Error: getaddrinfo ENOTFOUND data.iot.us-east-1.amazonaws.com data.iot.us-east-1.amazonaws.com:8883 at errnoException (dns.js:28:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'data.iot.us-east-1.amazonaws.com', host: 'data.iot.us-east-1.amazonaws.com', port: 8883 }
-
@joanaz I really want to get excited about this but the install info is confusing at best. Could you please post a video demo of how it’s working currently and a more step-by-step installation guide? This sound like exactly what I’m looking for, but… I just don’t need more info.
-
I’ve updated my readmes and code, you can do a git pull to get the latest files.
-
@joanaz I have AlexaPi working great right now. I’m a bit reluctant to stop it and try something else right now. Can you post a video of how it’s currently working?