Program that displays statistics from Pi-Hole to the 2.66" Waveshare E-Ink display, and updates every 30 minutes.
Note: This guide assumes you have already installed the libraries required to use the display. These can be found through this link:
https://www.waveshare.com/wiki/2.66inch_e-Paper_Module#Install_libraries
- Install PiHole-api:
python3 -m pip install --no-cache-dir PiHole-api
-
Download the source code zip file from release 1.0 on the right of the page
-
Unzip it all to a new folder on the device connected to the display
-
Open main.py and change BOTH instances of (Write IP here) to your devices IPv4 address.
-
Run main.py, and leave it open.