NICE TO KNOW: QR code redirects to your pi-hole admin page ヾ(@⌒ー⌒@)ノ
- Raspberry Pi (running on Zero W and 4B)
- Pimoroni InkyPHAT display
- Pi-hole installation running on default ports
- Optional: Cryptocurrency Ticker get API key
- Those who want to get started quickly and conveniently may install Inky-losaurus using the following command:
sudo curl https://raw.githubusercontent.com/su77ungr/inky-losaurus/main/inky-install.sh | bash
- Reboot the Pi
Make sure cron.service is enabled by running sudo systemctl enable cron && sudo systemctl start cron
- Inside config.json you can change parameters:
{
"directory_path": "/home/kube-worker-1/inky-losaurus/resources/",
"display_flipped": "true",
"pihole_enabled": "true",
"ticker_enabled": "true",
"topic": "config file",
"version": "Inky-losaurus V.0.1",
"x-api-data": "{\"currency\":\"EUR\",\"code\":\"XCH\"}",
"x-api-key": "52d21667-5475-4a08-9ed2-2756e79470db"
}
- with following options:
"directory-path": "/home/pi/inky-losaurus/resources",
/home/m1000/inky-losaurus/resources
"ticker-enabled": "true",false
"flipped": "true",false
"x-api-data": "{"currency":"EUR","code":"XCH"}"{\"currency\":\"USD\",\"code\":\"SOL\"}
"x-api-key": "52d21667-5475-4a08-9ed2-2756e79470db"YOUR_KEY