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 auf 2.13.0

    Scheduled Pinned Locked Moved General Discussion
    65 Posts 4 Posters 24.9k Views 4 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.
    • kusselinK Offline
      kusselin
      last edited by kusselin

      @sdetweil said in Update auf 2.13.0:

      mirror already running…
      can’t run two at the same time… (on the same port)

      o.k. and what can i do now…?

      Sorry for my questions but i´m not the expert as you

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

        @kusselin if you use pm2 to start a boot,
        pm2 stop all

        then npm start to test

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • kusselinK Offline
          kusselin
          last edited by

          pi@raspberrypi:~ $ pm2 stop all
          [PM2] Applying action stopProcessId on app [all](ids: 0)
          [PM2] [MagicMirror](0) ✓
          ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
          │ id │ name               │ mode     │ ↺    │ status    │ cpu      │ memory   │
          ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
          │ 0  │ MagicMirror        │ fork     │ 0    │ stopped   │ 0%       │ 0b       │
          └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
          pi@raspberrypi:~ $ npm start
          npm ERR! code ENOENT
          npm ERR! syscall open
          npm ERR! path /home/pi/package.json
          npm ERR! errno -2
          npm ERR! enoent ENOENT: no such file or directory, open '/home/pi/package.json'
          npm ERR! enoent This is related to npm not being able to find a file.
          npm ERR! enoent
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/pi/.npm/_logs/2020-11-15T18_01_08_239Z-debug.log
          
          
          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @kusselin
            last edited by

            @kusselin from the MagicMirror folder

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • kusselinK Offline
              kusselin
              last edited by kusselin

              username for github.com?

              what ist this?
              Zwischenablage01.jpg

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

                @kusselin the updateNotification module if u don’t use it, u can disable it.

                add

                module:"updatenotification",
                disabled: true,       // < this line
                

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • kusselinK Offline
                  kusselin
                  last edited by kusselin

                  the screen is always black :-(

                  i ihink i have to save the config and i have to install magic mirror new…

                  what do you think?

                  1 Reply Last reply Reply Quote 0
                  • kusselinK Offline
                    kusselin
                    last edited by

                    after a new installation…can i also copie the save config and all is good?

                    S 2 Replies Last reply Reply Quote 0
                    • S Offline
                      sdetweil @kusselin
                      last edited by

                      @kusselin upgrade didn’t touch the config, it should be the same as before

                      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 @kusselin
                        last edited by

                        @kusselin if a NEW install, then u would have to reinstall all the modules and update the config

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • kusselinK Offline
                          kusselin
                          last edited by

                          @sdetweil said in Update auf 2.13.0:

                          if a NEW install, then u would have to reinstall all the modules and update the config

                          o.k i musst have to install all the modules again and then i can copie the config in the config folder…right?

                          And please can you send me a link how i can install about the console the ltest magic mirror please…

                          Thanks

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

                            can you tell me why the screen is now black?

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

                              @kusselin install is the same place u got the upgrade script

                              https://github.com/sdetweil/MagicMirror_scripts

                              why are u trying to install again??

                              black screen

                              probably one of the lang files with comments
                              switch to the develop branch

                              git checkout develop
                              

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

                              1 Reply Last reply Reply Quote 0
                              • kusselinK Offline
                                kusselin
                                last edited by

                                @sdetweil said in Update auf 2.13.0:

                                git checkout develop

                                o.k. can you help me once again please that i have a picture…

                                pi@raspberrypi:~ $ cd MagicMirror
                                pi@raspberrypi:~/MagicMirror $ git checkout develop
                                error: Pfadspezifikation 'develop' stimmt mit keinen git-bekannten Dateien überein.
                                
                                
                                S 1 Reply Last reply Reply Quote 0
                                • S Offline
                                  sdetweil @kusselin
                                  last edited by

                                  @kusselin see here

                                  https://forum.magicmirror.builders/topic/13774/2-13-back-screen-translation-file-error-fix/2

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  1 Reply Last reply Reply Quote 0
                                  • kusselinK Offline
                                    kusselin
                                    last edited by kusselin

                                    sorry…its not going with:

                                    cd ~/MagicMirror
                                    git fetch origin develop:develop
                                    git checkout develop
                                    
                                    
                                    

                                    after a restart i see fast an white screen and the the black screen :-( and nothing happend

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

                                      @kusselin open the developers console, ctrl-shit-i on the mirror, or chrome from your pc if allowed,

                                      select the tab labeled ‘console’, and scroll up to see any errors…

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

                                      1 Reply Last reply Reply Quote 0
                                      • kusselinK Offline
                                        kusselin
                                        last edited by

                                        i can´t see a mistake…you?
                                        image1.jpg

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

                                          @kusselin select the tab labeled ‘console’,

                                          Screenshot at 2020-11-15 21-50-52.png

                                          Sam

                                          How to add modules

                                          learning how to use browser developers window for css changes

                                          1 Reply Last reply Reply Quote 0
                                          • kusselinK Offline
                                            kusselin
                                            last edited by

                                            @sdetweil said in Update auf 2.13.0:

                                            select the tab labeled ‘console’,

                                            i haven´t it

                                            image1.jpeg

                                            S 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
                                            • 2
                                            • 3
                                            • 4
                                            • 1 / 4
                                            • 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