• 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.

Update from 2.15 to 2.16

Scheduled Pinned Locked Moved Solved Troubleshooting
35 Posts 5 Posters 9.1k Views 5 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 @sdetweil
    last edited by Jul 29, 2021, 2:12 PM

    I can recreate the problem in my script

    I bet u tried the develop branch. and switched back to master, and these files aren’t in master on 2.15, but the final versions are different than the develop versions.

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • A Offline
      andyyy @sdetweil
      last edited by Jul 29, 2021, 3:18 PM

      @sdetweil

      Solved for now :)

      I did:

      sudo git fetch --all
      sudo git reset --hard origin/master
      sudo git pull origin master
      

      My system is still very fragile. When do npm install after that, the screen turn black after reboot.

      S 2 Replies Last reply Jul 29, 2021, 3:20 PM Reply Quote 0
      • S Offline
        sdetweil @andyyy
        last edited by sdetweil Jul 29, 2021, 3:21 PM Jul 29, 2021, 3:20 PM

        @andyyy said in Update from 2.15 to 2.16:

        the screen turn black after reboot.

        again, this si because libraries in 2.15 were removed in 2.16 and some modules didn’t document their requirements properly…

        find the MM startup messages (npm start or pm2 logs)
        and look for ‘module not found’

        I REALLY hate reset --hard…

        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 @andyyy
          last edited by Jul 29, 2021, 4:08 PM

          @andyyy I uploaded fixes to the upgrade script to handle this…

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          A 2 Replies Last reply Aug 2, 2021, 11:05 AM Reply Quote 1
          • B Offline
            bdream
            last edited by Jul 30, 2021, 4:48 PM

            Hi!
            I did the upgrade to my system to 2.16

            Uploading upgrade.log with 600 lines is not possible… because of file format.

            After reboot I have only the mouse in the middle of the screen but MM is not working.

            Also I’m not able to get a connection wit ma Web-Browser.

            Raspberry itself is accessible via SSH.

            Any idea?

            –
            cheers, bdream

            S F 2 Replies Last reply Jul 30, 2021, 6:32 PM Reply Quote 0
            • S Offline
              sdetweil @bdream
              last edited by sdetweil Jul 30, 2021, 10:01 PM Jul 30, 2021, 6:32 PM

              @bdream yes look at the mm startup messages
              we call this the black screen

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • B Offline
                bdream
                last edited by Jul 31, 2021, 7:29 AM

                @sdetweil does it mean I have to do in MagicMirror folder?

                sudo git fetch --all
                sudo git reset --hard origin/master
                sudo git pull origin master
                

                –
                cheers, bdream

                S 1 Reply Last reply Jul 31, 2021, 12:49 PM Reply Quote 0
                • S Offline
                  sdetweil @bdream
                  last edited by Jul 31, 2021, 12:49 PM

                  @bdream no. u are probably missing some modules that mm removed

                  read the startup messages

                  npm start
                  or
                  if using pm2
                  pm2 logs --lines=100

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • F Offline
                    Fozi Project Sponsor @bdream
                    last edited by Fozi Jul 31, 2021, 6:42 PM Jul 31, 2021, 6:41 PM

                    @bdream I strongly guess that one of the 3rd party modules is not compatible vith MM2.16.0. I had the same issues with MMM-MyCalendar, which caused a black screen after starting MM. My approach is to disable all 3rd party modules by adding the line

                    disabled: true;
                    

                    for each module and enable it one after the other by setting it to

                    disabled: false;
                    

                    Taht might discover quicker, which module is the culprit instead of poking in logs (that is my personal approach!).

                    When you found the module, that causes issues, contact the developer on github, or look for an alternative fork which seems to be maintained.

                    Regarding the above mentioned MMM-MyCalendar module, I reverted to the default calendar module, which works just fine and delivers the same features.

                    HowTo: Replace PIR Sensor with a RCWL-0516 Microwave Sensor

                    S 1 Reply Last reply Jul 31, 2021, 7:12 PM Reply Quote 0
                    • S Offline
                      sdetweil @Fozi
                      last edited by Jul 31, 2021, 7:12 PM

                      @fozi come on, this is easy. get the messages. it will tell you which lib to install

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      B 1 Reply Last reply Aug 2, 2021, 6:49 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 2 / 4
                      2 / 4
                      • First post
                        12/35
                        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