Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 860 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 860 Bytes

Tibber Dashboard

A minimalist e-ink friendly dashboard that displays Tibber power consumption and price data.

Features

  • 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

Screenshot

Setup

  1. Clone the repository:

    git clone https://github.com/fgnass/tibber-dashboard.git
    cd tibber-dashboard
  2. Install dependencies:

    npm install
  3. Get your Tibber API token from developer.tibber.com

  4. Start the development server:

    npm run dev
  5. Open http://localhost:3000/YOUR-TOKEN/dashboard.png in your browser, replacing YOUR-TOKEN with your actual Tibber API token.

License

MIT