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-MyScoreboard

    Scheduled Pinned Locked Moved Sport
    277 Posts 60 Posters 563.9k Views 63 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.
    • J Offline
      j.e.f.f Project Sponsor Module Developer @gashion
      last edited by

      @gashion In fact, we are working on that as we speak. I have taken the changes that @fabbr has initiated and made them more generic so that adding more leagues should be easy. We’re testing it right now with EPL, Brazillian League 1, FIFA World Cup, Bundesliga, and Conmebol Libertadores.

      If you want to try out the new code base, you can do so by checking out the branch add_more_soccer:

      1. First install the module if you haven’t already
      2. type git pull in the MMM-MyScoreboard module
      3. type git checkout add_more_soccer

      You can see the updated README here so that you can see what league names to use in your config.
      https://github.com/jclarke0000/MMM-MyScoreboard/blob/add_more_soccer/README.md

      Let me know if you see anything wrong

      1 Reply Last reply Reply Quote 0
      • F Offline
        fabbr @gashion
        last edited by

        @gashion Also, it would be helpful if you can list the leagues that you’re interested on this way we can start updating it with the most popular ones.

        1 Reply Last reply Reply Quote 0
        • G Offline
          gashion
          last edited by

          @j.e.f.f great to hear that u guys r on it! Thank you so much!! I will try it asap.

          @fabbr I think biggest/most popular European leagues, like; Seria A, La Liga, Bundesliga, French Ligue 1, Premier League, Champions League, Europa League. These i think r the most popular.

          Also, is it possible to get the League Standings?

          F 1 Reply Last reply Reply Quote 0
          • F Offline
            fabbr @gashion
            last edited by

            @gashion I will try adding those ligues soon. for the Standing you can use this module: https://github.com/fewieden/MMM-soccer

            1 Reply Last reply Reply Quote 0
            • G Offline
              gashion
              last edited by

              @j.e.f.f @fabbr

              I’m only getting NBA scores on my mirror. Here’s my settings in config, what have i done wrong?

              {
                			module: "MMM-MyScoreboard",
                			position: "bottom_right",
                			classes: "default everyone",
                			header: "My Scoreboard",
                			config: {
                  			showLeagueSeparators: true,
                  			colored: true,
                  			viewStyle: "mediumLogos",
                  				sports: [
                    					{
                      				league: "EPL",
                     	 				teams: ["LIV", "MNC", "TOT", "MAN", "ARS", "CHE", "EVE", "LEI"]
                   					},
                    					{
                      				league: "FIFAWC",
                      				teams: [""],
                      				},
              						{
                      				league: "BUNDESLIGA",
                      				teams: ["BVB", "BMU"],
                      				},
                    					{
                      				league: "NBA",
                      				teams: ["CHI", "LAL", "GS", "CLE",]
                    					},
                  				]
              
                			}
              		},
              
              J 1 Reply Last reply Reply Quote 0
              • J Offline
                j.e.f.f Project Sponsor Module Developer @gashion
                last edited by j.e.f.f

                @gashion likely nothing :). The app is designed to only show games that are scheduled or in progress “today.” Only NBA is in progress right now. You won’t see EPL or Bundesliga matches until March 31, and FIFA World Cup doesn’t get underway until June.

                Just to be sure though… to have support for the new soccer leagues you need to be on the add_more_soccer branch:

                git pull
                git checkout add_more_soccer
                

                Also, in your config, you’ve specified an array with a single element of an empty string. This won’t match anything, and therefore FIFA games will never be shown. If you want to see all teams just leave out the teams parameter altogether.

                1 Reply Last reply Reply Quote 0
                • G Offline
                  gashion
                  last edited by gashion

                  @j.e.f.f said in MMM-MyScoreboard:

                  If you want to see all teams just leave out the teams parameter altogether.

                  Will this apply on every league and sport? If i just add like this:

                         	 	{
                          				league: "EPL",
                         	 				},
                        					{
                          				league: "FIFAWC",
                          				},
                  					{
                          				league: "BUNDESLIGA",
                          				},
                        					{
                          				league: "NHL",
                          				},
                        					{
                          				league: "NBA",
                          				},
                         	 	}
                  

                  Will it show all the games?

                  and i have support for the new soccer leagues.

                  J 1 Reply Last reply Reply Quote 0
                  • J Offline
                    j.e.f.f Project Sponsor Module Developer @gashion
                    last edited by

                    @gashion yes, that’s correct.

                    1 Reply Last reply Reply Quote 0
                    • X Offline
                      xclsior
                      last edited by

                      For some reason, the formatting is off on my display. It displays the module header but the scores are displayed in one line across the middle of the screen. Please help!

                      J 1 Reply Last reply Reply Quote 0
                      • J Offline
                        j.e.f.f Project Sponsor Module Developer @xclsior
                        last edited by

                        @xclsior can you post a screenshot and your config?

                        X 2 Replies Last reply Reply Quote 0
                        • X Offline
                          xclsior @j.e.f.f
                          last edited by

                          Here is the config:

                          {
                          	  module: "MMM-MyScoreboard",
                          	  position: "top_right",
                          	  classes: "default_everyone",
                          	  header: "My Scoreboard",
                          	  config: {
                          		    showLeagueSeparators: true,
                          		    colored: true,
                          		    viewStyle: "oneLineWithLogos",
                          		    sports: [
                          		      {
                          		        league: "NBA",
                          		        teams: [""],
                          		        groups: ["East","West"]
                          		      }			  		      		
                          			    	   ]
                          	 	     }
                          },
                          
                          J 1 Reply Last reply Reply Quote 0
                          • X Offline
                            xclsior @j.e.f.f
                            last edited by

                            Here’s the link to the screenshot: https://imgur.com/a/cfiQn

                            Sorry for the poor quality. Cropping it was becoming a pain so I just took a picture. I would love your advise on the MyWeather module too but that’s outside this thread. :)

                            J justjim1220J 2 Replies Last reply Reply Quote 0
                            • J Offline
                              j.e.f.f Project Sponsor Module Developer @xclsior
                              last edited by j.e.f.f

                              @xclsior it looks like you want to see all NBA games, so there’s no need to specify a teams array or a groups array.

                              1 Reply Last reply Reply Quote 0
                              • J Offline
                                j.e.f.f Project Sponsor Module Developer @xclsior
                                last edited by

                                @xclsior but I can’t see why yours is rendering the way it is. I winder if another module is conflicting…

                                Can you try disabling all the other modules and see if it fixes the Scoreboard? If it does, enable them one at a time until you see the rendering problem again. I’ll look into that module to see if it has CSS that’s affecting the scoreboard.

                                X 1 Reply Last reply Reply Quote 0
                                • X Offline
                                  xclsior @j.e.f.f
                                  last edited by

                                  @j.e.f.f I’ll try that and let you know what happens!

                                  1 Reply Last reply Reply Quote 0
                                  • C Offline
                                    cyberphox
                                    last edited by

                                    First off, thank you for this awesome module!!!
                                    I’ve been working with Mykle1 to try and troubleshoot this issue but he can’t duplicate it on his install.
                                    I’m running on Ubuntu Linux with this module and MMM-voice and Hello-Lucy. My issue is on starting, MyScoreboard will not auto hide. It does respond to the show and hide commands, however once it is hidden, as soon as it updates scores it shows again.
                                    Any advice???

                                    Full time Dad, DJ and entertainer and lover of technology.

                                    1 Reply Last reply Reply Quote 0
                                    • C Offline
                                      cyberphox
                                      last edited by

                                      Fixed by @Mykle1
                                      Thanks dude!!!

                                      Full time Dad, DJ and entertainer and lover of technology.

                                      1 Reply Last reply Reply Quote 2
                                      • V Offline
                                        vinp Module Developer
                                        last edited by

                                        The module has been so awesome for the World Cup ! I’m on the add_more_soccer branch.

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

                                          This is great!

                                          1 Reply Last reply Reply Quote 0
                                          • A Offline
                                            Achilles
                                            last edited by

                                            This is fantastic! This is so good it brings tears to my eyes! (I’m kidding…or am I?) Ha.

                                            Truth be told, I was looking to make a kind of dashboard, and stumbled upon this before I knew what a MagicMirror was, so I started looking into MM, so…this Module is the very reason why I went MagicMirror.

                                            Thank you so much @j.e.f.f

                                            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
                                            • 6
                                            • 7
                                            • 13
                                            • 14
                                            • 5 / 14
                                            • 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