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

    Posts

    Recent Best Controversial
    • RE: MMM-RemoteControl or vcgencmd Issue

      I had the same issue, I use MMM-PIR-Sensor-Lite to switch the monitor off and on again. On the command line “vcgencmd display_power 0” does not work, the return is always: “display_power=1”.

      I have tried a few things, they all did not work.
      Edit the “config.txt” in the “/boot” directory.

      Go to:

      “# Enable DRM VC4 V3D driver
      dtoverlay=vc4-kms-v3d
      max_framebuffers=2”

      And change “dtoverlay=vc4-kms-v3d” to “dtoverlay=vc4-fkms-v3d”.

      There is a bug in the “vc4-kms-v3d” driver.

      After changing in the “config.txt” “vcgencmd display_power 0” returns a “display_power=0”.

      MMM-PIR-Sensor-Lite now works as desired.

      posted in Troubleshooting
      M
      MiPraSo
    • RE: MMM-NetworkScanner (spitzlbergerj)

      I found the clue.
      In the description is the wrong path for cloning is given:

      :cross_mark: git clone https://github.com/ianperrin/MMM-NetworkScanner.git

      It has to be:

      git clone https://github.com/spitzlbergerj/MMM-NetworkScanner.git
      

      Now it works as expected!

      posted in Troubleshooting
      M
      MiPraSo
    • 1 / 1