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-ImagesPhotos - Show images from a directory

    Scheduled Pinned Locked Moved Utilities
    85 Posts 26 Posters 113.3k Views 26 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 @johnnyboy
      last edited by

      @johnnyboy said in MMM-ImagesPhotos - Show images from a directory:

      Will my idea not work with .gif through SimpleLogo on both zones?

      I tried this but I’m not saying if it works or not. ;-)

      Create a working config
      How to add modules

      johnnyboyJ 1 Reply Last reply Reply Quote 0
      • R Offline
        roramirez Core Contributors @Mykle1
        last edited by

        @Mykle1 I’ve thinking, maybe we can organize a “pair programing chat” for some day.

        In quick search I found

        https://screenhero.com/
        https://codepad.remoteinterview.io/pads

        If someone know some other tool …

        I can introduced how can add the change on this module. This can helps other users to involve in develop modules if someone else if interested in that.

        Easy module development with MagicMirror Module Template

        R 1 Reply Last reply Reply Quote 1
        • R Offline
          roramirez Core Contributors @roramirez
          last edited by roramirez

          @roramirez Sorry for all this. This was my mistake. I really pissed off with my confuse with options. The option in module configuration is OK but in readme is wrong.

          Your Pull Request @Mykle1 is ready merged. Thanks.

          Easy module development with MagicMirror Module Template

          Mykle1M 1 Reply Last reply Reply Quote 2
          • cowboysdudeC Offline
            cowboysdude Module Developer
            last edited by

            @roramirez Thanks!

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

              @roramirez said in MMM-ImagesPhotos - Show images from a directory:

              Your Pull Request @Mykle1 is ready merged. Thanks.

              You’re welcome! :thumbsup_tone1:

              Create a working config
              How to add modules

              cowboysdudeC 1 Reply Last reply Reply Quote 0
              • cowboysdudeC Offline
                cowboysdude Module Developer @Mykle1
                last edited by

                @Mykle1 And Thank you too!

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

                  @cowboysdude said in MMM-ImagesPhotos - Show images from a directory:

                  @Mykle1 And Thank you too!

                  And thank you, too!

                  Create a working config
                  How to add modules

                  1 Reply Last reply Reply Quote 0
                  • johnnyboyJ Offline
                    johnnyboy @Mykle1
                    last edited by johnnyboy

                    This post is deleted!
                    1 Reply Last reply Reply Quote 0
                    • johnnyboyJ Offline
                      johnnyboy @cowboysdude
                      last edited by johnnyboy

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • C Offline
                        c.keen
                        last edited by

                        Hello,
                        I really like this module but experienced kind of a delayed loading of the pictures. I have the raspberry pi 3 running, the pictures (all .jpg) are about 2MB which I think is not such a huge size. Any idea how to excelerate the loading?

                        R 1 Reply Last reply Reply Quote 0
                        • R Offline
                          roramirez Core Contributors @c.keen
                          last edited by

                          @c.keen The first loading or for every image? are you playing with getInterval?

                          Easy module development with MagicMirror Module Template

                          1 Reply Last reply Reply Quote 0
                          • C Offline
                            c.keen
                            last edited by

                            @roramirez The first loading of a picture when the mirror gets startet is interrupted, only the first few “lines” of a picture are shown, then the next picture is displayed. I have read about ‘getInterval’ command on the github module page but do not understand it completely. Reading the description it seems the same to me as the ‘updateInterval’ command (??) Any suggestions?

                            R 1 Reply Last reply Reply Quote 0
                            • R Offline
                              roramirez Core Contributors @c.keen
                              last edited by

                              @c.keen Can you take a screenshot of that?

                              Easy module development with MagicMirror Module Template

                              1 Reply Last reply Reply Quote 0
                              • L Offline
                                LeztherRokk
                                last edited by

                                Hello, I install your module and it works perfect for me, thanks, I wanna ask you, can I display videos from this module? I want to do one for videos but I just started in this. Thanks :)

                                R 1 Reply Last reply Reply Quote 0
                                • R Offline
                                  roramirez Core Contributors @LeztherRokk
                                  last edited by

                                  @LeztherRokk It’s for only images. Do you want reproduce many videos like playlist?

                                  Easy module development with MagicMirror Module Template

                                  L 1 Reply Last reply Reply Quote 0
                                  • L Offline
                                    LeztherRokk @roramirez
                                    last edited by

                                    @roramirez Yes, that’s what I want, have a playlist of videos and reproduce them en the mirror

                                    R 1 Reply Last reply Reply Quote 0
                                    • R Offline
                                      roramirez Core Contributors @LeztherRokk
                                      last edited by

                                      @LeztherRokk Ok. This module is only for Images.

                                      I think is not difficult add video support. But this is a things I ain’t planning to do in the near future.

                                      Easy module development with MagicMirror Module Template

                                      L 1 Reply Last reply Reply Quote 0
                                      • L Offline
                                        LeztherRokk @roramirez
                                        last edited by

                                        @roramirez Well, thanks, I think I will check if I can make one, thank you!

                                        1 Reply Last reply Reply Quote 1
                                        • N Offline
                                          nobita @roramirez
                                          last edited by

                                          @roramirez How can I select What photo is 1st 2nd 3rd photo to display,Because your module is random display photo
                                          Thanks for your hints

                                          R 1 Reply Last reply Reply Quote 0
                                          • R Offline
                                            roramirez Core Contributors @nobita
                                            last edited by

                                            @nobita Yes, currently work only in random mode.

                                            You can create a new function for get data in not random mode and you call here
                                            https://github.com/roramirez/MMM-ImagesPhotos/blob/master/MMM-ImagesPhotos.js#L128

                                            A good point is add by configuration this function. If you are interested to add this feature with glad I’ll merge it :)

                                            Easy module development with MagicMirror Module Template

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 3 / 5
                                            • 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