@ring23 said in Mirror mirror on the wall alexa skill:
@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?
Did you resolve this problem? I’m also stuck at the steps to create cert folder. Should it be created in the modules dir? The manual says ’ copy all your credential files, then go to your local copy of this repo, and paste them inside the certs folder (which is inside the src folder)" but I don’t see src folder?