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

    Muffex

    @Muffex

    1
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Muffex Unfollow Follow

    Best posts made by Muffex

    • 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

    Latest posts made by Muffex

    • RE: MMM-Pir alternative for bookworm

      @sdetweil said in MMM-Pir alternative for bookworm:

      @Muffex do those work,

      Hey @sdetweil,

      yes, now everything works as inteded. :)

      I was just thinking of others who may read this thread at a later date. Since bookworm is in the title I didn’t want to mislead them with the old vcgencmd which does not work with wayland. (At least in my case it didn’t.)

      regards

      posted in System
      M
      Muffex
    • RE: MMM-Pir alternative for bookworm

      After switching to “dtoverlay=vc4-kms-v3d” in /boot/firmware/config.txt the commands did not work anymore.

      This is my current config:

      module: "MMM-Universal-Pir",
                      hiddenOnStartup: true,
                      config: {
                              gpioCommand: "gpiomon -r -b gpiochip0 4",
                              onCommand: "echo on | sudo tee /sys/class/drm/card1-HDMI-A-1/status",
                              offCommand: "echo off | sudo tee /sys/class/drm/card1-HDMI-A-1/status",                        
                              deactivateDelay: 60 * 1000,
                      }
      
      posted in System
      M
      Muffex
    • 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
    • MMM-Pir alternative for bookworm

      Hello everyone,

      I’ve been using MagicMirror for years and could almost always resolve my problems using the search functions.

      Currently I’m struggling to find a new module to use my PIR to turn the monitor on/off.

      The MMM-Pir module of bugsounet seems to be gone: https://github.com/bugsounet/MMM-Pir and the user @bugsoutnet is banned in MM forum.

      I’m on bookworm and have been using MMM-PIR-Sensor-Lite (https://github.com/grenagit/MMM-PIR-Sensor-Lite) in the past.

      Any help is highly appreciated.

      regards

      posted in System
      M
      Muffex
    • RE: google keep

      Hello everyone,

      I know I (might) necro this thread - but anyway.

      Now that there is an official API for Google Keep (https://developers.google.com/keep/api) it would be really nice if there were some activities to create a MMM module.

      I don’t feel comfortable storing my password in a plain text file, as in this module: https://github.com/taxilof/MMM-GoogleKeep

      Should I open a new thread?

      best
      Muffex

      posted in Requests
      M
      Muffex