MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. richland007
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 3
    • Topics 8
    • Posts 179
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-ImmichSlideShow

      @korey_sed Hello friend i hope you get to see this message soon i am trying ot install your module and i have immich accessible through a cloud flare reverse proxy with a url and internally …which do i use for the module config the outside or inside address . and does it need the port number for the api
      thank you for your work

      posted in Entertainment
      richland007R
      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
      richland007R
      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
      richland007R
      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
      richland007R
      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
      richland007R
      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
      richland007R
      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
      richland007R
      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
      richland007R
      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
      richland007R
      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
      richland007R
      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
      richland007R
      richland007
    • RE: Profile Switcher - RC522 RFID

      @sdetweil For the tags i am 100% sure i have written them right i have tasted with the Read.py script and others … One thing i am unsure of why are the zeros at the end needed?? In the online translator they just add spaces at the end of the name for no reason.
      Do i have to write the names with spaces in the back too i don’t think it makes sense or do i write the tags with out the zeros at the end??

      Another thing i am unsure off is that on the MMM-RFID config.js entry do i need to assign the tag values to the names or is that done by the module directly through “translation”

      {
              module: 'MMM-RFID',
              config: {
                  events: {
                      Eva: [ // data on rfid tag as decimal block will be used as identifier [0691180970000000]
                          {
                              CURRENT_PROFILE: "Eva" // i.e. "CURRENT_PROFILE" is used for notification identifier and "Eva" for notification payload
                          }
                      ],
                      Denis: [ // data on rfid tag as decimal block will be used as identifier [0681011101051150]
                          {
                              CURRENT_PROFILE: "Denis" // i.e. "CURRENT_PROFILE" is used for notification identifier and "Denis" for notification payload
                          }
                      ]
                               
                  }
              }
          },
      
      

      I am not very familiar with how this works but maybe the original creator of the MMM-RFID has made a mistake on commenting out // the value part after the name in the above config entry …i don’t know

      Anyhow always your input is greatly appreciated … i will try your changes as soon as i get home
      thanks again
      Denis

      posted in Requests
      richland007R
      richland007
    • RE: Profile Switcher - RC522 RFID

      @sdetweil @miguel-abap Ok so i see that the modules are receiving data from MMM-RFID on the console under npm start dev when i scan the rfid tag. RFID_DATA and RFID_UID… do not know why 2 different ones

      0_1559703351342_consoleRFID.png

      But what kind of data?? Where can i see if they are receiving Denis or Eva or just the decimal value stored on the tag etc etc??

      Hers is my config.js entry for the MMM-RFID module and the MMM-ProfileSwitcher and also all my modules have the appropriate classes entry assigned according to our names for whatever module belonging to each one of us

      {
              module: 'MMM-RFID',
              config: {
                  events: {
                      Eva: [ // data on rfid tag as decimal block will be used as identifier [0691180970000000]
                          {
                              CURRENT_PROFILE: "Eva" // i.e. "CURRENT_PROFILE" is used for notification identifier and "Eva" for notification payload
                          }
                      ],
                      Denis: [ // data on rfid tag as decimal block will be used as identifier [0681011101051150]
                          {
                              CURRENT_PROFILE: "Denis" // i.e. "CURRENT_PROFILE" is used for notification identifier and "Denis" for notification payload
                          }
                      ]
                               
                  }
              }
          },
      
      
      {
              module: 'MMM-ProfileSwitcher',
              config: { // See 'Configuration options' for more information.
                 includeEveryoneToDefault: true,
                 alwaysShowLeave: true,
                 ignoreModules: ["alert", "updatenotification"],
                 enterMessages: {
                      "Denis Eva": "What's up %profile%?", // We both have this message
                                },
                 leaveMessages: false,
                 defaultTime: 120000,
                 timers: {
                          "Eva": {
                           time: 60 * 1000
                           },
                           }
              }
          }, 
      

      so on each of our MM modules we have classes: for “default everyone” and “Denis” or “Eva”

      what am i doing wrong ??

      Denis

      posted in Requests
      richland007R
      richland007
    • RE: Profile Switcher - RC522 RFID

      @miguel-abap OK so i made some progress than i got stuck again
      What i mean is that it seems like everything should be working fine but when i try to scan the tag the profiles do not change!!
      I do not know how to troubleshoot this meaning that:… is it something wrong with the configs of the MMM-ProfileSwitcher part or is it the fault of the MMM-RFID not sending what it is supposed to be sending to ProfileSwitcher??

      If you are stuck where i was earlier (please look at the screen shot on my messages above) i found the solution here and i got to write and read my tags just fine (that’s what makes me think that the MMM-RFID module is working)

      https://stackoverflow.com/questions/54847012/raspberry-pi-3b-and-rfid-rc522-python-typeerror/55024642#55024642

      but i do not know for sure if MMM-RFID is doing its job and converting the tags decimal value and sending the right ASCII to MMM-ProfileSwitcher either.

      So first how is a working config of the MMM-ProfileSwitcher part supposed to look like in this case and how can we trigger it with the classes: names and than move on to MMM-RFID part and try to figure out what and how is it sending to MMM-ProfileSwitcher if anything at all.

      I do not see any errors but yet again i do not know where to look in details in a console when the mirror loads up or when we scan a tag

      Denis

      posted in Requests
      richland007R
      richland007
    • RE: MMM-Gas

      I did a git pull and than an npm install insde the module but still no luck only updated on today’s date and time.
      No list of gas stations nothing just that.

      Do we have to change anything in the module settings on the config.js file for the update??

      Denis

      posted in Transport
      richland007R
      richland007
    • RE: MMM-Gas

      Is this still working?? It was working flawlessly for me before but i turned the MM off for like 3 months when i was doing some work around the house and when i turned it back on i do not see anything on my list of gas stations.

      It just says updated at this time and date but nothing listed.
      I did a git pull thinking that something might have been updated in those 3 months but nothing changed.

      Anyone else experiencing difficulties ???

      D

      posted in Transport
      richland007R
      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
      richland007R
      richland007
    • RE: MMM-MirrorMirrorOnTheWall module error

      @Julia Same here …been working on it for a year…other people have gotten it to work though i can’t for some reason :( … look some pages back from the last one here https://forum.magicmirror.builders/topic/8569/mmm-mirrormirroronthewall-installation-issue/131?page=14

      posted in Troubleshooting
      richland007R
      richland007
    • US Holidays calendar not working

      Is the US Holidays calendar working?? What is ya’lls saying right now??
      Mine has not showed a holiday in 3 months my other calendar which is a copy of it with my private google calendar link on it works just fine however nothing from the US holidays and i have not touched it at all don’t know why is it not working
      D

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