MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM Remote Control module hidden

    Scheduled Pinned Locked Moved General Discussion
    9 Posts 2 Posters 1.1k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • StoffbeuteluweS Offline
      Stoffbeuteluwe Project Sponsor
      last edited by

      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 ???A906A6DB-45D6-4409-BB1B-21D8819EAB43.jpeg

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @Stoffbeuteluwe
        last edited by sdetweil

        @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

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        StoffbeuteluweS 2 Replies Last reply Reply Quote 0
        • StoffbeuteluweS Offline
          Stoffbeuteluwe Project Sponsor @sdetweil
          last edited by

          @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});
          			}
          
          S 1 Reply Last reply Reply Quote 0
          • StoffbeuteluweS Offline
            Stoffbeuteluwe Project Sponsor @sdetweil
            last edited by

            @sdetweil
            and is there a way for MMM-Pages?

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @Stoffbeuteluwe
              last edited by

              @Stoffbeuteluwe said in MMM Remote Control module hidden:

              this.config.appendLocationNameToHeader

              no, just set it to false in the module config

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @Stoffbeuteluwe
                last edited by

                @Stoffbeuteluwe said in MMM Remote Control module hidden:

                and is there a way for MMM-Pages?

                to do what?

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                StoffbeuteluweS 1 Reply Last reply Reply Quote 0
                • StoffbeuteluweS Offline
                  Stoffbeuteluwe Project Sponsor @sdetweil
                  last edited by

                  @sdetweil if I install MMM Pages …all my modules are hidden or lockt by MMM Pages same like currentweather on the picture

                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @Stoffbeuteluwe
                    last edited by sdetweil

                    @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 …

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    StoffbeuteluweS 1 Reply Last reply Reply Quote 0
                    • StoffbeuteluweS Offline
                      Stoffbeuteluwe Project Sponsor @sdetweil
                      last edited by Stoffbeuteluwe

                      @sdetweil Hi, that’s what happens when I installed MMM-Pages …90% of my modules are hidden by MMM-Pages …that’s mysterious 0C9961CE-079D-46EE-B303-E77A50785529.jpeg

                      1 Reply Last reply Reply Quote 0
                      • 1 / 1
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy