MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. chaseb1357
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 1
    • Followers 0
    • Topics 5
    • Posts 20
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: I need help with editing configs (mainly the compliments)

      @Mykle1 Works like a charm, thank you for the guidance!

      posted in Troubleshooting
      chaseb1357C
      chaseb1357
    • RE: MMM-Modulebar - A module that adds touch buttons for showing/hiding other modules.

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

      posted in Utilities
      chaseb1357C
      chaseb1357
    • RE: Downgrade Magic Mirror?

      @cowboysdude Thank you so much, it worked like a charm. After successfully welding an enclosure together to put the dynamite and RPi, I set it off. And BOOM! Magic Mirror is now running like a charm ;)

      posted in Troubleshooting
      chaseb1357C
      chaseb1357
    • 1 / 1