• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-Carousel Pagination Icons

Scheduled Pinned Locked Moved Development
48 Posts 8 Posters 9.8k Views 9 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    sdetweil @mumblebaj
    last edited by sdetweil Apr 6, 2025, 12:53 PM Apr 6, 2025, 12:27 PM

    @mumblebaj ah, what you meant to say is

    .fa.indicator.page-n
    

    where n is a number for each page found, starting at 0

    page-0 for first page
    page-1 for second page
    etc

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    M 1 Reply Last reply Apr 6, 2025, 12:32 PM Reply Quote 1
    • M Offline
      mumblebaj Module Developer @sdetweil
      last edited by Apr 6, 2025, 12:32 PM

      @sdetweil Correct. Although, MMM-page-indicator is 0 based, same as MMM-pages, so page-0 would be page 1 etc.

      Check out my modules at: https://github.com/mumblebaj?tab=repositories

      S 2 Replies Last reply Apr 6, 2025, 12:54 PM Reply Quote 0
      • S Offline
        sdetweil @mumblebaj
        last edited by Apr 6, 2025, 12:54 PM

        @mumblebaj i updated my post

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 1
        • S Offline
          sdetweil @mumblebaj
          last edited by Apr 6, 2025, 1:28 PM

          @mumblebaj i will say, i think for humans. 0 based is unfriendly

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          M 1 Reply Last reply Apr 6, 2025, 2:00 PM Reply Quote 0
          • M Offline
            mumblebaj Module Developer @sdetweil
            last edited by Apr 6, 2025, 2:00 PM

            @sdetweil Yeah, i would agree. Changing that logic now may have some repercussions for users already using the module.

            Check out my modules at: https://github.com/mumblebaj?tab=repositories

            S 1 Reply Last reply Apr 6, 2025, 2:16 PM Reply Quote 0
            • S Offline
              sdetweil @mumblebaj
              last edited by Apr 6, 2025, 2:16 PM

              @mumblebaj page- was never there

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              M 2 Replies Last reply Apr 6, 2025, 2:33 PM Reply Quote 0
              • M Offline
                mumblebaj Module Developer @sdetweil
                last edited by mumblebaj Apr 6, 2025, 2:33 PM Apr 6, 2025, 2:33 PM

                @sdetweil Yes, that is correct. I added a classname page-${i}. But the standard code was always zero based and I do not want to update that. It is tied in with MMM-pages and seems like it works with others as well.

                start() {
                  this.curPage = 0;
                  this.mmmPagesDetected = false;
                },
                

                Check out my modules at: https://github.com/mumblebaj?tab=repositories

                1 Reply Last reply Reply Quote 0
                • M Offline
                  mumblebaj Module Developer @sdetweil
                  last edited by mumblebaj Apr 6, 2025, 2:42 PM Apr 6, 2025, 2:39 PM

                  @sdetweil And just to note, MMM-pages is zero based. This will need to be updated as well. If I understand MMM-Carousel correct, it is also zero based.

                  Check out my modules at: https://github.com/mumblebaj?tab=repositories

                  S 1 Reply Last reply Apr 6, 2025, 8:34 PM Reply Quote 0
                  • S Offline
                    sdetweil @mumblebaj
                    last edited by Apr 6, 2025, 8:34 PM

                    @mumblebaj one small step!

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • C Offline
                      com1cedric @sdetweil
                      last edited by Apr 13, 2025, 4:29 PM

                      @sdetweil Hello Sam, may I ask you one question about this topic? do you know how it would be possible to show an image stored on the Raspberry or linked from the web, instead of showing an icon from Fontawesome?

                      S 1 Reply Last reply Apr 13, 2025, 4:46 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 3 / 5
                      3 / 5
                      • First post
                        30/48
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy