Basic web frame question

Hi again guys, as an update to my previous post we’ve updated the master branch of the project with the functionality to turn the backlight on and off automatically now.

You’ll just need to configure a few service variables for the new scheduler service just added.

ENABLE_BACKLIGHT_TIMER=1
BACKLIGHT_ON=0 8 * * *
BACKLIGHT_OFF=0 23 * * *

The BACKLIGHT_ON and BACKLIGHT_OFF variables accept standard cron syntax; I recommend taking a look at https://crontab.guru if you’re not familiar.

Otherwise have fun!