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.

    Soccer Noob needs help!

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    30 Posts 4 Posters 8.8k 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.
    • P Offline
      Peter
      last edited by

      Who can give me some advise?
      I am making a MM form my daughter and her boy friend.
      Boy friend would like to see some football standings: Eredivisie (Dutch) and Champions League.
      I know nothing about football (soccer) so I put MagicMirror-FootballLeagues in their mirror.
      It worked well for a few months but now it suddenly stopped.
      I tried another API key, but that did not help.

      My question: what is the best (and easiest) module for my purpose?
      MagicMirror-FootballLeagues
      MMM-SoccerLiveScore
      MMM-soccer
      MMM-Soccer-Soccer Standings
      Maybe there are even more ……………
      I am a bit confused; please help!
      Thanks in advance!
      Peter

      thedoorsfanaticT 1 Reply Last reply Reply Quote 0
      • evroomE Online
        evroom
        last edited by

        Peter,

        Personally I am using MMM-soccer for Eredivisie.
        Champions League should be free too…
        If needed can help you with the config.

        MagicMirror version: 2.30.0
        Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
        Raspbian GNU/Linux 12 (bookworm)

        Test environment:
        MagicMirror version: v2.30.0
        Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
        Raspbian GNU/Linux 12 (bookworm)

        P 1 Reply Last reply Reply Quote 0
        • P Offline
          Peter @evroom
          last edited by

          @evroom Thanks! I will give it a try!
          Peter

          1 Reply Last reply Reply Quote 0
          • evroomE Online
            evroom
            last edited by evroom

            @Peter

            This is my config for de Eredivisie.
            It shows the first 9 teams from the standings and focuses on one team.

            {
              module: 'MMM-soccer',
              disabled: false,
              position: 'top_right',
              config: {
                 api_key: 'your_api_key',
                 colored: true,
                 show: 'NETHERLANDS',
                 focus_on: {
                   "NETHERLANDS": "AFC Ajax",
                 },
                 max_teams: 9,
                 logos: true,
                 leagues: {
                    NETHERLANDS: 'DED',
                    EUROPE: 'CL',
                 }
              }
            

            There are no logos for de Eredivisie included, so you will have to collect them yourself.
            They need to be placed under:

            /home/pi/MagicMirror/modules/MMM-soccer/public
            

            MagicMirror version: 2.30.0
            Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
            Raspbian GNU/Linux 12 (bookworm)

            Test environment:
            MagicMirror version: v2.30.0
            Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
            Raspbian GNU/Linux 12 (bookworm)

            P 1 Reply Last reply Reply Quote 1
            • thedoorsfanaticT Offline
              thedoorsfanatic @Peter
              last edited by

              @Peter
              I use MMM-SoccerLiveScore and it runs pretty smoothly …
              https://youtu.be/5Cs3pCZamuM

              My Smart Mirror YouTube playlist: https://www.youtube.com/playlist?list=PL9Iv_4Mvy6o2tnvdhNBstVWNefgUP9ELp

              1 Reply Last reply Reply Quote 0
              • P Offline
                Peter @evroom
                last edited by

                @evroom I copied your config, used my own API: unfortunately it does not work.
                Who can help?
                Peter

                1 Reply Last reply Reply Quote 0
                • evroomE Online
                  evroom
                  last edited by

                  }, // end of last module
                  { // start of MMM-soccer module
                    module: 'MMM-soccer',
                    disabled: false,
                    position: 'top_right',
                    config: {
                       api_key: 'your_api_key',
                       colored: true,
                       show: 'NETHERLANDS',
                       focus_on: {
                         "NETHERLANDS": "AFC Ajax",
                       },
                       max_teams: 9,
                       logos: true,
                       leagues: {
                          NETHERLANDS: 'DED',
                          EUROPE: 'CL',
                       }
                    }
                  }, // end of MMM-soccer module 
                  { // start of next module, if any.
                  

                  To check:

                  cd ~/MagicMirror; npm run config:check
                  

                  MagicMirror version: 2.30.0
                  Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
                  Raspbian GNU/Linux 12 (bookworm)

                  Test environment:
                  MagicMirror version: v2.30.0
                  Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
                  Raspbian GNU/Linux 12 (bookworm)

                  P 1 Reply Last reply Reply Quote 0
                  • P Offline
                    Peter @evroom
                    last edited by

                    @evroom Module is running, but no teams visible …
                    Peter

                    1 Reply Last reply Reply Quote 0
                    • evroomE Online
                      evroom
                      last edited by

                      @Peter

                      I have MMM-SoccerLiveScore running now and it is looking nice.
                      It has all logos present already and the table is already present (just listed on alphabetic order as one would expect pre round 1).
                      Give it a try.

                      I now remember why I use(d) MMM-soccer.
                      MMM-SoccerLiveScore shows the scores by default and the standings can be turned off.
                      But I do not want to know the scores as it spoils watching Studio Sport and/or die Sportschau.
                      MMM-soccer just show the standings, nothing more (and even this spoils it some times).

                      If MMM-SoccerLiveScore would have an option like “showScores: false”, it would be perfect.

                      MagicMirror version: 2.30.0
                      Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
                      Raspbian GNU/Linux 12 (bookworm)

                      Test environment:
                      MagicMirror version: v2.30.0
                      Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
                      Raspbian GNU/Linux 12 (bookworm)

                      thedoorsfanaticT 1 Reply Last reply Reply Quote 0
                      • thedoorsfanaticT Offline
                        thedoorsfanatic @evroom
                        last edited by

                        @evroom
                        Have you tried this one?
                        https://github.com/GHLasse/MMM-FootballTable

                        My Smart Mirror YouTube playlist: https://www.youtube.com/playlist?list=PL9Iv_4Mvy6o2tnvdhNBstVWNefgUP9ELp

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