Read the statement by Michael Teeuw here.
Mirror mirror on the wall alexa skill
-
-
@KMH0 Nothing will happen, but now the script will start when you click it instead of opening in leafpad, right?
-
@broberg You are a hero mate! :) Thanks
-
@broberg Wy did I start this journey, haha. You mind explaining the next steps? :)
- go to your local copy of this repo, create a folder called certs inside the src folder
- place all the credentials in the certs folder
- open MirrorMirror.js, replace the keyPath, certPath, and caPath with your own credentials’ paths
-
@KMH0 That I better leave to someone else that have installed Alexa, Haven’t done that part :)
-
@broberg thanks, anyway! :)
-
@KMH0 create a new folder inside the src folder, call it certs, then place the files you downloaded and the generated root-CA.crt in it. I just started to create a guide with screenshots, but it will take me some time, in the meanwhile, you can just ask me
-
@joanaz Would have been awzome! Thanks for the help :)
-
@KMH0 screenshots are added! let me know if the guide still doesn’t make sense
-
@joanaz I was able to config the skill and get it working. Now I’m trying to get it working with the MirrorMirrorOnTheWall module and I’m running into some issues. I’ve copied the cert folder into MagicMirror/modules/MMM-MirrorOnTheWall directory. The next step says to replace keyPath, certPath and caPath with your own credentials’ path, but inside MirrorMirror.js, it’s already defaulting to __dirname + “certs/MagicMirror.private.key”. Booting up MirrorMirror on the wall and invoking On the Wall, Alexa says “there was a problem with the requested skills response”. Now if I run tests in Service Simulator on AWS the lambda response is “The remote endpoint could not be called, or the response it returned was invalid.”
Any ideas?