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.

    After update WARNING! Could not load config file.

    Scheduled Pinned Locked Moved Troubleshooting
    28 Posts 2 Posters 4.9k 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.
    • U Offline
      uok825 @sdetweil
      last edited by

      @sdetweil Not working

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

        @uok825 man what a pain,

        ok, delete the module folder (MMM-PIR) and then reclone and npm install

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        U 1 Reply Last reply Reply Quote 0
        • U Offline
          uok825 @sdetweil
          last edited by

          @sdetweil I already did and my relay is not working i was pissed of so much.
          i need to unbuilt my mirror :(
          and my weather forecast shows 2 day
          9f1e6456-8c62-4df0-8d58-4bef1c17093e-image.png

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

            @uok825 2 days, bug, switch to develop branch

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

            then restart MM

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            U 1 Reply Last reply Reply Quote 0
            • U Offline
              uok825 @sdetweil
              last edited by

              @sdetweil 2e5899db-9c1a-4f06-a725-e8e4b9316c61-image.png

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

                @uok825
                do

                # remove tracked file, un-needed
                rm package-lock.json
                # save the package.json changes
                git stash
                # switch to the other branch
                git checkout develop
                # restore the package.json file
                git stash pop
                

                restart mm

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                U 1 Reply Last reply Reply Quote 1
                • U Offline
                  uok825 @sdetweil
                  last edited by

                  @sdetweil in mm folder right?

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

                    @uok825 yes

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    U 1 Reply Last reply Reply Quote 0
                    • U Offline
                      uok825 @sdetweil
                      last edited by

                      @sdetweil 18b7adfb-e2b0-454e-a2f8-a8d8714809e9-image.png

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

                        @uok825 yeh, always something…
                        execute the two git commands

                        in the script I do this

                         git config --global user.name "upgrade_script"
                         git config --global user.email "script@upgrade.com"
                        

                        then resume the prior commands at git stash

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        U 1 Reply Last reply Reply Quote 1
                        • 1
                        • 2
                        • 3
                        • 3 / 3
                        • 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