Closed UJamil closed 7 years ago
Nevermind: solved by changing the above paths to
keyPath: __dirname + "/certs/MagicMirror.private.key",
certPath: __dirname + "/certs/MagicMirror.cert.pem",
caPath: __dirname + "/certs/root-CA.crt",
hi there, sorry im reopen the issue, as im having the same problem. i have already install alexa skill, and testing it, and it seem to work, here is the example
i talked, and mirrormirror respond "helllo my queen ..." but nothing is shown on the magic mirror. i've already copy the cert file into my modules/MMM-MirrorMirrorOnTheWall/certs edit the JS file as suggested by @UJamil
In config.js i put { module: 'MMM-MirrorMirrorOnTheWall', position: "middle_center", config: {} } Is there any part i missed? kindly help. Thank you
I have AlexaPi running on my Raspberry Pi 3, as well as the Magic Mirror. I have followed both tutorials and setup the Alexa skill and module. The Alexa is definitely working, for example, I can say "Alexa, ..., 'on the wall', ... , hide [calendar, etc.]" and Alexa says "hiding calendar". However, I have tried to show/hide specific modules and show/hide all modules, but it does not seem Magic Mirror is showing/hiding the modules.
I do get this error, after running Magic Mirror:
Also: I'm not quite sure what the "replace paths" in the MirrorMirror.js meant, but I changed them to:
keyPath: "/home/pi/MagicMirror/modules/MMM-MirrorMirrorOnTheWall/certs",
certPath: "/home/pi/MagicMirror/modules/MMM-MirrorMirrorOnTheWall/certs",
caPath: "/home/pi/MagicMirror/modules/MMM-MirrorMirrorOnTheWall/certs",