A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Module compliments
-
I don’t know if the compliments allows it, but you might try
<br />? -
Guess what, I have tried that already.
Within the quotes and outside the quotes with +
None of those worked. -
line 153 in
compliments.jsvar compliment = document.createTextNode(complimentText);Modify it.
var compliment = document.createElement("div") compliment.innerHTML = complimentTextI didn’t test it.
-
Yeah textnode doesn’t parse html.
-
Oh man, I forgot that everything is right there in the “source files”, so that I can edit it myself.
Thanks! That works!
