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

    Posts

    Recent Best Controversial
    • RE: Black screen after install update v2.2

      A quick way to fix this:

      cd modules/MMM-Buttons
      npm install electron-rebuild
      ./node_modules/.bin/electron-rebuild
      

      It always worked for me…

      posted in Troubleshooting
      R
      ryck
    • RE: 22'' Display + 40cmx50cm IKEA Frame + PIR Sensor

      @MyMirror in the pir.py file you need to change only one thing, the GPIO data pin to which the PIR sensor is connected (you can double check yours here: https://pinout.xyz/). The line is this one: https://github.com/deg0nz/MagicMirror-Display-Controller/blob/master/pir.py#L8

      That should be all.

      The line 7 stuff is for the service (ie, run the script automatically every time the Pi reboots) and is in a different file: https://github.com/deg0nz/MagicMirror-Display-Controller/blob/master/pir_sensor.service#L7

      posted in Show your Mirror
      R
      ryck
    • RE: 22'' Display + 40cmx50cm IKEA Frame + PIR Sensor

      @MyMirror I don’t get any text on the display when it goes off, maybe the display is smart enough? Are you using the same software to turn it off?

      posted in Show your Mirror
      R
      ryck
    • RE: 22'' Display + 40cmx50cm IKEA Frame + PIR Sensor

      @TGBB Yeah, just two 40x50 RIBBA frames glued back to back…
      Any reflective film will work. Seems like the link I posted is not valid anymore, but you could use something like this…

      posted in Show your Mirror
      R
      ryck
    • RE: 22'' Display + 40cmx50cm IKEA Frame + PIR Sensor

      @MyMirror Sure, I’ll try tonight, but I can already tell you:

      • The PIR is attached to the bottom of the frame with some bluetack
      • The PIR sensor is using this “module” so just follow the instruction (ie, here)
      • My frame was 40x50, but you have more options, just choose the one that works better for you (and fits your screen, of course)

      Good luck!

      posted in Show your Mirror
      R
      ryck
    • RE: MMM-DHT-Sensor - Get temperature & humidity values from a DHT sensor

      @Ogret Sorry, I don’t have access to the mirror here, so I was waiting to get home today to reply to you. It’s just adding some code in the custom.css file with the right class, but seems like you already found how to do it!

      Cheers,

      posted in Utilities
      R
      ryck
    • RE: MMM-DHT-Sensor - Get temperature & humidity values from a DHT sensor

      @PaulB Did you follow all the steps? Without logs is a little bit difficult to know what’s going on… Did you try to check if the sensor is working (like with a python script or something). It sound like a config.js issue…

      posted in Utilities
      R
      ryck
    • RE: MMM-DHT-Sensor - Get temperature & humidity values from a DHT sensor

      @Dracarys I am not seeing any update notification at all… Do you still have the issue?

      posted in Utilities
      R
      ryck
    • RE: Telegram Bot

      @clubbi maybe you could implement this in a separate module, implementing sendNotification / notificationReceived ?

      posted in Requests
      R
      ryck
    • RE: MMM-TFL-Arrivals - Real time TfL arrival predictions for bus/tube/etc stops

      Version 1.3.0

      • Fixes typo (app_key vs api_key) so now you won’t hit the API limit. Sorry about that. Thanks to flick116 for opening the issue.
      posted in Transport
      R
      ryck
    • 1 / 1