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

    Posts

    Recent Best Controversial
    • RE: Apple Calendar integration

      @MMRIZE haha all good. Any feedback still welcome. :)

      posted in Troubleshooting
      B
      brentmatthews
    • RE: Apple Calendar integration

      @MMRIZE I’m not sure I understand your comment.

      The calendars work well and have many different uses for my family. What part of it looks hideous to you? Certainly welcome to take on board any thoughts as this is my first MM setup.

      posted in Troubleshooting
      B
      brentmatthews
    • RE: Apple Calendar integration

      @srobison62 20240815_000938.jpg

      This is the second page of my setup. A couple of MMM-MyCalendar in use here as well as the default clock,and mmm-OpenWeatherForecast

      All on a 34inch UWQHD monitor.

      posted in Troubleshooting
      B
      brentmatthews
    • RE: MMM-Carousel & basic KeyBindings not working

      @sdetweil I have now got it set with MMM-Remote-Control and can turn anything on and off via my mobile.

      This is certainly a good start to being able to control what I want to see and when.

      Thank you for the help.

      Brent.

      posted in Troubleshooting
      B
      brentmatthews
    • RE: MMM-Carousel & basic KeyBindings not working

      @sdetweil I have switched back to MMM-pages as it is much cleaner. I will see what other options I have in the notification sending arena to suit me.

      Any simple suggestions welcome.

      posted in Troubleshooting
      B
      brentmatthews
    • RE: MMM-Carousel & basic KeyBindings not working

      @sdetweil I just managed to jump on. I may have to upgrade my mirror as I saw a minimum requirements and my current version of MM was under that. I am trying to find your update scripts at the moment.

      posted in Troubleshooting
      B
      brentmatthews
    • RE: MMM-Carousel & basic KeyBindings not working

      @sdetweil I am unable to jump on the computer tonight.

      Would the pages module work with keybindings to move through the pages? Or to the hidden page. Essentially want the main page and a second or hidden page that only comes up with a button click.

      Also considering the remote module to have the toggle switch to just turn on the extra modules I have shown on the second page when needed.

      posted in Troubleshooting
      B
      brentmatthews
    • RE: MMM-Carousel & basic KeyBindings not working

      @sdetweil I will check it out tonight and see if I can find any errors.

      posted in Troubleshooting
      B
      brentmatthews
    • RE: MMM-Carousel & basic KeyBindings not working

      @sdetweil There are no notifications being sent when I hit the keyboard buttons.

      posted in Troubleshooting
      B
      brentmatthews
    • MMM-Carousel & basic KeyBindings not working

      Hi all,

      I had set up MMM-Carousel and MMM-KeyBindings with the default suggestions on the module pages for running these two together with a regular keyboard, however the arrow keys are not changing the slides. Please see below, any help would be great.

      		{
      			module: "MMM-KeyBindings",
      			config: {
      			evdev: {enabled: false},
      			enableKeyboard: true,
      			}
      		},
      		{
      			module: "MMM-Carousel",
      			disabled: false,
            			position: "bottom_bar", // Required only for navigation controls
            			config: {
              			transitionInterval: 10000, //20000,
              			ignoreModules: ['alert', 'updatenotification', 'MMM-KeyBindings'],
      				mode: "slides",				
                      		showPageIndicators: true,
                      		showPageControls: true,				
      				slides: {
                				main: ['clock', 'MMM-OpenWeatherForecast', 'MMM-WOTD', 'MMM-BackgroundSlideshow'],
                				"Slide 2": ['clock', 'MMM-OpenWeatherForecast', 'MMM-MyCalendar', 'MMM-TomTomCalculateRouteTraffic', 'MMM-MyWastePickup', 'MMM-BackgroundSlideshow'],
      					"Slide 3": ['clock', 'MMM-OpenWeatherForecast', 'MMM-WOTD', 'MMM-BackgroundSlideshow'],
      				},
      				keyBindings: {
      					enabled: true,
      					map: {
      						NextSlide: "ArrowRight",
      						PrevSlide: "ArrowLeft",
      						Pause: "ArrowDown",
      						Slide0: "Home"
      						},
      						mode: "DEFAULT"
      	        			}
      				},
      
      posted in Troubleshooting
      B
      brentmatthews
    • 1 / 1