• 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-Modulebar - A module that adds touch buttons for showing/hiding other modules.

Scheduled Pinned Locked Moved Utilities
16 Posts 6 Posters 10.5k Views 7 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.
  • T Offline
    tosti007 Module Developer
    last edited by Feb 22, 2017, 2:47 PM

    Nice to see people making different versions of my code :)
    This indeed was one thing that my module can’t do! Now people can choose to use this module if they want buttons for single modules :D

    If there is anything don't hesitate to contact me!
    ProfileSwitcher, TouchNotifications

    S 1 Reply Last reply Feb 22, 2017, 2:51 PM Reply Quote 1
    • S Offline
      Snille Module Developer @tosti007
      last edited by Feb 22, 2017, 2:51 PM

      @tosti007 Yes! That’s exactly what I wanted. :) I’m using your modules for accessing the “profiles” and my module as a “quick” option to just view one thing.

      Thank YOU, for making the first module. :)

      If you cant find it, make it and share it!
      Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

      T 1 Reply Last reply Feb 22, 2017, 3:14 PM Reply Quote 1
      • T Offline
        tosti007 Module Developer @Snille
        last edited by Feb 22, 2017, 3:14 PM

        @Snille yes that’s a a great way to use the modules :) you’re welcome for my version but thank you for yours :D

        If there is anything don't hesitate to contact me!
        ProfileSwitcher, TouchNotifications

        1 Reply Last reply Reply Quote 0
        • C Offline
          chaseb1357
          last edited by Jul 17, 2017, 3:34 PM

          Is it possible to make the module bar itself toggle-able? It covers a large amount of screen real-estate; I was just wondering if its possible, how I could do that.

          S 1 Reply Last reply Jul 17, 2017, 3:40 PM Reply Quote 0
          • S Offline
            Snille Module Developer @chaseb1357
            last edited by Jul 17, 2017, 3:40 PM

            @chaseb1357 Well, you could “hide” it with a button, but the problem is to get it back again. :)

            If you cant find it, make it and share it!
            Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

            C 1 Reply Last reply Jul 17, 2017, 3:43 PM Reply Quote 0
            • C Offline
              chaseb1357 @Snille
              last edited by Jul 17, 2017, 3:43 PM

              @Snille Haha, I tried that yes. only to realize my mistake.

              S 1 Reply Last reply Jul 17, 2017, 3:51 PM Reply Quote 0
              • S Offline
                Snille Module Developer @chaseb1357
                last edited by Jul 17, 2017, 3:51 PM

                @chaseb1357 Personally I’m using the “Hide all” module for removing everything. :)

                If you cant find it, make it and share it!
                Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

                C 1 Reply Last reply Jul 17, 2017, 3:54 PM Reply Quote 0
                • C Offline
                  chaseb1357 @Snille
                  last edited by Jul 17, 2017, 3:54 PM

                  @Snille I have that module installed also, I was just wanting a quick way to hide certain modules like for example email. For whenever I don’t want any friends snooping, while i still get to show off the mirror. :)

                  S 1 Reply Last reply Jul 17, 2017, 3:57 PM Reply Quote 0
                  • S Offline
                    Snille Module Developer @chaseb1357
                    last edited by Jul 17, 2017, 3:57 PM

                    @chaseb1357 Hmm… I have not tried it… But what if you have two instances of the modulebar one with only one button hiding the “other” module bar. :)

                    If you cant find it, make it and share it!
                    Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

                    C 1 Reply Last reply Jul 17, 2017, 5:21 PM Reply Quote 0
                    • C Offline
                      chaseb1357 @Snille
                      last edited by Jul 17, 2017, 5:21 PM

                      @Snille That was a brilliant idea! I got it to work just as I wanted.0_1500311515278_Capture.PNG
                      The Modules button is a separate module bar that I set up to toggle the one that I will fill with all my modules. I achieved this by going to my modules folder and duplicating the “MMM-Modulebar” folder and renaming it “MMM-ModulebarHide”. I then renamed everything referencing “MMM-Modulebar” to “MMM-ModulebarHide” for consistency.

                      My config file is set up like this:

                      		{
                              		module: "MMM-ModulebarHide",
                             			position: "bottom_right",
                      			//header: "Modules",
                              		classes: "default everyone",
                              		config: {
                              			buttons: {
                         				 	"1": {
                      	  					module: "MMM-Modulebar",
                            						text: "Modules",
                          					},
                             				}
                             			}
                          		},
                      		{
                              		module: "MMM-Modulebar",
                             			position: "bottom_bar", // This can be any of the regions.
                      			header: "Modules", // Optional
                              		classes: "default everyone", // Optional
                              		config: {
                              			buttons: {
                         				 	"1": {
                      	  					module: "clock",
                            						text: "Clock",
                          					},
                         					"2": {
                      						module: "currentweather",
                            						text: "Current Weather",
                            					},
                            					"3": {
                            						module: "calendar",
                            						text: "Calender",
                            					},
                            					"4": {
                            						module: "weatherforecast",
                            						text: "Weather Forecast",
                            					},
                            					"5": {
                            						module: "newsfeed",
                            						text: "News Feed",
                            					},
                            					"6": {
                            						module: "MMM-SystemStats",
                            						text: "System Stats",
                            					},
                      
                            				}
                                 			// See 'Configuration options' for more information.
                             			}
                          		},
                      

                      I can now toggle the module bar! Thanks so much!

                      S 1 Reply Last reply Jul 17, 2017, 8:18 PM Reply Quote 1
                      • 1
                      • 2
                      • 1 / 2
                      • 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