@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?