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

    Posts

    Recent Best Controversial
    • RE: MMM-GoogleAssistant autostart

      @poopyurinal so, does mirror app start? but assistant doesn’t work ? are you using pm2? to control Mirror autostart?

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-GoogleAssistant autostart

      starting a pgm at boot

      https://timleland.com/how-to-run-a-linux-program-on-startup/

      you might need two? on the py and one the mirror app?

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-GoogleAssistant autostart

      what is the reported problem? and where?

      posted in Troubleshooting
      S
      sdetweil
    • RE: Serial Comunication with Arduino

      @s-monti-74 way cool congrats!

      posted in Requests
      S
      sdetweil
    • RE: Serial Comunication with Arduino

      @s-monti-74

      I think the module will read the serial port , and map that to some notification for other modules

      devices: {
              '/dev/ttyACM0': {
                messages: {
                  'Gesture: UP': [    < ---- message it reads from serial port (in your case rfid tag value)
      
      posted in Requests
      S
      sdetweil
    • RE: Serial Comunication with Arduino

      ok, got it… you don’t KNOW if you got it in the pi yet…

      this module should work for you

      https://github.com/Tom-Hirschberger/MMM-Serial-Notifications

      posted in Requests
      S
      sdetweil
    • RE: Serial Comunication with Arduino

      @s-monti-74 so, once again, what code running on the pi gets the rfid value?

      python script or ???

      posted in Requests
      S
      sdetweil
    • RE: Serial Comunication with Arduino

      @s-monti-74 said in Serial Comunication with Arduino:

      MMM-ProfileSwitcher

      so, you would lookup the profile name from the rfid tag, and send a messge for that profile

      from the MMM-ProfileSwitcher readme

      this.sendNotification('CURRENT_PROFILE', 'DESIRED_PROFILE_NAME_HERE');
      
      posted in Requests
      S
      sdetweil
    • RE: Serial Comunication with Arduino

      @s-monti-74 wht do you want to do with the rfid tag value? besides display it? use it as a profile id?

      posted in Requests
      S
      sdetweil
    • RE: Serial Comunication with Arduino

      How did u implement the pi side? Python?

      posted in Requests
      S
      sdetweil
    • 1 / 1