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
-
{ module: "MMM-Fuel", position: "middle_center", config: { api_key: "my super secret key", provider: "autoblog", //"gasbuddy", lat: "38.82", lng: "-95.68", zip: "66414", types: ["regular", "unl88"], fade: "false", radius: 20, max: 14, } },
-
@plainbroke no quotes around true/false
the quotes make it a string, which is always true
-
@sdetweil
And you would think I would remember that tip.
I haven’t added anything new to my mirror in a very long time.
It just does its thing. Dumbass Cats is not showing up again it just says MEOW. But that is for another day. I am looking for the fix you gave me sometime ago to see it that is the problem again. -
@plainbroke I give out hundreds of fixes for all kinds of problems.
tell me more
-
@sdetweil
Found it
MMM-DumbAssCatFacts.js
change line 100,from
this.facts = data.body.all;
to this
this.facts = data.body;
Sam
-
@plainbroke awesome!!