• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.2k 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.
  • S Offline
    Stoffbeuteluwe Project Sponsor
    last edited by May 4, 2020, 7:42 PM

    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 May 4, 2020, 7:53 PM Reply Quote 0
    • S Offline
      sdetweil @Stoffbeuteluwe
      last edited by sdetweil May 4, 2020, 7:55 PM May 4, 2020, 7:53 PM

      @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

      S 2 Replies Last reply May 4, 2020, 8:27 PM Reply Quote 0
      • S Offline
        Stoffbeuteluwe Project Sponsor @sdetweil
        last edited by May 4, 2020, 8:27 PM

        @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 May 4, 2020, 8:31 PM Reply Quote 0
        • S Offline
          Stoffbeuteluwe Project Sponsor @sdetweil
          last edited by May 4, 2020, 8:27 PM

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

          S 1 Reply Last reply May 4, 2020, 8:31 PM Reply Quote 0
          • S Offline
            sdetweil @Stoffbeuteluwe
            last edited by May 4, 2020, 8:31 PM

            @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 May 4, 2020, 8:31 PM

              @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

              S 1 Reply Last reply May 4, 2020, 8:36 PM Reply Quote 0
              • S Offline
                Stoffbeuteluwe Project Sponsor @sdetweil
                last edited by May 4, 2020, 8:36 PM

                @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 May 4, 2020, 8:41 PM Reply Quote 0
                • S Offline
                  sdetweil @Stoffbeuteluwe
                  last edited by sdetweil May 4, 2020, 8:42 PM May 4, 2020, 8:41 PM

                  @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

                  S 1 Reply Last reply May 5, 2020, 7:50 PM Reply Quote 0
                  • S Offline
                    Stoffbeuteluwe Project Sponsor @sdetweil
                    last edited by Stoffbeuteluwe May 5, 2020, 7:51 PM May 5, 2020, 7:50 PM

                    @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
                    1 / 1
                    • First post
                      1/9
                      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