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

Scheduled Pinned Locked Moved Solved Troubleshooting
30 Posts 4 Posters 9.9k Views 4 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 Do not disturb
    sdetweil
    last edited by Sep 7, 2019, 3:05 PM

    free -m
    Command will show memory usage

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    C 1 Reply Last reply Sep 7, 2019, 3:46 PM Reply Quote 0
    • C Offline
      CyruS1337 Project Sponsor @sdetweil
      last edited by CyruS1337 Sep 7, 2019, 4:26 PM Sep 7, 2019, 3:46 PM

      @sdetweil said in MMM-BackgroundSlideshow:

      free -m
      Command will show memory usage

      pi@raspberrypi_1:~ $ free -m
                    total        used        free      shared  buff/cache   available
      Mem:            925         218         404           1         302         657
      Swap:          1023         111         912
      
      
      1 Reply Last reply Reply Quote 0
      • C Offline
        CyruS1337 Project Sponsor
        last edited by CyruS1337 Sep 8, 2019, 5:17 AM Sep 8, 2019, 5:00 AM

        This morning, the mirror was dark again.

        This is the memory output

        pi@raspberrypi_1:~ $ free -m
                      total        used        free      shared  buff/cache   available
        Mem:            925         220         391           1         313         653
        Swap:          1023         118         905
        

        Edit: The mirror was stopped and started and after 15min he was dark again …

        1 Reply Last reply Reply Quote 0
        • C Offline
          CyruS1337 Project Sponsor
          last edited by Oct 10, 2019, 5:59 AM

          I seem to have found the mistake. I have selected one to quality of photos for playing the photos (4mb per photo). The fact that I have chosen a lower quality of the photos, the problem is gone.

          S 1 Reply Last reply Oct 10, 2019, 11:16 AM Reply Quote 0
          • S Do not disturb
            sdetweil @CyruS1337
            last edited by Oct 10, 2019, 11:16 AM

            @CyruS1337 interesting, i use MMM-ImagesPhotos, and have lots of images over 4meg, most in the 11-13 meg range

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • C Offline
              CyruS1337 Project Sponsor
              last edited by Oct 14, 2019, 4:47 AM

              Yes, that’s really interesting. But since I let the pictures play with max 1-2 MB, the mirror was never black anymore. Although I did the elevation of SWAP.

              1 Reply Last reply Reply Quote 0
              • H Offline
                hootzter
                last edited by Jan 7, 2020, 8:11 AM

                Hello,

                I’m new to magic mirror. Since two weeks I try to get MMM-ImagesPhotos or MMM-BackgroundSlideshow to work with the photos of my camera (all pictures are JPEG with 5 to 10 meg).

                Like @CyruS1337 the whole mirror goes black, if I use my photos but works if I use the example-pictures.

                @sdetweil :
                How did you get this to work with your pictures?
                Could you post your config (including tweeks you did) and tell us which pi you are using?

                I was so desperate that I looked for alternatives. I found pi3d but couldn’t integrate it into magic mirror.

                I would really appreciate your help.

                Best regards

                hootzter

                S 1 Reply Last reply Jan 7, 2020, 12:37 PM Reply Quote 0
                • S Do not disturb
                  sdetweil @hootzter
                  last edited by Jan 7, 2020, 12:37 PM

                  @hootzter said in MMM-BackgroundSlideshow:

                  MMM-ImagesPhotos

                  usually black screen means some missing library…
                  if u npm start from the terminal window you will see runtime messages
                  also from the developers window , ctrl-shift-i on the mirror keyboard, select the console tab, and scroll up.

                  you can try my MMM-ImagesPhotos
                  https://github.com/sdetweil/MMM-ImagesPhotos

                  my config

                  		{
                  			module: "MMM-ImagesPhotos",
                  			disabled: false,
                  			position: "fullscreen",  // < --- this is the div location NOT screen covered with image
                  			config: {
                  				opacity: 0.9, 
                  				animationSpeed: 0,
                  				updateInterval: 30000,  // how often to change pic
                  				backgroundColor: "#808080", // color around pic (if u want something other than black)
                  			},
                  		},
                  

                  I have run this on pi0 thru pi4, mac, and two non-pi SBCs, odroid Xu4, and nano jetson.
                  where did u put your pictures? the module is looking in the folder
                  ~/MagicMirror/modules/MMm_ImagesPhotos/uploads

                  I linked that to a mounted server volume

                  now, my tweaks were to display the images without distortion… same aspect ratio as taken.
                  I did NOT want the screen completely filled… (image stretched or clipped)

                  to use mine, just rename the old MMM-ImagesPhotos folder out of the way, and then git clone my version of the module.

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  S 1 Reply Last reply Jan 7, 2020, 12:45 PM Reply Quote 0
                  • S Offline
                    Stoffbeuteluwe Project Sponsor @sdetweil
                    last edited by Jan 7, 2020, 12:45 PM

                    @sdetweil Hi, is it possible to cover the whole screen with mmm images photos?

                    S 1 Reply Last reply Jan 7, 2020, 12:48 PM Reply Quote 0
                    • S Do not disturb
                      sdetweil @Stoffbeuteluwe
                      last edited by sdetweil Jan 7, 2020, 12:54 PM Jan 7, 2020, 12:48 PM

                      @Stoffbeuteluwe not with my code, no

                      the original code does fill the screen if u set the max height and width to the screen size

                      img.style.maxWidth = this.config.maxWidth;
                      img.style.maxHeight = this.config.maxHeight;
                      

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      S 2 Replies Last reply Jan 7, 2020, 1:21 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 2 / 3
                      • 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