An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        



# Inky-losaurus
Custom Dashboards for e-ink displays




![inky-empty](https://user-images.githubusercontent.com/69374354/190515213-0754d728-cc06-440f-adb7-18ff0a2a1e2f.png)





![inky-losaurus](https://user-images.githubusercontent.com/69374354/190515235-84974961-f46f-4417-b627-bd83541c6267.png)




![inky-losaurus-preview](https://user-images.githubusercontent.com/69374354/190515533-cacd056c-9dad-4c64-90dc-4896bcd49cf8.png)





> 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 Pi

Make 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`