Read the statement by Michael Teeuw here.
-
@ostfilinchen did you may test something on your mirror and restarted it every time? can you post your config part of mmm-fuel?
-
no, i don’t restart the mirror.
here is the part of the config:
{ module: "MMM-Fuel", position: "top_center", config: { api_key: "API-KEY", lat: 51.282854, lng: 14.109648, types: ["e5","diesel"], sortBy: "e5", open: true, radius: 16, max: 3 } },
-
i will check it this afternoon
-
@ostfilinchen i tested some stuff and the only thing which forced the module to refresh data more often then it was defined in the config was by restarting the mirror what you said was not your case and accessing the mirror with a browser via another computer. everytime you refresh that page it will load the data.
@lolobyte your issue in github is resolved now
if there is one fuel type present in config and thie price is 0€ the gas station gets completely removed from the display
if there is more than one fuel type in config and one of them has a price greater than 0€ the gas station will be displayed at the end of the list, otherwise the gas stations is also removed from the list
[card:fewieden/MMM-Fuel]
-
@strawberry-3.141
Great, it works well now.Thank’s a lot.
One more question.
Can you tell me why your Fuel-Module is shown on my mirror but not in my browser on the laptop?
The other Modules are working well. MMM-Fuel is only showing the ModuleName and ModuleNumber.! -
@lolobyte any errors? it was working for me in the browser, but be aware of the problem @ostfilinchen had with a blocked key due probably to many requests based on browser refreshing
-
ok, that was a good reason for me to check it with another browser.
For usual i use a the maxthon browser. I checked now with chrome and wuala, your module is shown like it have to be.Thanks for your info with the browser requests.
-
Helllo, and befor a big sry for my very bad english.
i try too run the module but every time in change the config id will say the no config is there.
if copy the mmm modul in moduls, run the npm installer, change the config and nothing…
were is my mistake? -
@DeSlow can you post your config snippet? dont forget to replace your api key first
-
do you meen this
}
},
{
module: “MMM-Fuel”,
position: “top_right”,
config: {
api_key: “api key”,
lat: 53.931775,
lng: 9.505148,
types: [“e5”],
}
}