went through redid the awsiot set up did the start.sh copied the certs to the certs folder in the magic mirror module put those in the skill and re uploaded the zip to lambda still get nothing showing on the mirror
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
tried it from the start again the skill its self works but when she says closing module it doesnt close ,no text gets displayed or if I search for snow white images she says displaying but i never see anything.
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
Yes and yes I’ll try again tonight ,I’m at work which interferes with my play time
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
of course now i have the problem of it not doing anything with the mirror :/
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
holy crap I finally got the skill part working. took me doing the whole install npm and everything and uploading the zip all from windows instead of the raspberry. weird
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
I tried all that last time you posted it with the exeption of process.env.NODE_CONFIG_DIR=‘/var/task/config’;
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
That’s the error I always get also. I have the the contents of the folder zipped not the folder I left the keys as MagicMirror also and have index.handler selected.
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
yes i have those folders in the zip
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
I do not get why this is not working the src.zip has a layout of folders and in the root of zip I have index.js MirrorMirror.js and package.json
but i still get
START RequestId: dbde411d-ecaa-11e6-8bd7-9b2096d559c7 Version: $LATEST 20:28:46 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/index.js:23:14) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10) at Module.load ( 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/index.js:23:14) 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 (module.js:300:12) at Module.require (module.js:353:17)which looks like what it’s not finding index.js ?
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
this is in the logs
START RequestId: cc7bfdd1-ebfd-11e6-8d16-b56e041c9162 Version: $LATEST
23:49:57
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/index.js:23:14) at Module._compile (module.js:409:26) at Object.Module._extensions…js (module.js:416:10) at Module.load (
23:49:58
2017-02-05T23:49:58.043Z cc7bfdd1-ebfd-11e6-8d16-b56e041c9162 connect -
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
well just went through the whole thing again she still says there was a problem with the requested skills response and when i type hello into the service simulator the output is
The remote endpoint could not be called, or the response it returned was invalid. -
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
So my orginal error was when I said Alex on the wall she would say there was a problem with the skill, I redid the version right before you added YouTube now when I say alexa on the wall it dings then freezes and I have to reboot the raspberry to get her to work again. I did Amazon’s hello world skill example and that one works fine. I’ll try your newest version again tonight after work.
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
So i have to have alexapi?
Because I’m running this
https://github.com/alexa/alexa-avs-sample-app
Which works great you said earlier that it should work with that. Do I need both -
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
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 -
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
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 -
RE: 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?
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
welll I just cannot seem to get this to work she always says she doesnt understand I think it tried just once because she said there was a error with the skill that one time. :/
any ideas of what i can look for? -
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@joanaz cool so I know nothing about this stuff when I’m getting the aws-iot-device-sdk do I want the java version or javascript?
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
do you know if it will work with this ? https://github.com/alexa/alexa-avs-sample-app
thanks