A minimalist e-ink friendly dashboard that displays Tibber power consumption and price data.
- Real-time power consumption display
- Current and upcoming electricity prices
- Price level indicator (very cheap to very expensive)
- Minimalist black & white design optimized for e-ink displays
-
Clone the repository:
git clone https://github.com/fgnass/tibber-dashboard.git cd tibber-dashboard
-
Install dependencies:
npm install
-
Get your Tibber API token from developer.tibber.com
-
Start the development server:
npm run dev
-
Open http://localhost:3000/YOUR-TOKEN/dashboard.png in your browser, replacing
YOUR-TOKEN
with your actual Tibber API token.
MIT