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.

    Something went wrong displaying this web page error

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    16 Posts 2 Posters 4.7k 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.
    • S Offline
      sdetweil @kellogg76
      last edited by

      @kellogg76 said in Something went wrong displaying this web page error:

      doing test run = true

      which means you didn’t add

      apply
      

      to the end to actually DO the upgrade
      like this

      bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" apply
      

      upgrading from version 2.10.1 to 2.10.1

      correct

      u can do force instead of apply to redo the upgrade

      like this

      bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" force
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      K 2 Replies Last reply Reply Quote 0
      • K Offline
        kellogg76 @sdetweil
        last edited by

        @sdetweil

        I’ll give it a try with the force option.

        Thanks

        1 Reply Last reply Reply Quote 0
        • K Offline
          kellogg76 @sdetweil
          last edited by

          @sdetweil

          Unfortunately it doesn’t seem to have made any difference.

          1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil
            last edited by

            Ok, we/I made a change to how the mirror app starts on pi 0 or other armv6l systems.

            But I introduced a bug. Download the fixed run-start.sh like this

            cd ~/MagicMirror
            curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/run-start.sh > run-start.sh
            

            Then start the mirror app again

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            K 1 Reply Last reply Reply Quote 0
            • K Offline
              kellogg76 @sdetweil
              last edited by

              @sdetweil
              Still the same error after doing the above and then rebooting.

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @kellogg76
                last edited by

                @kellogg76 ok, some module did not get updated with the new mm.

                Can you do

                cd ~/MagicMirror
                node installers/dumpactivemodules.js
                

                This should return a list of modules that have package.json files

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                K 1 Reply Last reply Reply Quote 0
                • K Offline
                  kellogg76 @sdetweil
                  last edited by kellogg76

                  @sdetweil said in Something went wrong displaying this web page error:

                  node installers/dumpactivemodules.js

                  When I do that nothing appears on screen

                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @kellogg76
                    last edited by

                    @kellogg76 ok

                    Then do this

                    ls ~/MagicMirror/modules
                    

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    K 1 Reply Last reply Reply Quote 0
                    • K Offline
                      kellogg76 @sdetweil
                      last edited by kellogg76

                      @sdetweil
                      The only non-default modules I have are
                      MMM-BackgroundSlideshow
                      MMM-DarkSkyForecast
                      mmm-suncalc

                      I’m going to remove them one by one from the config and see if that identifies which is the problem module.

                      Edit: it looks like it’s the BackgroundSlideshow module, removing that from my config file makes everything stable again. Thanks for your help.

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @kellogg76
                        last edited by

                        @kellogg76

                        ok, great feedback

                        I was wrong before

                        cd ~/MagicMirror/modules
                        node installers/dumpactivemodules.js
                        

                        this will list off all the modules which are active in config.js

                        i would go the the MMM-BackgroundSlideshowfolder and do

                        npm install 
                        

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • S Offline
                          sdetweil @kellogg76
                          last edited by

                          @kellogg76 also, the first script u listed is raspberry.sh which is new install.

                          Upgrade-script is the one that does version upgrades of existing installations (get rid of that message)

                          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