• 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-SimpleBGSlideshow (yet another background slideshow module)

Scheduled Pinned Locked Moved Utilities
28 Posts 5 Posters 8.6k Views 6 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 @MagicInMe
    last edited by Jul 5, 2021, 7:18 PM

    @magicinme you may not ‘install’ it, as npm will resolve , but you document that you USE it, SO, if things change, you stuff still works…

    I don’t know where stuff is packaged, and don’t want to know

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    M 1 Reply Last reply Jul 5, 2021, 7:32 PM Reply Quote 0
    • M Offline
      MagicInMe @sdetweil
      last edited by Jul 5, 2021, 7:32 PM

      @sdetweil perhaps this is why https://www.npmjs.com/package/fs gets a million downloads a week even though it does nothing. I believe including core modules in package.json presents an unnecessary security risk (i.e., npm path is controlled by an individual). Unless there’s a way to include a package in package.json as a comment?

      S 1 Reply Last reply Jul 5, 2021, 7:34 PM Reply Quote 0
      • S Offline
        sdetweil @MagicInMe
        last edited by sdetweil Jul 5, 2021, 7:35 PM Jul 5, 2021, 7:34 PM

        @magicinme no comments in json.

        whatever… I have given everything I know and my advice on helping insure users don’t encounter problems.

        the high download counts are from build systems recreating the env from scratch…

        not users

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • R Offline
          robertybob
          last edited by Jul 11, 2021, 11:14 PM

          Does this module stretch images to fit the mirror? The original module had two different options for this, if I recall correctly

          M 1 Reply Last reply Jul 18, 2021, 4:09 PM Reply Quote 0
          • M Offline
            MagicInMe @robertybob
            last edited by Jul 18, 2021, 4:09 PM

            @robertybob I currently have it so that it uses the css “cover” attribute which stretches to fill. Is that what you want?

            1 Reply Last reply Reply Quote 0
            • R Offline
              rs
              last edited by Sep 22, 2021, 2:00 PM

              Hi MagicInMe,

              Thank you for sharing your work!

              I’ve installed MMM-SimpleBGSlideshow but for some reason the background stays black, I double-checked the images in the correct folder and i use the full path in the config as well:

              {
              			module: 'MMM-SimpleBGSlideshow',
              			position: 'fullscreen_below',
              			config: {
              				imagePaths: ['/home/pi/MagicMirror/modules/MMM-SimpleBGSlideshow/images'],
              				slideshowSpeed: 15000,
              				randomizeImageOrder: false,
              			}
              		},
              

              alt text

              but… no joy…

              I clearly missing something basic here :)

              I appreciate any thought!
              Best,
              Ram

              S 1 Reply Last reply Sep 22, 2021, 2:14 PM Reply Quote 0
              • S Offline
                sdetweil @rs
                last edited by sdetweil Sep 22, 2021, 2:15 PM Sep 22, 2021, 2:14 PM

                @rs said in MMM-SimpleBGSlideshow (yet another background slideshow module):

                MMM-SimpleBGSlideshow

                the code says

                imagePaths: [], // resolves relative to MM root. So ‘images’ => ~/MagicMirror/images

                so, you cannot use the full absolute path

                the folder MUST be in the MM folder tree…
                like this, in your case

                modules/MMM-SimpleBGSlideshow/images'
                

                you could use a linked folder to access outside the MM folder tree
                (I do this for my server shared images path for the MMM-ImagesPhotos module)

                see the ln command

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • R Offline
                  rs
                  last edited by Sep 23, 2021, 6:15 AM

                  @sdetweil, many thanks for pointing me to the right direction, the working path was:

                  modules/MMM-SimpleBGSlideshow/images/
                  

                  Thanks again!
                  Cheers,
                  RS

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    rs
                    last edited by Sep 23, 2021, 9:31 AM

                    now that i have it working I have one more question:

                    while the mirror runs, the content of the images folder changes from time to time; looking at the console output, the module capture the changes in the files, for example, adding and removing files from the images folder:

                    [23.09.2021 12:20.44.712] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow: + 1 images 
                    [23.09.2021 12:20.54.765] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow: + 1 images 
                    [23.09.2021 12:20.56.258] [ERROR] ENOENT: no such file or directory, stat 'modules/MMM-SimpleBGSlideshow/images/black.jpg'
                    [23.09.2021 12:20.56.761] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow:  - 1 images
                    [23.09.2021 12:21.05.666] [ERROR] ENOENT: no such file or directory, stat 'modules/MMM-SimpleBGSlideshow/images/MirrorMsg.png'
                    [23.09.2021 12:21.06.169] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow:  - 1 images
                    [23.09.2021 12:21.08.725] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow: + 1 images 
                    [23.09.2021 12:21.34.396] [ERROR] ENOENT: no such file or directory, stat 'modules/MMM-SimpleBGSlideshow/images/MirrorMsg.png'
                    [23.09.2021 12:21.34.900] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow:  - 1 images
                    [23.09.2021 12:21.45.058] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow: + 1 images 
                    [23.09.2021 12:22.09.272] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow: + 1 images 
                    [23.09.2021 12:22.28.684] [ERROR] ENOENT: no such file or directory, stat 'modules/MMM-SimpleBGSlideshow/images/MirrorMsg.png'
                    [23.09.2021 12:22.29.191] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow:  - 1 images
                    [23.09.2021 12:22.31.327] [ERROR] ENOENT: no such file or directory, stat 'modules/MMM-SimpleBGSlideshow/images/MirrorMsg2.png'
                    [23.09.2021 12:22.31.828] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow:  - 1 images
                    [23.09.2021 12:22.35.920] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow: + 1 images
                    

                    However, the image shown on the mirror doesn’t change and stays the same (slideshowSpeed: 5000); is there a way to force the module to refresh itself without stopping the mirror?

                    Thx again!

                    S R 2 Replies Last reply Sep 23, 2021, 11:15 AM Reply Quote 0
                    • S Offline
                      sdetweil @rs
                      last edited by Sep 23, 2021, 11:15 AM

                      @rs hm… the enoent means file not found

                      and it doesn’t use the full path… weird…

                      I don’t use that module myself.

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

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