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-ImageSlideshow no showing and no errors in the log

    Scheduled Pinned Locked Moved Troubleshooting
    15 Posts 5 Posters 8.5k Views 5 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.
    • Mykle1M Offline
      Mykle1 Project Sponsor Module Developer @pbrunson
      last edited by

      @pbrunson

      My guess: It’s the path to your picture files.

      Mine:
      imagePaths: ['modules/MMM-ImageSlideshow/images'],

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • P Offline
        pbrunson
        last edited by

        I updated and moved the images, but still no go.

        Mykle1M 1 Reply Last reply Reply Quote 0
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @pbrunson
          last edited by Mykle1

          @pbrunson

          So, your other modules are working but ImageSlideShow is not?

          {
                      disabled: false,
                      module: 'MMM-ImageSlideshow',
                      position: 'middle_center',
                      config: {
                          imagePaths: ['modules/MMM-ImageSlideshow/images'],
                          slideshowSpeed: 10000,
                          fixedImageWidth: 800,
                          randomizeImageOrder: true,
                      }
                  },
          

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • P Offline
            pbrunson
            last edited by

            Correct, I will look try these adds.

            Mykle1M 1 Reply Last reply Reply Quote 0
            • Mykle1M Offline
              Mykle1 Project Sponsor Module Developer @pbrunson
              last edited by Mykle1

              @pbrunson said in MMM-ImageSlideshow no showing and no errors in the log:

              Correct, I will look try these adds.

              I see something else. You have

              module: 'MMM-ImageSlideShow',

              when you should have

              module: 'MMM-ImageSlideshow',

              That’s likely your problem

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 1
              • P Offline
                pbrunson
                last edited by pbrunson

                That was it, works great now (well after I put the fix settings in), thank you.

                Did I see something about if the images change, this will not pick them up? I have another script that grabs updated images (same name) and puts them in the folder every hour. Will the module update them?

                Mykle1M 1 Reply Last reply Reply Quote 0
                • Mykle1M Offline
                  Mykle1 Project Sponsor Module Developer @pbrunson
                  last edited by

                  @pbrunson

                  The names wouldn’t have to be the same as long as the new files reside in correct path. However, the Dom may have to update so that MM isn’t just loading them from the initial loading/cache (If that’s how the module works)

                  Peace!

                  Create a working config
                  How to add modules

                  1 Reply Last reply Reply Quote 0
                  • P Offline
                    pbrunson
                    last edited by

                    Great thank you, I will keep an eye on it.

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      drfukc
                      last edited by

                      @Mykle1

                      I am successfully running the MMM-ImageSlideshow module, but the images in my image directory are constantly changing. Looks like the images are all loaded from cached folder information.

                      How would I update the Dom to get my new images on the mirror?

                      Cheers

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @drfukc
                        last edited by

                        @drfukc the module needs to be changed to search for files again, instead of just once

                        Module MMM-ImagesPhotos does update on a cycle u can configure

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 1
                        • 1
                        • 2
                        • 1 / 2
                        • First post
                          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