A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Fuel only showing "undefined"
-
I am new to Magic Mirror but have manged to successfully implement several modules but am having trouble with MMM-Fuel.
I don’t know what I am doing wrong but all that shows up is undefined in the region where I set it to display.
My config for the module is as follows.
{ module: "MMM-Fuel", position: "bottom_center", config: { api_key: "API Key from API.NSW", provider: "nsw", secret: "API secret from API.NSW", open: false, showOpenOnly: false, lat: -34.5794939, lng: 150.852613, types: ["e5"], sortBy: ["e5"], radius: 5, } },
-
@Rex-Flymo said in MMM-Fuel only showing "undefined":
MMM-Fuel
you have an comma after radius. That crash.
-
@CanbiZ The comma makes no difference. Same result with or without it.
-
@Rex-Flymo I replied in the Github issue https://github.com/fewieden/MMM-Fuel/issues/85