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

    Posts

    Recent Best Controversial
    • RE: I am looking for a working PIR Modul/function

      what about SimplePIR doesnt work? did you add any issues to the github?

      i wrote it so interested to know what doesn’t work, since its currently running on my mirror.

      posted in Troubleshooting
      M
      myfingersarecold
    • RE: MMM-SimplePIR

      @sdetweil should be done already, figured i would add it here as well.

      posted in Utilities
      M
      myfingersarecold
    • MMM-SimplePIR

      https://github.com/ryanjblajda/MMM-SimplePIR

      A simple PIR module that uses a PIR sensor with a digital output, and it utilizes gpio interrupts to check it. I liked the MMM-Pir module that once existed, but I didnt see an easy way to add a feature that physically turned off a monitor after a specified timeout, as well as blanking the screen. This utilizes the gpio outputs on the Pi to drive buttons intended for use with this RF controlled outlet (https://a.co/d/4hUItyW) [driven by some NPN transistors with current limiting resistors to prevent gpio damage].

      The module emits the following notification: MMM_PIR-SCREEN_POWERSTATUS, with a boolean payload of whether the display is on or off. this happens when the display is muted, or physically turned on/off

      If the module is visible, it will provide some basic debugging statistics

      An example config is shown below: [actually my exact config from my mirror]

      {
          module: 'MMM-SimplePIR',
          //position: 'top_left',
          hidden: true,
          config:
          {
              debug: true,            //enables debug printing
              blankScreenTimeout: 1,  //in minutes, when the screen will be blacked out. 
              offScreenTimeout: 60,   //in minutes, when the screen will be physically turned off.
              pirSensorPin: 17,       //where the output of the PIR sensor should be connected
              displayOnPin: 23,       //connect this to either the on button on a display, or to the RF outlet controller [or whatever you want]
              displayOffPin: 24,      //connect this to either the off button on a display, or to the RF outlet controller [or whatever you want]
          }
      },
      
      posted in Utilities
      M
      myfingersarecold
    • RE: Bugsounet and MMM-Pir

      @sdetweil

      added to the 3rd party module wiki list under the other PIR modules. github page linked as well.

      https://github.com/ryanjblajda/MMM-SimplePIR

      posted in General Discussion
      M
      myfingersarecold
    • RE: Bugsounet and MMM-Pir

      @sdetweil will do.

      posted in General Discussion
      M
      myfingersarecold
    • RE: Bugsounet and MMM-Pir

      @sdetweil i will post my pir module on github tonight. its much more simple, but may work for some as a replacement.

      posted in General Discussion
      M
      myfingersarecold
    • RE: module unable to play mp3 file using omxplayer

      @hrjmsh use MPlayer rather than OMXplayer. thats what i am using [also using bookworm]

      posted in Troubleshooting
      M
      myfingersarecold
    • RE: Kitchen Family Dashboard/Hub

      @sdetweil right!? my mom actually ordered a tv [unbeknownst to me] and sent it to my house and my front door camera notified me and i was like…i have no memory of ordering a new display…😂

      posted in Show your Mirror
      M
      myfingersarecold
    • RE: Kitchen Family Dashboard/Hub

      @sdetweil thanks!! happy to have this finished and working. my parents and my in-laws have already requested i build them each one lolol.

      posted in Show your Mirror
      M
      myfingersarecold
    • RE: Kitchen Family Dashboard/Hub

      6cddda7d-01f1-492a-b27b-8d44034f2fcf-image.png

      and finally complete. painted, occ sensor housing installed. I decided to just hide the button controller inside the wall rather than recess it into the frame housing. realistically i shouldnt need to access it, and theres only 2 screws to remove should i need to.

      posted in Show your Mirror
      M
      myfingersarecold
    • 1
    • 2
    • 1 / 2