Read the statement by Michael Teeuw here.
Looking for Austrian Testers
-
I created an addon for my module MMM-Fuel.
[card:fewieden/MMM-Fuel]
Now it also supports Austria’s gas stations.
To test do the following:
git clone https://github.com/fewieden/MMM-Fuel.git cd MMM-Fuel git checkout develop npm install --productive
Then add the module to the config file (for Austria there is no API key needed).
{ module: "MMM-Fuel", position: "top_right", config: { lat: 48.19659782973711, lng: 16.183596614516993, types: ["diesel"], // spritpreisrechner.at supports the types "diesel", "e5" and "gas" provider: "spritpreisrechner", ... } }
@kurt @schlachtkreuzer6 @flo80 @spedja @cpramhofer @gerbin @Pegasus @schmo90 @miek
-
@strawberry-3.141
Hi
Installed yesterday this modul and it’s working fine, first showing the stations with the lowest prices and after a while the ones which are nearest to the koordinates you gave in under lat: and lng:
Cool thing for us :flag_at: and Thanks a lot strawberry for your help again, as I am not a champ in installing modules :rolling_eyes:
Greetings from Vienna
kurt{ module: "MMM-Fuel", position: "top_right", config: { lat: 48.218403, lng: 16.331819, types: ["diesel", "e5"], // spritpreisrechner.at supports the types "diesel", "e5" and "gas" provider: "spritpreisrechner", }
-
Hi,
Installed --> startet --> works perfectly, all filling stations around me are visible. Good work!!
cu
Egon -
Hi,
“normal” Benzin e5 not working
-
@nogE can you send me your config to investigate?
-
Hi,
please take a look.
{ "module": "MMM-Fuel", "position": "bottom_right", "config": { "lat": 48.131927, "lng": 13.463719, "types": [ "diesel" ], "provider": "spritpreisrechner" }, "classes": "default for_all" },
thx
-
@strawberry-3.141
Hi,
wrong config file. sorry{ "module": "MMM-Fuel", "position": "bottom_right", "config": { "lat": 48.131927, "lng": 13.463719, "types": [ "diesel", "e5" ], "provider": "spritpreisrechner" }, "classes": "default for_all" },
-
@nogE if you want diesel and benzin you have to do
types: [ "diesel", "e5" ]
EDIT ok i will check it
EDIT2 ok found an issue, trying to fix it now.
-
@strawberry-3.141
maby it could help: my config.js file is created with MMM-Admin-Interface -
@nogE the problem was related to the code not the config
should be fixed now, get the changes with
git pull
inside theMMM-Fuel
directory.