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-Scenes2
-
What do I need to configure to have no indicators and no need for an region for them?
(I am not sure if this is considered necroing a thread but I see other module discussions also going on for several pages. If this thread should end, I asked the same question here.)
-
@mmmmh because his doc says
<div class="scenes_indicator"> <span class="scenes_indicator_scene index_0 inactive first">□</span> <span class="scenes_indicator_scene index_1 active">■</span> <!-- current scene --> <span class="scenes_indicator_scene index_2 inactive last">□</span> </div>
you can use in custom.css
.scenes_indicator { display : none; }
-
@sdetweil Thanks, it works.