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.

    MMM-Soccer - Standings, Schedules and Top Scorers

    Scheduled Pinned Locked Moved Sport
    bundesligafootballmodalpremiere leagueprimiera divisionsoccervoice control
    209 Posts 43 Posters 529.0k Views 43 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.
    • C Offline
      CCoates
      last edited by

      Just added this to my mirror and tin the English Championship league 427

      colour logos for Reading, Preston North End, Brentford, Wolverhampton Wanderers, Bristol City, Blackburn Rovers & Leeds United aren’t working

      (Sorry)

      strawberry 3.141S 1 Reply Last reply Reply Quote 0
      • strawberry 3.141S Offline
        strawberry 3.141 Project Sponsor Module Developer @CCoates
        last edited by

        @CCoates should be fixed

        Please create a github issue if you need help, so I can keep track

        TheHyp3T 1 Reply Last reply Reply Quote 0
        • TheHyp3T Offline
          TheHyp3 @strawberry 3.141
          last edited by

          @strawberry-3.141 it is, thank you!

          1 Reply Last reply Reply Quote 1
          • O Offline
            ostfilinchen
            last edited by

            Hi @strawberry-3-141. Can u please check the logo for RB Leipzig. It doesn’t shown on my Mirror.

            strawberry 3.141S 1 Reply Last reply Reply Quote 0
            • strawberry 3.141S Offline
              strawberry 3.141 Project Sponsor Module Developer @ostfilinchen
              last edited by

              @ostfilinchen should be fixed, but i found just the old logo.

              seems to get worse with the icons, probably worth to implement an icon downloader

              Please create a github issue if you need help, so I can keep track

              O 1 Reply Last reply Reply Quote 0
              • O Offline
                ostfilinchen @strawberry 3.141
                last edited by

                @strawberry-3.141 thanks. Yes i think this would be a great idea :-)

                1 Reply Last reply Reply Quote 0
                • SteffS Offline
                  Steff
                  last edited by

                  @strawberry-3-141 Now I do have the similar problem for 1. FSV Mainz 05.
                  Adding this line in the .js file solved it:
                  “1. FSV Mainz 05”: “https://upload.wikimedia.org/wikipedia/commons/thumb/d/d6/FSV_Mainz_05_Logo.png/100px-FSV_Mainz_05_Logo.png”
                  Do you think it might make sense to include it as well on github ? Thanks

                  strawberry 3.141S 1 Reply Last reply Reply Quote 1
                  • strawberry 3.141S Offline
                    strawberry 3.141 Project Sponsor Module Developer @Steff
                    last edited by

                    @Steff done thank you

                    Please create a github issue if you need help, so I can keep track

                    O 1 Reply Last reply Reply Quote 0
                    • O Offline
                      ostfilinchen @strawberry 3.141
                      last edited by

                      @strawberry-3.141 i found a zip file (http://www.vmlogic.net/Downloads/Files/public/dfs_media_2016-09-07.zip) with logos for the soccerclubs. do u think you can implement a downloader and use these logos for the module?

                      strawberry 3.141S 1 Reply Last reply Reply Quote 1
                      • strawberry 3.141S Offline
                        strawberry 3.141 Project Sponsor Module Developer @ostfilinchen
                        last edited by

                        @ostfilinchen i will check it in 2-3 weeks after im done with my bachelor stuff. Thank you

                        Please create a github issue if you need help, so I can keep track

                        O 1 Reply Last reply Reply Quote 1
                        • O Offline
                          ostfilinchen @strawberry 3.141
                          last edited by

                          @strawberry-3.141 the Module wouldn’t start. It only display loading…

                          I have update it and Do npm install

                          strawberry 3.141S 1 Reply Last reply Reply Quote 0
                          • strawberry 3.141S Offline
                            strawberry 3.141 Project Sponsor Module Developer @ostfilinchen
                            last edited by

                            @ostfilinchen should be fixed now, was my fault

                            Please create a github issue if you need help, so I can keep track

                            O 1 Reply Last reply Reply Quote 0
                            • O Offline
                              ostfilinchen @strawberry 3.141
                              last edited by

                              @strawberry-3.141 must i do npm install?

                              strawberry 3.141S 1 Reply Last reply Reply Quote 0
                              • strawberry 3.141S Offline
                                strawberry 3.141 Project Sponsor Module Developer @ostfilinchen
                                last edited by

                                @ostfilinchen no the dependencies havent changed

                                Please create a github issue if you need help, so I can keep track

                                O 1 Reply Last reply Reply Quote 0
                                • O Offline
                                  ostfilinchen @strawberry 3.141
                                  last edited by

                                  @strawberry-3.141 great! Works now.

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

                                    Hi,
                                    at first, sorry for my bad english. I’m a totally beginner and MMM-Soccer is the first module i want to install by myself. At first i downloaded the Zip file, unpacked it and copied it into /home/pi/MagicMirror/modules. Then i opened the config.js file and added:

                                    {
                                    module: ‘MMM-soccer’,
                                    position: ‘bottom_right’,
                                    config: {
                                    api_key: ‘7cgd8…’,
                                    colored: ‘false’,
                                    show: ‘GERMANY’,
                                    leagues: {“GERMANY”:430},
                                    }
                                    },

                                    Then i opened the LXTerminal on the raspberry pi and typed in :

                                    pi@raspberrypi:~/MagicMirror $ npm install ~/MagicMirror/modules/MMM-soccer

                                    Then there came:

                                    npm ERR! addLocal Could not install /home/pi/MagicMirror…
                                    npm ERR! Linux …
                                    .
                                    .
                                    .

                                    What did i wrong? Can anyone help me please?

                                    strawberry 3.141S 1 Reply Last reply Reply Quote 0
                                    • strawberry 3.141S Offline
                                      strawberry 3.141 Project Sponsor Module Developer @STEFF92
                                      last edited by

                                      @STEFF92 in the terminal you have to do cd ~/MagicMirror/modules/MMM-soccer then npm install

                                      and in your config you have to remove the quotes here colored: false,

                                      Please create a github issue if you need help, so I can keep track

                                      S 1 Reply Last reply Reply Quote 0
                                      • S Offline
                                        STEFF92 @strawberry 3.141
                                        last edited by

                                        @strawberry-3.141 but then there is :

                                        bash: cd: /home/pi/MagicMirror/modules/MMM-soccer: file or directory not found

                                        strawberry 3.141S 1 Reply Last reply Reply Quote 0
                                        • strawberry 3.141S Offline
                                          strawberry 3.141 Project Sponsor Module Developer @STEFF92
                                          last edited by

                                          @STEFF92 then you did something wrong. Because you said you manually downloaded the files etc. I suggest to delete it again and start from scratch, this will help you to update more easily in future.

                                          type in the terminal

                                          cd ~/MagicMirror/modules
                                          git clone https://github.com/fewieden/MMM-soccer.git
                                          cd MMM-soccer
                                          npm install
                                          

                                          Please create a github issue if you need help, so I can keep track

                                          S 2 Replies Last reply Reply Quote 0
                                          • S Offline
                                            STEFF92 @strawberry 3.141
                                            last edited by

                                            @strawberry-3.141 ok now i did it how you said. when its finished i only have to add the module in my config.js file right? and then thats it?

                                            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
                                            • 5
                                            • 10
                                            • 11
                                            • 3 / 11
                                            • 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