Read the statement by Michael Teeuw here.
MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
-
It sounds like you guys are zipping the src folder itself also.
In terminal navigate to INSIDE the src folder thenzip -r code certs index.js package.json node_modules MirrorMirror.js
-
@savage_gr1nd i think its pretty clear that we’re not zipping the src folder but the contents. I did it form terminal as well as selecting everything inside of it and using right click, compress…
tried names like import.zip export.zip package.json.zip index.zip indexjs.zip nothing worked…
-
Is the error code your getting from the lambda test?
-
@Journeytojah that’s weird, like @savage_gr1nd said, the problem is usually on how you zip the files and folders inside src folder. It has nothing to do with RPi, or your zip file name, mine is the default ‘Archive.zip’. Assume you didn’t change the handler setting in Lambda, which should be ‘index.handler’. So you have to recreate the problem for me, show me how you do it step by step.
-
@joanaz @Journeytojah well also the index calls for cert keys. For safe measure I had my keys come in as MagicMirror so that cert path was perfect and I didn’t have to change it at all. (You don’t put the full path, just edit your personal name on the file inside MirrorMirror.js) and also make sure you have the skill Id inside index.js correct also.
-
@joanaz did you see the alexa module that runs inside magic mirror? I just noticed it. Right now I’m running alexa-avs-sample-app but I was curious if you’ve tested the other to see if it works with no additional booting outside the MagicMirror file
-
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.
-
@savage_gr1nd yeah, but it requires a physical pushbutton. I’m using AlexaPi with my own wake word, so I can activate Alexa by saying “Mirror mirror”.
-
@joanaz ahhhh. That sucks. I’m running wake word also. I just liked the idea of not having to run it in terminal. Then run mirror. Would have made rebooting simple and flawless. Lol
-
@joanaz @savage_gr1nd I had my certs both as MagicMirror and other names, made sure everything in the code is correct every time I changed anything.
It just wont take it.
I will go around this another way, I’m starting to lose interest in the whole tts concept and will go with something simpler using text :)