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
    • RE: [DEP0005] DeprecationWarning

      @sdetweil
      okay Sam thanks the error came after installing everything again because my mirror no longer worked (the google assistant)

      posted in Troubleshooting
      R
      raf
    • [DEP0005] DeprecationWarning

      someone who knows how to fix this (error pops up while booting mirror)

      [2020-11-09 19:18:51.572] [ERROR] (node:1593) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

      posted in Troubleshooting
      R
      raf
    • RE: MMM-Carousel w/ Slide Navigation

      @vondes
      have been on it for days even now at the moment and still nothing

      posted in Troubleshooting
      R
      raf
    • LSC Smart Connect indoor IP camera

      is there a module to display the LSC Smart Connect indoor IP camera on the mirror?

      posted in General Discussion
      R
      raf
    • RE: Mirror with Jarvis voice assistant

      @Polytec
      beautifully made

      posted in Show your Mirror
      R
      raf
    • RE: MMM-Carousel w/ Slide Navigation

      @banbutcher
      barnabycolby & shbatm
      the carousel works over SSH, right?

      posted in Troubleshooting
      R
      raf
    • RE: MMM-Carousel w/ Slide Navigation

      I have seen at startup it does give a message: (No helper found for module: MMM-Carousel.)
      but i don’t know if it is normal and what i can do about it

      [2020-11-03 11:17:14.590] [LOG]    Starting MagicMirror: v2.13.0
      [2020-11-03 11:17:14.606] [LOG]    Loading config ...
      [2020-11-03 11:17:14.621] [LOG]    Loading module helpers ...
      [2020-11-03 11:17:14.624] [LOG]    No helper found for module: MMM-Carousel.
      [2020-11-03 11:17:14.639] [LOG]    Initializing new module helper ...
      [2020-11-03 11:17:14.642] [LOG]    Module helper loaded: MMM-KeyBindings
      [2020-11-03 11:17:15.562] [LOG]    Initializing new module helper ...
      [2020-11-03 11:17:15.563] [LOG]    Module helper loaded: MMM-UpdateNotification
      [2020-11-03 11:17:21.615] [LOG]    Initializing new module helper ...
      [2020-11-03 11:17:21.617] [LOG]    Module helper loaded: MMM-GoogleAssistant
      [2020-11-03 11:17:24.351] [LOG]    Initializing new module helper ...
      [2020-11-03 11:17:24.353] [LOG]    Module helper loaded: MMM-Assistant2Display
      [2020-11-03 11:17:24.355] [LOG]    No helper found for module: alert.
      [2020-11-03 11:17:24.362] [LOG]    Initializing new module helper ...
      [2020-11-03 11:17:24.364] [LOG]    Module helper loaded: updatenotification
      [2020-11-03 11:17:24.366] [LOG]    No helper found for module: clock.
      [2020-11-03 11:17:25.219] [LOG]    Initializing new module helper ...
      [2020-11-03 11:17:25.221] [LOG]    Module helper loaded: calendar
      [2020-11-03 11:17:25.374] [LOG]    Initializing new module helper ...
      [2020-11-03 11:17:25.375] [LOG]    Module helper loaded: MMM-Tools
      [2020-11-03 11:17:25.511] [LOG]    Initializing new module helper ...
      [2020-11-03 11:17:25.512] [LOG]    Module helper loaded: MMM-TuyaSL
      
      posted in Troubleshooting
      R
      raf
    • RE: MMM-Carousel w/ Slide Navigation

      @banbutcher
      carousel version 0.2.6
      keyBindings 1.3.1

      posted in Troubleshooting
      R
      raf
    • RE: MMM-Carousel w/ Slide Navigation

      @banbutcher

      have given the pages a different name, but that is not the solution

      posted in Troubleshooting
      R
      raf
    • RE: MMM-Carousel w/ Slide Navigation

      @banbutcher

      {
                  module: 'MMM-Carousel',
                  position: 'bottom_bar', // Required only for navigation controls
                  config: {
                      transitionInterval: 0,
                      ignoreModules: ['clock', 'alert', 'MMM-GoogleAssistant',],
                      mode: 'slides',
                      showPageIndicators: true,
                      showPageControls: true,
                      slides: {
                          "Default": ['calendar', 'currentweather', 'MMM-Tools', 'newsfeed', 'MMM-TuyaSL', 'MMM-NowPlayingOnSpotify', 'weatherforecast',],
                          "Slide 2": ['newsfeed',],
                          "Slide 3": ['newsfeed',],
                          "Slide 4": ['newsfeed',],
                          "Slide 5": ['newsfeed',],
                      },
                      keyBindings: { 
                          enabled: true,
                          map: {
                              NextSlide: "ArrowRight", 
                              PrevSlide: "ArrowLeft", 
                              Slide0: "ArrowUp",
                              Slide5: "ArrowDown",
                          },
                          mode: "DEFAULT"
                      }
                  }
              },
              {
                  module: 'MMM-KeyBindings',
                  config: {
              	evdev: {enabled: false},
                      enableKeyboard: true,
              	actions: [
              	{
              	  key: "ArrowRight",
              	  state: "KEY_PRESSED",
              	  instance: "SERVER",
              	  mode: "DEFAULT",
              	},
              	{
              	 key: "ArrowLeft",
              	 state: "KEY_PRESSED",
              	 instance: "SERVER",
              	 mode: "DEFAULT",
              	},
      

      it still doesn’t work and I don’t see what’s wrong (I have to tell you that I control the pi via my windows pc) with vnc

      posted in Troubleshooting
      R
      raf
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 7 / 11