• 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.

Top 5 unseen modules

Scheduled Pinned Locked Moved General Discussion
18 Posts 5 Posters 1.4k Views 5 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.
  • B Offline
    BKeyport Module Developer @sdetweil
    last edited by BKeyport Aug 23, 2024, 6:41 PM Aug 23, 2024, 6:35 PM

    @juli2709

    two slashes before whatever you want to comment (//):

    			module: "calendar", // Built in
    			//position: "top_center",  // Currently hidden 
    			config: {
    ...
    

    Or, simply don’t include the position item.

    		module: "calendar", // Built in
    			config: {
        ...
    

    As a side note, if you want to comment out more than one line in the config, you can use the alternate syntax (/* comment */):

    /*	IRS Dropped		{
    						url: "webcal://www.tax.gov/calendar/employer/calendar.ics",
    						name: "IRS",
    						symbol: "dollar-sign",
    						color: green,
    					}, */
    

    this will work with any module.

    The "E" in "Javascript" stands for "Easy"

    J 1 Reply Last reply Aug 24, 2024, 7:00 AM Reply Quote 0
    • J Offline
      juli2709 @BKeyport
      last edited by Aug 24, 2024, 7:00 AM

      @BKeyport said in Top 5 unseen modules:

      // Currently hidden

      Thank you! Actually so simple! :-)

      B 1 Reply Last reply Aug 24, 2024, 8:18 PM Reply Quote 0
      • B Offline
        BKeyport Module Developer @juli2709
        last edited by Aug 24, 2024, 8:18 PM

        @juli2709 most everything on the config is.

        The "E" in "Javascript" stands for "Easy"

        1 Reply Last reply Reply Quote 0
        • L Offline
          lxne Project Sponsor
          last edited by Aug 25, 2024, 9:04 AM

          Two modules…
          My MagicMirror is running on an OLED display, so I am using MMM-MagicMover and MMM-BurnIn to prevent screen damage.

          and a complete suite…
          MMM-GoogleAssistant and its components (Pages, Volume, Screen, Pir, Keyboard, TelegramBot, …) – priceless.

          1 Reply Last reply Reply Quote 1
          • B Offline
            brentmatthews @brentmatthews
            last edited by Aug 27, 2024, 2:07 PM

            @brentmatthews Hi Sam,

            I seem to be missing something with KeyBindings as the arrow keys are not making the pages change. Would you mind advising if you have the time.

            		{
            			module: "MMM-Carousel",
            			disabled: false,
                  			position: "bottom_bar", // Required only for navigation controls
                  			config: {
                    			transitionInterval: 0, //20000,
                            		showPageIndicators: true,
                            		showPageControls: true,
                    			ignoreModules: ['alert', 'updatenotification', 'MMM-KeyBindings'],
            				mode: "slides",
                    			slides: {
                      				main: ['clock', 'MMM-OpenWeatherForecast', 'MMM-WOTD', 'MMM-BackgroundSlideshow'],
                      				"Slide 1": ['clock', 'MMM-OpenWeatherForecast', 'MMM-MyCalendar', 'MMM-TomTomCalculateRouteTraffic', 'MMM-MyWastePickup', 'MMM-BackgroundSlideshow'],
            				},
            				keyBindings: {
            					enabled: true,
            					map: {
            						NextSlide: "ArrowRight",
            						PrevSlide: "ArrowLeft",
            					},
            					mode: "DEFAULT"
            		        		}
            				},
            		},
            
            S 1 Reply Last reply Aug 27, 2024, 2:27 PM Reply Quote 0
            • S Away
              sdetweil @brentmatthews
              last edited by Aug 27, 2024, 2:27 PM

              @brentmatthews you have to use the MMM-Keybindings module for the actual keypress

              Integration with MMM-KeyBindings

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              B 1 Reply Last reply Aug 27, 2024, 2:32 PM Reply Quote 0
              • B Offline
                brentmatthews @sdetweil
                last edited by Aug 27, 2024, 2:32 PM

                @sdetweil so I would put this bit as a stand alone module just with no position.

                {
                    module: 'MMM-KeyBindings',
                    config: {
                        evdev: { enabled: false },
                        enableKeyboard: true,
                    }
                },
                
                S 1 Reply Last reply Aug 27, 2024, 2:40 PM Reply Quote 0
                • S Away
                  sdetweil @brentmatthews
                  last edited by Aug 27, 2024, 2:40 PM

                  @brentmatthews sorry, I don’t know… give it a try

                  I don’t know the workings of most modules…
                  I can help with getting the config data into the right places, or detect when config isn’t specified right…

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • 1
                  • 2
                  • 2 / 2
                  2 / 2
                  • First post
                    14/18
                    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