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

    MM_Noob

    @MM_Noob

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

    MM_Noob Unfollow Follow

    Latest posts made by MM_Noob

    • RE: MMM-Universal-Pir and cec-client

      OK - post the update to include the cec-utils in the build I can confirm it now works…

      I escaped the special chars initially in the cec-client call- but it works without them being escaped also

      I guess this update will be rolled into the latest release at some point ?

      Many thanks

      posted in Troubleshooting
      M
      MM_Noob
    • MMM-Universal-Pir and cec-client

      Hi all…

      Is anyone using MMM-Universal-Pir with cec-client to control the screen power status ?

      I’m using a Samsung LED TV that doesnt cleanly handle wlr-randr calls, but CEC works flawlessly…

      I can use cec-client on the cmdline to standby and powerup the screen with no issues…

      When I put those cmds into MMM-Universal-Pir it doesn’t call them… So my config looks something like::

        onCommand: "echo 'on 0' | cec-client -s -d 1",
        offCommand: "echo 'standby 0' | cec-client -s -d 1",
      

      I see the countdown timer reach 0 but the screen doesnt power off…

      Anyone got this working ??

      Thanks

      posted in Troubleshooting
      M
      MM_Noob