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
-
@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!!