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
-
@MMRIZE yes, there can be consequences
-
@sdetweil Hence I always warn users of API limitations. if they exceed then it becomes their issue.
-
@mumblebaj well… not really. the modules mostly don’t recover, the user doesn’t know, and then we waste time trying to debug it. lots of modules don’t report failures in the node_helper either.
-
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.