Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.74 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.74 KB

MMM-Tankerkoenig GitHub license

MagicMirror² module to display the local gas prices in Germany.

example

Installation

  1. Clone this repository in your MagicMirror installation into the folder modules: git clone https://github.com/wiesty/MMM-Tankerkoenig
  2. Get your free* API key from creativecommons.tankerkoenig.de.
  3. Head over to Tankerkoenig Station API Helper and copy your IDs.
  4. Search your station and modify the config template below.
  5. Add configuration to your config.js.

Config

{
    module: "MMM-Tankerkoenig",
    position: "bottom_right",
    config: {
        apiKey: "00000000-0000-0000-0000-000000000000", 
        updateInterval: 600000, // update interval in ms (10 mins)
        stationNames: {
            "24a381e3-0d72-416d-bfd8-b2f65f6e5802": "Esso Tankstelle", // ID with custom name
            "474e5046-deaf-4f9b-9a32-9797b778f047": "Total Berlin", // another ID possible
        },
        fuelTypes: ["e5", "e10", "diesel"] // filter gas types
    }
},

Notes

🚀 Simple Version of Tankerkoenig API Looking to add more features in the future. Big thanks to Tankerkoenig for providing this great API – consider supporting them! 🙌 ⚠️ Network Traffic Reduction To help reduce network traffic, please enter the name of your desired station manually. 😊 📢 Note Information accuracy isn’t guaranteed, and the API may change from free to paid access at any time.