MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. richland007
    • Profile
    • Following 0
    • Followers 3
    • Topics 8
    • Posts 178
    • Best 8
    • Controversial 0
    • Groups 0

    richland007

    @richland007

    Home automation and electronics enthusiast, tech aficionado

    8
    Reputation
    2306
    Profile views
    178
    Posts
    3
    Followers
    0
    Following
    Joined Last Online
    Location Dallas, TX. USA Age 44

    richland007 Unfollow Follow

    Best posts made by richland007

    • RE: My Full-Length Smart Mirror

      @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

      posted in Show your Mirror
      richland007
      richland007
    • 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

      posted in Troubleshooting
      richland007
      richland007
    • 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

      posted in Requests
      richland007
      richland007
    • 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:

      1. 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.
      2. 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)
      3. 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 Alexa

      Thank you
      Denis

      posted in System
      richland007
      richland007
    • 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
      0_1547097782898_lambdaError.png
      0_1547097798877_LamdaError2.png

      0_1547098084539_cloudWatch.png
      0_1547098101131_IoTcore.png

      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

      posted in Troubleshooting
      richland007
      richland007
    • 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
      0_1558671166407_MMM-RFID.png

      posted in Requests
      richland007
      richland007
    • RE: MMM-WeatherBackground

      @sean Thank you very much it worked like a charm …you guys that know how to code are cool 🙂
      thanks again

      posted in Utilities
      richland007
      richland007
    • 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

      posted in Transport
      richland007
      richland007

    Latest posts made by richland007

    • RE: git pull error

      @sdetweil Hey guys i am trying ot update MMM-GooglePhotos and when i do git pull i get the following

      Updating 0d001d8..76368f5
      error: Your local changes to the following files would be overwritten by merge:
         package.json
      Please commit your changes or stash them before you merge.
      error: The following untracked working tree files would be overwritten by merge:
         package-lock.json
      Please move or remove them before you merge.
      Aborting
      
      

      when i run

      git checkout – package-lock.json
      

      I get the following

      error: pathspec '–' did not match any file(s) known to git
      error: pathspec 'package-lock.json' did not match any file(s) known to git
      

      What am i doing wrong and how do i overcome these 2 errors on the git pull??

      Thank you
      Denis

      posted in Troubleshooting
      richland007
      richland007
    • RE: MYMIRROR - From Modena

      @s-monti-74 Thank you i will try to work on it this weekend and if i run into trouble i will bother you again LOL 🙂
      thanks again

      posted in Show your Mirror
      richland007
      richland007
    • RE: MYMIRROR - From Modena

      @s-monti-74 Can you e-mail the Arduino sketch as txt file to me please at grabocka (@) sbcglobal.net
      oh the config.js entries also please so i can change my names into it 🙂

      Grazie mille
      Denis

      posted in Show your Mirror
      richland007
      richland007
    • RE: MYMIRROR - From Modena

      @s-monti-74 Great i got the schematics now 🙂

      Can you please post again the complete Arduino code

      Thank you very very much
      Denis

      posted in Show your Mirror
      richland007
      richland007
    • RE: MYMIRROR - From Modena

      @sdetweil Yes Sam but is the UNO to Rpi connection using Dupont wires and the TX RX pinouts or through the usb connection which is also used to upload the sketch to the UNO… i thought it was through the usb??

      posted in Show your Mirror
      richland007
      richland007
    • RE: MYMIRROR - From Modena

      @s-monti-74
      Is the Arduino code you copied on the above post the complete one?? It makes no sense to me …also what wiring scheme are you using for the RFID board to the Uno??

      Always thank you for the response

      Another thing can you please check for errors the MMM-Serial-Notifications module entry code on the config… that you posted on the above post… it mentions an S and A instead of G and no TAG1 or TAG2

      As always
      Thank you again
      Denis

      posted in Show your Mirror
      richland007
      richland007
    • RE: MYMIRROR - From Modena

      @s-monti-74 Stefano One more question if you use the Arduino Uno how do you connected it to the Rpi??

      posted in Show your Mirror
      richland007
      richland007
    • RE: MYMIRROR - From Modena

      @s-monti-74 So do you use an Arduino Uno or not??
      Why do you download the Arduino IDE on the Rpi?? Is it just for programming the UNO (i use the IDE on my Windows machine) or to read the serial commands??
      How do you connect the RFID board RC522 to the Rpi or to the UNO?? … the board has 7 used pins and 1 unused, assuming we are talking about the RFID-RC522 board

      Gracie
      Denis

      posted in Show your Mirror
      richland007
      richland007
    • RE: MYMIRROR - From Modena

      @s-monti-74 said in MYMIRROR - From Modena:

      MMM-Serial-Notifications

      Very interested on this as well i have some rfid rings that i want to use and the rfid-rc522 and arduino uno. So basically everything needed.
      I gave a try to this https://forum.magicmirror.builders/topic/9983/profile-switcher-rc522-rfid?page=1 but i could not get it to work can you please guide me how to use the rfid to switch profiles

      Denis

      posted in Show your Mirror
      richland007
      richland007
    • RE: MMM-Gas

      @Mykle1 Nothing solved it but a complete rm -rf and than a reinstall now it works fine
      thank you
      D

      posted in Transport
      richland007
      richland007