• 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 just shows black screen

Scheduled Pinned Locked Moved Unsolved Troubleshooting
7 Posts 2 Posters 1.2k Views 2 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.
  • C Offline
    CliffordW
    last edited by Feb 21, 2020, 9:31 PM

    To start, I just copy/pasted the code directly from the page. I have checked and I have the sample images in the folder. Any ideas what I’m doing wrong?

    var config = {
    	address: "localhost", // Address to listen on, can be:
    	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
    	                      // - another specific IPv4/6 to listen on a specific interface
    	                      // - "", "0.0.0.0", "::" to listen on any interface
    	                      // Default, when address config is left out, is "localhost"
    	port: 8080,
    	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
    	                                                       // or add a specific IPv4 of 192.168.1.5 :
    	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
    	                                                       // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
    	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
    
    	language: "en",
    	timeFormat: 24,
    	units: "metric",
    	// serverOnly:  true/false/"local" ,
    			     // local for armv6l processors, default 
    			     //   starts serveronly and then starts chrome browser
    			     // false, default for all  NON-armv6l devices
    			     // true, force serveronly mode, because you want to.. no UI on this device
    	
    	modules: [
    		{
    			
    			module: 'MMM-BackgroundSlideshow',
    			position: 'fullscreen-below',
    			config: {
    				imagePaths: ['modules/MMM-BackgroundSlideshow/exampleImages/'],
    				transitionImages: true,
    				slideshowSpeed: 1000, // 1000 is 10 seconds
    				randomizeImageOrder: true
    			}
    		}
    		
    	]
    
    };
    
    S 1 Reply Last reply Feb 21, 2020, 9:33 PM Reply Quote 0
    • S Offline
      sdetweil @CliffordW
      last edited by Feb 21, 2020, 9:33 PM

      @CliffordW said in MMM-BackgroundSlideshow just shows black screen:

      MMM-BackgroundSlideshow

      did u do the npm install in the module folder? it has required dependencies…

      usually black screen means something missing

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • C Offline
        CliffordW
        last edited by Feb 21, 2020, 11:14 PM

        I thought I had, but I did it again. Does the message mean something is ‘wrong’?

        https://imgur.com/ERqHlS6

        S 1 Reply Last reply Feb 21, 2020, 11:18 PM Reply Quote 0
        • S Offline
          sdetweil @CliffordW
          last edited by Feb 21, 2020, 11:18 PM

          @CliffordW no. That’s ok.

          If you do, npm start dev
          Select the console tab and scroll up to see any errors

          Do u see anything in red?

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          C 2 Replies Last reply Feb 22, 2020, 3:33 AM Reply Quote 0
          • C Offline
            CliffordW @sdetweil
            last edited by Feb 22, 2020, 3:33 AM

            @sdetweil Considering how early on I am, I’m just going to wipe it clean and start again. Thanks for your help, I’ll be back to let you know either way.

            1 Reply Last reply Reply Quote 0
            • C Offline
              CliffordW @sdetweil
              last edited by Feb 22, 2020, 5:21 PM

              @sdetweil As I suspected. I rebuilt it, and it’s working now. Obviously some kind of newbie error. Thanks again!

              S 1 Reply Last reply Feb 22, 2020, 5:22 PM Reply Quote 0
              • S Offline
                sdetweil @CliffordW
                last edited by Feb 22, 2020, 5:22 PM

                @CliffordW glad u got it working!!

                Sam

                How to add modules

                learning how to use browser developers window for css changes

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