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-BackgroundSlideshow

    Scheduled Pinned Locked Moved Solved Troubleshooting
    23 Posts 5 Posters 13.7k 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.
    • CyruS1337C Offline
      CyruS1337 Project Sponsor
      last edited by yawns

      Enclosed I send you the two different views. Once on the PI and once on the PC monitor.

      Bild Text

      Bild Text

      ? 1 Reply Last reply Reply Quote 0
      • ? Offline
        A Former User @CyruS1337
        last edited by

        @cyrus1337
        I’m not sure, I don’t know anything about backgroundSlideShow, but,

        Your pictures would be greater than resolution of screen.
        Then, your PC viewer might have resized your pictures automatically when they were shown. But backgroundSlideShow might not have that feature. However, there is a possibility of controlling by CSS. Ask to creator.

        CyruS1337C 1 Reply Last reply Reply Quote 0
        • CyruS1337C Offline
          CyruS1337 Project Sponsor @Guest
          last edited by

          @sean Thanks for your quick reply.

          garblefluxG 1 Reply Last reply Reply Quote 0
          • garblefluxG Offline
            garbleflux Project Sponsor @CyruS1337
            last edited by

            @cyrus1337 said in MMM-BackgroundSlideshow:

            @sean Thanks for your quick reply.

            I also use this module very successfully. Try to resize the pictures to the resolution of your screen (photoshop), normaly 1920 x 1080, 1024 x 760. Sometimes it is also necessary to set the pictures to the correct aspect ratio 16:9. For me it works fine.
            Regards Mike

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

              @garbleflux i had to modify another image display module to get the correct presentation of images, no zoom in and no crop of portrait mode. does mean that some of the background shows thru, but the pictures are correctly displayed

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              CyruS1337C 1 Reply Last reply Reply Quote -1
              • CyruS1337C Offline
                CyruS1337 Project Sponsor @sdetweil
                last edited by

                @sdetweil And what would be your module :)

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

                  @cyrus1337 I am using the MMM-ImagePhotos module… but I had to change the code to keep my images properly formatted…

                  landscape
                  https://www.dropbox.com/s/adzzi3bc7wwq8q5/IMG_20181114_102356.jpg?dl=0
                  portrait
                  https://www.dropbox.com/s/htxdm7b8sayqazh/IMG_20181114_102350.jpg?dl=0

                  can’t get the pics to actually display here…

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • ? Offline
                    A Former User
                    last edited by

                    I made several modules handling photos - MMM-GooglePhotos, MMM-WeatherBackground, MMM-DropboxWallpaper,…

                    All modules can display photos by its aspect-ratio with covering the target area or resizing to show whole picture.
                    Try them.

                    • MMM-DropboxWallpaper (https://github.com/eouia/MMM-DropboxWallpaper)

                    • MMM-GooglePhotos (https://github.com/eouia/MMM-GooglePhotos)
                      0_1532096406799_temp2.jpg

                    S CyruS1337C 2 Replies Last reply Reply Quote 0
                    • ? Offline
                      A Former User
                      last edited by A Former User

                      Anyway, If your module would be using img tag for showing photos, module should know the exact image size and calculate to resize it by proper target ratio.
                      Instead, I prefer using Background CSS trick. background-size:cover will cover whole image to entire area of it’s element, background-size:contain will resize image to fit to target element size. Suprisingly, without any calculation.

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

                        @sean how about a portrait photo sample…

                        the tv/monitor aspect ratio (16:9) doesn’t fit unless u stretch or clip the image…

                        the sunrise is 6000x4000 pixels the portrait photo is 4000x6000 (both WxH)

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

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

                          @sean but it distorts the picture, not in original format… which is what I want…

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          1 Reply Last reply Reply Quote 0
                          • ? Offline
                            A Former User @sdetweil
                            last edited by

                            @sdetweil
                            There are two options for vertical photos on horizontal screen.

                            • cover : whole screen will be covered by part of photos. but some areas(top and bottom) of photos will be out of screen

                            • contain : whole picture will be shown from bottom to top. but some remain area of screen (left and right) will be black.

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

                              @sean i understand… but BOTH distort the image presentation

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

                              ? 1 Reply Last reply Reply Quote 0
                              • ? Offline
                                A Former User @sdetweil
                                last edited by

                                @sdetweil
                                Which distortion? It’s just resizing.

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

                                  @sean bingo… if something is clipped (not shown) then its wrong… I fiddled with all those css settings and finally gave up… i calculate the dimensions myself and all is good on EVERY picture

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  ? 1 Reply Last reply Reply Quote 0
                                  • ? Offline
                                    A Former User @sdetweil
                                    last edited by

                                    @sdetweil
                                    Then you can use just contain mode .
                                    Here is my another module handling image - MMM-Rijks with same technic.
                                    It can show how contain trick works.

                                    0_1542215709842_스크린샷 2018-11-14 18.11.15.png

                                    0_1542215723894_스크린샷 2018-11-14 18.11.33.png

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

                                      @sean ok, that doesn’t work for me… i am not background, i am foreground. (fullscreen above).

                                      if I set if on the module div or on the image, I get the same extreme zoom in.

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

                                      1 Reply Last reply Reply Quote 0
                                      • CyruS1337C Offline
                                        CyruS1337 Project Sponsor @Guest
                                        last edited by CyruS1337

                                        @sean With the module MM-Background Slideshow I have now added contain:

                                        {
                                            module: 'MMM-BackgroundSlideshow',
                                            position: 'fullscreen_below',
                                            config: {
                                              imagePaths: ['modules/MMM-BackgroundSlideshow/Amerika_2018'],
                                        	  slideshowSpeed: 5000,
                                              transitionImages: true,
                                              randomizeImageOrder: true,
                                        	  backgroundSize: 'contain'
                                            }
                                          },
                                        

                                        The pictures now show it in the correct size. From the pictures, which were photographed in portrait format, it does not display correctly. Funny is that certain something in portrait mode.

                                        https://picload.org/view/dcocdwwl/20181115_1834321.jpg.html

                                        https://picload.org/view/dcocdwwc/20181115_1833561.jpg.html

                                        ? B 2 Replies Last reply Reply Quote 0
                                        • ? Offline
                                          A Former User @CyruS1337
                                          last edited by

                                          @cyrus1337
                                          Each JPEG taken by modern digital camera has EXIF - direction information . Many picture viewers (in PC or Phone) can show the picture of right direction by automatic rotation with that information.

                                          But Most of Web Browser (including Electron/Chrome of MagicMirror) don’t have that feature yet.

                                          If your photos are stored in GooglePhotos or any other “SMART” clouds, the pictures will be stored with right direction when you saved. But… As I know that BackgroundSlideShow use your local directory. Browser cannot know right direction, then It display the picture as it was taken.

                                          I tried automatic rotation on MMM-DropboxWallpaper with EXIF, but not so satisfied. On browser level, it could’t be solved acceptably. Rotation on displaying could make unintended blank area, and Rotation of stored images on RPI needs too much CPU power.

                                          Solution: Rotate photos by manual with image editor in your POWERFUL PC then, save and use them.

                                          1 Reply Last reply Reply Quote 0
                                          • CyruS1337C Offline
                                            CyruS1337 Project Sponsor
                                            last edited by

                                            Ok, thanks for your help. I downloaded the program PhotoScape and changed the height and width of all photos. Look, there you go !! Thank you

                                            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
                                            • 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