https://github.com/cdaringe/eink-dashboard
https://github.com/cdaringe/eink-dashboard
dashboard dashboards digital-display eink eink-dashboard einkdisplay epaper esp32 low-power rtc service snapshot
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdaringe/eink-dashboard
- Owner: cdaringe
- Created: 2024-09-18T06:15:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-12T20:04:22.000Z (3 months ago)
- Last Synced: 2025-07-12T22:08:23.680Z (3 months ago)
- Topics: dashboard, dashboards, digital-display, eink, eink-dashboard, einkdisplay, epaper, esp32, low-power, rtc, service, snapshot
- Language: TypeScript
- Homepage: https://cdaringe.com/e-ink-dashboard/
- Size: 1.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eink-dashboard
Applications to support generating and hosting content for an `e-ink` dashboard.
Looking for the firmware? See
[cdaringe/eink-dashboard-firmware](https://github.com/cdaringe/eink-dashboard-firmware).Here's an example dashboard: 
## usage
This project is largely meant to be _forked_, edited and run. Some of this may
be refactored to be more "librarified". Until then, here's the scoop:### run
- (optional) install
[rad](https://github.com/cdaringe/rad/?tab=readme-ov-file#install) (e.g.
`curl -fsSL https://raw.githubusercontent.com/cdaringe/rad/main/assets/install.sh | sh`)
- `rad dockerRun`, or, just good ol' the
`docker compose up --build --force-recreate`
- Out of the box it won't _do_ much until you configure things. Please see the
[#develop](#develop)### develop
Please see the docs in
[apps/dashboard-host/readme.md](./apps/dashboard-host/readme.md)!