https://github.com/su77ungr/inky-losaurus
Inky-losaurus provides customizable dashboard segments for InkyPHAT displays
https://github.com/su77ungr/inky-losaurus
e-ink inkyphat inkyphat-ticker inkywhat pi-hole pi-hole-inkyphat raspberrypi
Last synced: 5 months ago
JSON representation
Inky-losaurus provides customizable dashboard segments for InkyPHAT displays
- Host: GitHub
- URL: https://github.com/su77ungr/inky-losaurus
- Owner: su77ungr
- Archived: true
- Created: 2022-09-16T12:00:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T23:39:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T05:42:51.649Z (9 months ago)
- Topics: e-ink, inkyphat, inkyphat-ticker, inkywhat, pi-hole, pi-hole-inkyphat, raspberrypi
- Language: Python
- Homepage:
- Size: 783 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inky-losaurus
Custom Dashboards for e-ink displays



> NICE TO KNOW: QR code redirects to your pi-hole admin page ヾ(@⌒ー⌒@)ノ
## Requirements
- Raspberry Pi (running on Zero W and 4B)
- [Pimoroni InkyPHAT display](https://shop.pimoroni.com/products/inky-phat?variant=12549254938707)
- Pi-hole installation running on default ports
- **Optional:** Cryptocurrency Ticker get API key## One-Step Automated Install
- 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 PiMake sure cron.service is enabled by running `sudo systemctl enable cron && sudo systemctl start cron`
## Config
- 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`