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 3.7k 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 Offline
        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 Offline
          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 Offline
                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 Offline
                    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
                        • S Offline
                          sdetweil @Cliff365
                          last edited by

                          @Cliff365 sorry typo in command, my phone thought it knew better!!!

                          sudo apt-get remove nodejs -y
                          

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

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