Jopyth/MMM-Remote-Control

Turning Monitor on and off does not work anymore

Opened this issue · 2 comments

OS

Raspberry Pi Bookworm

NodeJS Version

22.5.1

MagicMirror² Version

2.28.0

Remote Control Version

not sure

Did you try using just Remote Control alone with MM?

  • I have and the error still happening

Description

The function unter Power > Turn monitor off does not work anymore. It says done but the monitor stays on. Everything else seems to work fine including restarting MM, rebooting the system etc.

used to work fine until update to MM 2.28.0

Has anyone made the same experience?

For full disclosure I am using a forked version by sindrebroch since I am running the Home Assistant integration from him and that only works with his version of remote control.

Wanted to check though if maybe I have done something wrong or if that is a general issue with MM 2.28.0

Happy for any ideas. Thanks!

Expected behavior

Monitor turn on and off

Current behavior

Monitor stays one

Possible solution

No response

Steps to reproduce

start MM and try to turn on and off via web interface

Log

not sure how to get

config.js

{
    		module: 'MMM-Remote-Control',
    		// uncomment the following line to show the URL of the remote control on the mirror
   			// position: 'bottom_left',
    		// you can hide this module afterwards from the remote control itself
    		config: {
        			apiKey: 'xxxxxxxxx'
    		}
    	},

Additional info

No response

I'm trying to debug but I have the same issue