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 infinite loop
-
So my code is working, but it isn’t loading the prices. Here is my code. If anyone can see why I’d appreciate it. I’m located in the US and checked the forums with anyone else with these issues and nothing came up. I have about 0 coding experience. I’ve tried autoblog as well with same results.
{ module: "MMM-Fuel", position: "top_left", config: { provider: "gasbuddy", zip: 98003, radius: 1, types: ["premium", "diesel",], showDistance: false, lat: undefined, lng: undefined, open: false, showOpenOnly: false, showBrand: false, // all your config options, which are different than their default values } },
-
@Plasmire sorry, I screwed on on your prior posts…
anyhow
I did this
{ module: "MMM-Fuel", position: "top_right", config: { provider:"autoblog", // (and "gasbuddy" zip:"78660", types: ["regular", "mid-grade", "premium","diesel"], } }
and got this
also, ‘not supported’ means these settings will not be used , but some are incorrect, as showDistance default is true, (as shown) and showDistance: false, turns off that column