MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Tags
    3. mmm-carousel
    Log in to post
    • All categories
    • R

      UNSOLVED Benefit to the public: Advertising inside a "citizen bus"
      Troubleshooting • citizen bus mmm-carousel public transport mmm-easypix mmm-imageslideshow • • rgbiernat

      2
      0
      Votes
      2
      Posts
      409
      Views

      broberg

      @rgbiernat

      MMM-Profileswitcher and then just add the ads with MMM-Easypix (multiple instances so you only show one picture per profile).

    • B

      Could use some assistance setting up MMM-Carousel w/ Navigation and understanding the architecture
      Troubleshooting • carousel mmm-carousel navigation slide page • • beeficecream

      27
      0
      Votes
      27
      Posts
      7377
      Views

      S

      @banbutcher so, there were two problems

      0 cycle time
      and carouselId

      I had my brain screwed on crooked for carouselId.

      suppose you had multiple instances of the same module name in config.js, showing different things on different slides.

      when u define the slides, u use the module ‘name’, but in this case, name is not enough.

      so, in the module definitions themselves u add another unique identifier, carouselId: somestring. the value can be anything.

      in their config:{} section, that is where carousel module will look for ‘carouselId’

      in the slide definition, when u come to that module to be displayed, instead of putting the name in quotes, you need a little structure

      { name: "module name", carouselId:"samevalue_added_to_module_config" } ,

      that way the carousel module can tell which module instance should be shown

    • 1 / 1