MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Muffex
    3. Best
    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 1
    • Posts 5
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-Pir alternative for bookworm

      Hello again.

      Thanks @sdetweil :)

      I’m now using MMM-Universal-Pir from here: https://gitlab.com/khassel/MMM-Universal-Pir

      This is my config to turn the screen (connected via HDMI) on/off :

      module: "MMM-Universal-Pir",
                      hiddenOnStartup: true,
                      config: {
                              gpioCommand: "gpiomon -r -b gpiochip0 4",
                              onCommand: "vcgencmd display_power 1",
                              offCommand: "vcgencmd display_power 0",
                              deactivateDelay: 60 * 1000,
                      }
      

      regards
      Muffex

      posted in System
      M
      Muffex
    • 1 / 1