A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
How to delete this line
-
Does anybody know how to delete this in MMM-Fitbit2
-
Youcan always try identifying if the element has an assigned name with the inspection/development windows.
In this case the progressbar DIV has a classname (.widgetprogbarbkg)
So to hide it,just set display to none
.MMM-Fitbit2 .widgetprogbarbkg { display: none; }
-
@broberg Thank you works fine …that looks better :ok_hand_medium_skin_tone: