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

    Gav

    @Gav

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

    Gav Unfollow Follow

    Latest posts made by Gav

    • RE: MMM-Carousel positional behaviour

      @Sonic @alang @Sun I have the same problem. I am just testing this so I am using the following but no matter what I do the modules stack. I have tried this as well as other modules (eg currentweather) and everything does the same. Is Carousel no longer working?

       {
                              module: "weatherforecast",
                              position: "bottom_left",
                              header: "Weather Forecast",
                              config: {
                                      location: "Brisbane",
                                      locationID: "2174003",  
                                      appid: "secret!"
                              }
                      },
                      {
                              module: "MMM-Bob-Ross",
                              position: "bottom_left",
                              config: {
                                      imgHeight: "30vh", 
                                      videoHeight: "30vh", 
                                      updateInterval: 1*60*60*1000, 
                                      autoPlay: false 
                              }
                      },
                      {
                              module: 'MMM-Carousel',
                              config: {
                                      transitionInterval: 10000,
                                      mode: 'positional',
                                      bottom_left: {enabled: true}
                              }
                      }
      
      
      posted in Troubleshooting
      G
      Gav