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-Wallpaper gives black screen on one MM. Other one works.

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    11 Posts 3 Posters 2.2k Views 3 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.
    • Cliff365C Offline
      Cliff365
      last edited by sdetweil

      The script is identical on both. It works on one, but other gives me a black screen with just a cursor. I have tried bing and chromecast sources and still a black screen.

      {
      			module: "MMM-Wallpaper",
      				// git clone https://github.com/kolbyjack/MMM-Wallpaper.git
      				position: "fullscreen_below",
      				config: { 
      				// See "Configuration options" for more information.
      					source: "chromecast",
      					slideInterval: 30 * 500 // Change slides every 30 seconds
      				}
      		},
      
      S 2 Replies Last reply Reply Quote 0
      • S Away
        sdetweil @Cliff365
        last edited by

        @Cliff365 show the output from npm start

        and also open the developers window, ctrl-shift-i on the mm window,
        select the console tab and enter wall in the filter field

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        Cliff365C 1 Reply Last reply Reply Quote 0
        • S Away
          sdetweil @Cliff365
          last edited by sdetweil

          @Cliff365 im guessing it this

          if (typeof(fetch) === “undefined”) {
          fetch = require(“fetch”);
          }

          on the system that fails, (black screen) do

          node -v

          i bet its less than 18…

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          Cliff365C 1 Reply Last reply Reply Quote 0
          • Cliff365C Offline
            Cliff365 @sdetweil
            last edited by

            @sdetweil Thanks, I will take a look.

            1 Reply Last reply Reply Quote 0
            • Cliff365C Offline
              Cliff365 @sdetweil
              last edited by

              @sdetweil Where would that code go? Command line?

              Node -v returns 16.19.0.

              Do you know the command to update node?

              S 1 Reply Last reply Reply Quote 0
              • S Away
                sdetweil @Cliff365
                last edited by

                @Cliff365 best thing to do is run my upgrade script

                see
                https://github.com/sdetweil/MagicMirror_scripts

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                Cliff365C 1 Reply Last reply Reply Quote 0
                • Cliff365C Offline
                  Cliff365 @sdetweil
                  last edited by

                  @sdetweil Thanks! I ran the script, and it’s been sitting at this for about an hour. I assume I should just reinstall MM.

                  alt text

                  S 1 Reply Last reply Reply Quote 0
                  • S Away
                    sdetweil @Cliff365
                    last edited by

                    @Cliff365 no. maybe get out?

                    try this

                    sudo apt-get -y remove nodes npm
                    

                    then node -v

                    the npm install was supposed to be done in the module folder

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    BKeyportB Cliff365C 2 Replies Last reply Reply Quote 0
                    • BKeyportB Offline
                      BKeyport Module Developer @sdetweil
                      last edited by

                      On my system before Wallpaper was updated as well, I did a npm install fetch in the module directory to get it back.

                      might be worth a shot.

                      The "E" in "Javascript" stands for "Easy"

                      1 Reply Last reply Reply Quote 0
                      • Cliff365C Offline
                        Cliff365 @sdetweil
                        last edited by

                        @sdetweil said in MMM-Wallpaper gives black screen on one MM. Other one works.:

                        sudo apt-get -y remove nodes npm

                        I think that did the trick. Thanks! node now reports v20,5,1

                        S 1 Reply Last reply Reply Quote 0
                        • 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