You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you try using just Remote Control alone with MM?
I have and the error still happening
Description
When I poll the brightness level with /api/brightness I constantly see 100%.
Expected behavior
Brightness level in /api/brightness should follow the value from <div id="remote-control-overlay-temp" style="background-color: rgba(0, 150, 255, 0); filter: **brightness(60%)**;"></div>
Current behavior
When I poll the brightness level with /api/brightness I constantly see 100%.
Possible solution
No response
Steps to reproduce
Update MMM-Remote-Control to 3.11.1
Start changing brightness and query it with the API
Log
No reliable logs
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 itselfconfig: {customCommand: {monitorOnCommand: 'xrandr -d :0 --output HDMI-1 --auto --rotate right',monitorOffCommand: 'xrandr -d :0 --output HDMI-1 --off',monitorStatusCommand: 'xrandr --query | awk \'/Screen/ {print ($8 > 320) ? "true" : "false"}\''},showModuleApiMenu: true,// Optional, Enable the Module Controls menusecureEndpoints: true,// Optional, See API/README.md// uncomment any of the lines below if you're gonna use it// customMenu: "custom_menu.json", // Optional, See "Custom Menu Items" below// apiKey: "MagicMirrorAPIKey", // Optional, See API/README.md for details// classes: {} // Optional, See "Custom Classes" below}},
Additional info
The text was updated successfully, but these errors were encountered:
KristjanESPERANTO
changed the title
Brightness level not reported correctly in the API
[Bug] Brightness level not reported correctly in the API
May 19, 2025
OS
Debian 12
NodeJS Version
22.15.0
MagicMirror² Version
2.31.0
Remote Control Version
3.11.1
Did you try using just Remote Control alone with MM?
Description
When I poll the brightness level with
/api/brightness
I constantly see 100%.Expected behavior
Brightness level in
/api/brightness
should follow the value from<div id="remote-control-overlay-temp" style="background-color: rgba(0, 150, 255, 0); filter: **brightness(60%)**;"></div>
Current behavior
When I poll the brightness level with
/api/brightness
I constantly see 100%.Possible solution
No response
Steps to reproduce
Log
config.js
Additional info
The text was updated successfully, but these errors were encountered: