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.

    Display turned black after I installed MMM-DigClock

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    7 Posts 3 Posters 1.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.
    • S Offline
      sdetweil @SirVer
      last edited by

      @SirVer do this

      cd ~/MagicMirror
      git checkout modules/node_modules/node_help/index.js
      

      this was because MMM-DigClock does not have a package.json file, and u should not have done npm install for it

      Sam

      How to add modules

      learning how to use browser developers window for css changes

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

        @sdetweil Thanks for the answer but I get this:

        pi@raspberrypi:~/MagicMirror $ git checkout modules/node_modules/node_help/index.js
        error: pathspec 'modules/node_modules/node_help/index.js' did not match any file(s) known to git
        
        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @SirVer
          last edited by

          @SirVer sorry, typo (left off the ‘er’ on node_helper)

          cd ~/MagicMirror
          git checkout modules/node_modules/node_helper/index.js
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

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

            @sdetweil I have a question: I thought git checkout is just changing the branch. So what is the command here git checkout … doing in index.js ?

            S 1 Reply Last reply Reply Quote 0
            • BKeyportB Offline
              BKeyport Module Developer
              last edited by

              it’s much more than that.

              https://git-scm.com/docs/git-checkout

              The "E" in "Javascript" stands for "Easy"

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

                @SirVer checkout can switch branches, it can also get a file from the local repository into your local working directory

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • 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