MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    MMM SOCCER NOT WORKING

    Troubleshooting
    3
    11
    513
    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.
    • D
      dave_ last edited by

      Re: Soccer Noob needs help!

      There is no GitHub link to add the module to modules folder please help guys!

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

        @dave_ huh?

        https://github.com/fewieden/MMM-soccer

        Sam

        Create a working config
        How to add modules

        D 1 Reply Last reply Reply Quote 0
        • D
          dave_ @sdetweil last edited by

          @sdetweil I did that but it’s still not working could u please tell me what I’m doing wrong here!

          First i open a terminal and type

          1. cd MagicMirror/modules

          2. Paste that GitHub link

          3. Go on Config.js and copy the module

          And even after that when i start the program it just says the config files can’t be read cuz there’s something wrong with it!

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

            @dave_
            Paste that GitHub link

            no, not right

            git clone Paste that GitHub link
            hit enter

            read this post
            https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners?_=1596110023129

            Sam

            Create a working config
            How to add modules

            D 1 Reply Last reply Reply Quote 0
            • D
              dave_ @sdetweil last edited by

              @sdetweil

              There’s also npm install step what’s that about could u explain me that?

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

                @dave_ modules use other libraries.

                npm is node package manager. it will download libraries for your module into right place.

                you tell it, in package.json, what library and version.
                npm install installs the libraries u need

                Sam

                Create a working config
                How to add modules

                D 1 Reply Last reply Reply Quote 0
                • D
                  dave_ @sdetweil last edited by

                  @sdetweil but what exactly is that step I don’t know what to do

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

                    @dave_ for every module that has a package.json file

                    cd ~/MagicMirror/modules
                    git clone module_soure_url
                    cd module_name
                    npm install
                    

                    Sam

                    Create a working config
                    How to add modules

                    D 1 Reply Last reply Reply Quote 0
                    • D
                      dave_ @sdetweil last edited by

                      @sdetweil nope haven’t had any luck

                      Ik its too much to ask but could u tell me a step by step instruction of possible!

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

                        @dave_ I just told you step by step,
                        except for the url and module name.

                        both of which u know

                        please read this and practice
                        https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners?_=1596115267295

                        Sam

                        Create a working config
                        How to add modules

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy