Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED Soccer Noob needs help!

    Troubleshooting
    4
    30
    3078
    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
      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

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

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

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

          1 Reply Last reply Reply Quote 0
          • evroom
            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
            
            P 1 Reply Last reply Reply Quote 1
            • thedoorsfanatic
              thedoorsfanatic @Peter last edited by

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

              1 Reply Last reply Reply Quote 0
              • P
                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
                • evroom
                  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
                  
                  P 1 Reply Last reply Reply Quote 0
                  • P
                    Peter @evroom last edited by

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

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

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

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

                        evroom 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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy