Read the statement by Michael Teeuw here.
MMM Remote Control module hidden
-
Hi to all, das anybody know why some modules can be hidden by other modules.
If I install MMM Pages all modules are hidden by MMM Pages, no idea why this happens ??? -
@Stoffbeuteluwe that appears to be because of a config option… it was hidden by itself
if (this.config.appendLocationNameToHeader) { this.hide(0, {lockString: this.identifier}); }
also from the readme for currentweather
appendLocationNameToHeader If set to true, the returned location name will be appended to the header of the module, if the header is enabled. This is mainly intresting when using calender based weather.
Default value: true
-
@sdetweil do i have to replace that
if (this.config.appendLocationNameToHeader && this.data.header !== undefined) { return this.data.header + " " + this.fetchedLocationName; }
with this?
if (this.config.appendLocationNameToHeader) { this.hide(0, {lockString: this.identifier}); }
-
@sdetweil
and is there a way for MMM-Pages? -
@Stoffbeuteluwe said in MMM Remote Control module hidden:
this.config.appendLocationNameToHeader
no, just set it to false in the module config
-
@Stoffbeuteluwe said in MMM Remote Control module hidden:
and is there a way for MMM-Pages?
to do what?
-
@sdetweil if I install MMM Pages …all my modules are hidden or lockt by MMM Pages same like currentweather on the picture
-
@Stoffbeuteluwe as I understand it MMM-Pages owns what displays, so it locks them to keep others from messing it up
the only control in MM is show or hide
lots of tools using that to provide a different user interface
pages, face reco, remote control … -
@sdetweil Hi, that’s what happens when I installed MMM-Pages …90% of my modules are hidden by MMM-Pages …that’s mysterious