mirror of
https://github.com/pi-hole/PADD.git
synced 2026-04-29 21:12:17 +01:00
815 B
815 B
Chronometer2
Chronometer2 is an extension of the original chronometer.sh that is included with Pi-Hole.
Setup
To setup Chronometer2 with an Adafruit screen:
Setup Your Pi
- Download and flash the Ready-to-Go Adafruit build of Raspian to an SD card.
- Prevent the display from going to sleep by adding
consoleblank=0to the end of/boot/cmdline.txt. - Set your Pi to automatically log into the console using
raspi-config. - Configure the console to use the Terminus font at 8x14 by running
sudo dpkg-reconfigure console-setup.
Setup Pi-Hole
- Install Pi-hole by running
curl -sSL https://install.pi-hole.net | bash.