Where do you find these log files at?? so i can look at mine??
it seems like it doesn’t find the way to sent the results back and where to send them??
Read the statement by Michael Teeuw here.

Posts
-
RE: MMM-MirrorMirrorOnTheWall installation issue
-
RE: MMM-MirrorMirrorOnTheWall installation issue
Ok so here is my hardcoding of certs path on the Magic Mirror module
keyPath: “/home/pi/MagicMirror/modules/MMM-MirrorMirrorOnTheWall/certs/MagicMirror.private.key”,
certPath: “/home/pi/MagicMirror/modules/MMM-MirrorMirrorOnTheWall/certs/MagicMirror.cert.pem”,
caPath: “/home/pi/MagicMirror/modules/MMM-MirrorMirrorOnTheWall/certs/root-CA.crt”,Also dont forget to add your iot-endpoint
region: “us-east-1”,
host: “aonu6XXXX8o.iot.us-east-1.amazonaws.com”,I kept the config on module just as yours or the default for testing purposses
-
RE: MMM-MirrorMirrorOnTheWall Clarification
Exactly …I made some progress last night and found out that it needed a iot-endpoint which should go in the instructions of the MirrorMirrorOnTheWallSkill somewhere before the start of part 3… that MirrorMirror.js file should be edited to add iot endpoint that you get from Aws Iot-Core site at the bottom left if you click on settings, than zip them in Archive folder and upload them to Lambda.
Another thing or two that are missing from the instructions, on the MM module part now, of MirrorMirror is that a “npm install” is needed after cloning the module …also the key path for the certificates needs to be explained better for non coders on what the proper syntax is on how to do that.
Now the Alexa part works, however its not doing what it is supposed to be doing and for that i do not know where to start troubleshooting after it says Hello my Queen (lol me a queen hahaha) when you ask her to preform any task related to that skill such as turn on and off a module such as compliments or displaying any video it says there is a problem with your skill try again later …so no idea where to start on that???
Denis -
RE: MMM-MirrorMirrorOnTheWall installation issue
@OceanK Well i meant i got the MMM-MirrorMirrorOnTheWall module for Magic Mirror figured out but it is not working right if that makes sense. :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing: So when Magic Mirror itself is lunched and it is displaying other modules like Weather and Calendar and all that, it is not throwing an error for MMM-MirrorMirrorOnTheWall so i got the certs path figured out and you need to run “npm Install” on MMM-MirrorMirrorOnTheWall module before using it after you clone it on modules folder. I use Alexa Pi which has its own module on MM so when i call Alexa and i ask to “Start On the wall” the mirror replies as “Hello my queen what can i do for you” but when i ask to do something like hide a module or display anything it says an error has occurred with your skills response please try again later. I have no clue whats causing that so i guess some more research is needed.
Denis -
RE: MMM-MirrorMirrorOnTheWall installation issue
@OceanK Ok major major development on my end i got it to work …sort of LOL :) …meaning when i am on Magic Mirror and its doing its thing displaying the modules i can call Alexa ask her to start “on the wall” the mirror replies back with How can i Help you my Queen but when i ask to display a text or anything it says there was a problem with your skills response. Why is that???
D
-
RE: MMM-MirrorMirrorOnTheWall Clarification
@Skoo Hi there i have AlexaPi working perfectly and i have tried to follow the instructions for MirrorMirrorOnTheWall to the T however i get a Lamda error if i test there and when i test at the Alexa stage at the end i also there was a problem with your response and just Null on the right… no How can i help you my queen… i am baffled i am 100 % sure i am not making any mistakes from what is written in the instructions (obviously i am or it would work) and i have tried a clean install 3 times
What can i do
where do i start the troubleshooting??
The error on Lamda test always has to do with “aws-iot-device” on node-modules
check out my other link for more info here https://forum.magicmirror.builders/topic/8569/mmm-mirrormirroronthewall-installation-issue/9?page=1Any help will be greatly appreciated
Denis -
RE: MMM-MirrorMirrorOnTheWall installation issue
Ok so i was reading your steps and i basically did exactly the same thing and followed @joanaz instruction but with one exception!!! … are you absolutely sure that “node_modules” folder gets created by “npm install” inside the “src” folder on the “MirrorMirrorOnTheWallSkill” ??? …OR… did “node_modules” get created when you run “start.sh” on the IoT procedure and than copy that over to the “src” folder???
Do we only copy the 4 certificate files from the IoT part only or everything in that folder over to the “src” ???
Denis
-
RE: MMM-MirrorMirrorOnTheWall installation issue
I do’not think so …as long your exact copy of cert, private key and CA certificate files are with those exact names…meaning MagicMirror and you have them saved in that actual working directory where that file MagicMirror.js is than it ads those files automatically.
other than that the MagicMirror.js will through an error for the “___dirname+” part.I think…or wait on a second note… if you remove the anything after the keyPath: (and the other 2) and hard code the actual path to the files should work as well and will be a safer bet actually, so do that
Denis -
RE: MMM-MirrorMirrorOnTheWall installation issue
Well on my end i cant even get to the point you that your are at. Even if i try to test with “Alexa start Session” i get the same error as before so my problem is with aws-iot-device-sdk inside node_modules and for this i need your help how to get to the same spot where my test on Alexa side will turn on “Hello my queen…” and not null.
How can you send me the step by step on what you did and where did you differ from the instructions on @joanaz site or maybe a copy of the node_modules aws-iot-device-sdk i don’t know…and than we will try to get the rest figured out
Denis -
RE: MMM-MirrorMirrorOnTheWall installation issue
@oceank I may be doing something wrong but i just clicked on create test even and entered a name and clicked test and that’s what i got …maybe i had to select something different but i doubt it cause i am trying to redo it again with something common from the list like Hello World and it is still giving me the same results
Denis