@mitchelltmarino I wish i knew before buying my current two way mirror on where to find a long mirror like yours my wife has been on my case for a year wanting a full body mirror.
Where did you find yours and is it Plexiglas???.. how much was it??
looks nice
D
Read the statement by Michael Teeuw here.
![](/assets/uploads/profile/uid-5028/5028-profileavatar.png)
Posts
-
RE: My Full-Length Smart Mirror
-
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: Profile Switcher - RC522 RFID
@miguel-abap Hi there did you get htis to work??
I have not tried it yet (i just got my RC522) and both me and my wife have rfid/nfc on our wedding rings so it will be cool to switch profiles by grabbing the left side of the mirror frame where the RC522 will be installed.Let me know please if you ran into any issues
Denis -
RE: [MMM-AlexaOnOff] Simple Mirror Control from External Home Assistant (Alexa/Google Home/HASS.io)
@shbatm All right so i got it to work :) i have not fully tested yet with all my modules (i have 37 of them) but i did it with one and it works.
So this is what i did:
- I ran the FauxMo example just like you said and it activates on ports 11000 and 11001
I than went on alexa.amazon.com from my desktop and that is where i did the device discovery that found those sample devices… from my local echo it would not find anything. - I went on the MMM-AlexaOnOff.js file and changed the minimum required version to 2.4.1 which is what i have (others if they happen to look into this forum thread should change it according to theirs)
- I activated my sample 1 module on/off on my config.js and Alexa did find it but it did not do anything until i changed the name of the module to “module_6_MMM-horoscope” again just like you said above and than it worked :)
One last question: Through MMM-AlexaOnOff i want to create another on/off device called “Mirror” utilizing MMM-Remote-Control, that on On will send the command MONITORON and on Off with send the command MONITOROFF So will this work…I have no clue but just by dissecting your code???
{ name: "Mirror", on: { notification: "REMOTE_ACTION", payload: { action: "MONITORON"} }, off: { notification: "REMOTE_ACTION", payload: { action: "MONITOROFF"} },
Do you think i will have any issues with 37 modules??
I want to add them all on my config. js file before i run discovery on AlexaThank you
Denis - I ran the FauxMo example just like you said and it activates on ports 11000 and 11001
-
RE: MMM-MirrorMirrorOnTheWall installation issue
@oceank Hey buddy… no wit won’t work with turning on and off modules either it just says “there was a problem with requested skills response” here are my Lamda errors
And MM says connected to AWS IoT obviously for all text, video, images, modules.
What the heck is going on where should i start troubleshooting
@blackpanda please help me :) i will greatly appreciate it
D -
RE: Profile Switcher - RC522 RFID
@miguel-abap @sdetweil I am trying to run this module but here is what i get…has anyone else gotten this to work??
Please help it will really help me a lot and it will be really cool if i get this to work
D
-
RE: MMM-WeatherBackground
@sean Thank you very much it worked like a charm …you guys that know how to code are cool :)
thanks again -
RE: MMM-MyCommute
LOL never mind i got it… I am retarted :) :)
i was testing it on Saturday and Sunday so it was just not displaying since i still had the 0 and 6 hide days LOL
thank you
Great work