# HDMI Scheduled On/Off The below comamnds will setup automatic on/off of the monitor connected to the HDMI port on your PiFrame. This is handy as overnight few people are looking at their photos and by turning off the display you'll save power and make the screen last longer. The below is setup to turn the display on at ```0600``` and off at ```0000```. Please adjust accordingly. ``` sh pip3 install -U python-dotenv cat > /etc/default/screen-on-off < /usr/local/bin/screen-on-off < /etc/systemd/system/screen-on-off.service < /etc/systemd/system/screen-on.timer < /etc/systemd/system/screen-on.service < /etc/systemd/system/screen-off.timer < /etc/systemd/system/screen-off.service <