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

    JonnyAG38

    @JonnyAG38

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    JonnyAG38 Unfollow Follow

    Latest posts made by JonnyAG38

    • MMM-Carousel w/ Slide Navigation changing page alone

      Hi guys, my magic mirror is switching between pages alone, here is my config.js:

      
      {
          module: 'MMM-Carousel',
                  position: 'bottom_bar',  // Only required to show navigation
                  config: {
      				transitionInterval: 10000,
                      showPageIndicators: true,
                      showPageControls: true,
                      ignoreModules: ["clock", "MMM-GoogleCalendar", "MMM-page-indicator"], //FIXOS
                      mode: 'slides',
                       slides: [
                          ["newsfeed","weather","MMM-Spotify","MMM-SmartTouch"],
                          ["MMM-GoogleTasks","MMM-Formula1"]
                          
                      ]  
                  }
              },
      
      

      i used this fork https://github.com/KristjanESPERANTO/MMM-Carousel/

      posted in Troubleshooting
      J
      JonnyAG38