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

    Posts

    Recent Best Controversial
    • MMM-Carousel w/ Slide Navigation

      why can’t I switch my pages manually
      no arrows are displayed on the screen
      the page indicators are displayed
      I can move the mouse anywhere on the screen but no arrows

      this is in my config.js

      {
                  module: 'MMM-Carousel',
                  position: 'bottom_bar', // Required only for navigation controls
                  config: {
                      transitionInterval: 0,
                      ignoreModules: ['clock', 'alert'],
                      mode: 'slides',
                      showPageIndicators: true,
                      showPageControls: true,
                      slides: {
                          main: ['calendar', 'currentweather', 'MMM-Tools', 'newsfeed', 'MMM-TuyaSL', 'MMM-NowPlayingOnSpotify', 'weatherforecast',],
                          "Slide 2": ['newsfeed',],
                      },
                      keyBindings: { 
                          enabled: true,
                          map: {
                              NextSlide: "ArrowRight", 
                              PrevSlide: "ArrowLeft", 
                              Slide0:    "Home"
                          },
                          mode: "DEFAULT"```
      code_text
      

      code_text

      posted in Troubleshooting
      R
      raf
    • keyboard /carousel
      code_text
      ```{
                  module: 'MMM-Carousel',
                  position: 'bottom_bar', // Required only for navigation controls
                  config: {
                      transitionInterval: 10000,
                      ignoreModules: ['clock', 'alert'],
                      mode: 'slides',
                      showPageIndicators: true,
                      showPageControls: true,
                      slides: {
                          main: ['calendar', 'MMM-PLOW', 'MMM-Tools', 'newsfeed', 'MMM-TuyaSL', 'MMM-NowPlayingOnSpotify',],
                          "slide 2":['newsfeed', 'MMM-PLOW', 'MMM-TuyaSL',],
                      },
                      keyBindings: { 
                          enabled: true,
                          map: {
                              NextSlide: "ArrowRight", 
                              PrevSlide: "ArrowLeft", 
                              Slide0:    "Home"
                          },
                          mode: "DEFAULT"
                      }
                  }
              },
              {
          module: 'MMM-KeyBindings',
          config: {
              evdev: { enabled: false },
              enableKeyboard: true,
          }
      },```
      code_text
      

      can anyone explain to me why my keyboard and mouse are not working
      thx

      posted in Troubleshooting
      R
      raf
    • screen rotate & now playing spotify

      I have MNM-Now Playing Spotify installed and it works normally, but when I turn my screen the cover becomes almost full screen, normally the cover is only about 10x10 cm
      does anyone have a solution?
      sometimes the bulbs of the tuya module are also duplicated

      posted in Troubleshooting
      R
      raf
    • RE: Richard uit Nederland

      @firebird1
      welkom uit Belgie

      posted in General Discussion
      R
      raf
    • RE: open web page

      do i have to install something outside assistant2display to open a webpage (i can open youtube and google photos) what doesn’t work yet is open a link, a2d says it will open the page but nothing else happened

      posted in Troubleshooting
      R
      raf
    • open web page

      when i ask the google assistant: open the wep page of vtm, then the assistant says (the web page is opened) but nothing else happens, what goes wrong?

      posted in Troubleshooting
      R
      raf
    • 1 / 1