Skip to content

Dashboard with weather and RSS feeds for Inkplate 10

Notifications You must be signed in to change notification settings

ugomeda/inkplate-dashboard

Repository files navigation

inkplate-dashboard

Project to display a simple dashboard on an Inkplate 10 displaying articles from an RSS feed and the current weather, provided by the MET Weather API.

preview

Server

The server generates the dashboard as an HTML page, and uses Chromium to screenshot it and generate a PNG which can be sent to the Inkplate 10.

Docker quickstart

An image is provided on dockerhub:

docker run \
    --pull always \
    -v $(pwd)/config.example.toml:/app/config.toml:ro \
    -p 8000:8000 \
    ugomeda/inkplate-dashboard:latest

Then access:

Run locally

To run the server:

  • Create a stub configuration by copying config.example.toml to config.toml
  • Setup your poetry environment
  • Install Chromium
  • Run the application
cp config.exemple.toml config.toml
poetry shell
poetry install
playwright install chromium --no-shell --with-deps
uvicorn inkplate_dashboard.app:app

You should be able to access the dashboard on the following URLs:

ESP32 firmware

You will need PlatformIO to compile and flash your Inkplate.

  • Create a firmware/src/config.h based on the config.h.example provided
  • Use pio run -t upload to flash the Inkplate from the firmware folder

Assets

This projets uses:

About

Dashboard with weather and RSS feeds for Inkplate 10

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published