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.

    Updating did nothing but gave fatal error warning.

    Scheduled Pinned Locked Moved Solved Troubleshooting
    41 Posts 4 Posters 13.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.
    • R Offline
      Richard238
      last edited by

      Then did

      pm2 start all
      

      and now have a black screen on the Pi, and ‘Unable to connect’ on the desktop browser. :-(

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

        @Richard238 not pm2 start all

        pm2 status

        will show u the defined apps

        pm2 start ??

        where ?? is the name of the number of the app
        (usually 0)

        pm2 stop all just is a shortcut

        pm2 --help shows u all the things it can do.

        but the black screen could be because of the module rebuild failure

        pm2 logs – lines=100 might show more info

        and then there’s this
        https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later

        my upgrade tries to handle the ones we know about

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • R Offline
          Richard238
          last edited by

          @Richard238 said in Updating did nothing but gave fatal error warning.:

          MMM-MysqlQuery

          MMM-MysqlQuery seems to be the issue, I’ve commented it out of config .js,
          Will that be ok if I try pm2 start again?

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

            @Richard238 yes

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • R Offline
              Richard238
              last edited by

              OK that’s brought MM back to life, but my custom CSS seems to have been ignored.

              That, and I need new weather modules?!

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

                @Richard238 you need to change to the new combined weather module…(announced 2 releases ago)

                supposedly change the module name field to weather and change the appid field name to apiKey
                custom.css should still be there… I save and restore

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                R 1 Reply Last reply Reply Quote 0
                • R Offline
                  Richard238
                  last edited by

                  custom.css is still there, but the coloured icons I had beside calendar entries are no longer showing.

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

                    @sdetweil Weather module changes worked.
                    They needs adjusting, but it is now showing something so it’s a good start I can work from.

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

                      @Richard238 colored icons

                      maybe see this
                      https://forum.magicmirror.builders/topic/16591/mmm-homeassistant-sensors-no-icons-after-mm-upgrade-to-2-19-0

                      electron is enforcing reported server side (CORS) restrictions is didn’t before , people protecting their content

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • R Offline
                        Richard238
                        last edited by

                        Colour, with a u! I’m British using British English! ;-)

                        OK, CSS. It’s only using favicon codes, not images on a URL

                         #module_3_calendar .fa.fa-calendar-check-o {
                          color: #00d255 /* 55=Green FF=Blue*/
                        }
                        
                         #module_4_calendar  .fa.fa-trash-o  {
                          color: #C97F7F; /* Brown */
                        }
                        
                        S 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 2 / 5
                        • 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