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 562.6k 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 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
                              • B Offline
                                baschke
                                last edited by

                                Hey everyone,

                                I’m having problems with the module after starting the mirror. Sometimes it does not stop loading. Is there a config option to set a refresh rate? This would also be nice for live games to keep the scoring updated.

                                1 Reply Last reply Reply Quote 1
                                • P Offline
                                  piketfencecartel
                                  last edited by

                                  I am having the same issue as @baschke. I have not been able to successfully load the module. All I get is “Loading …” in the module position. I am running the most current Raspbian Stretch on a RPi 3B+. The fewieden NHL and NFL modules run just fine. I would love to have all my sports in one module. Below is a snip of my config.js for the module. I have also tried bypassing the config.js and putting my config directly into the MMM-MyScoreboard.js file with no luck.

                                  {
                                  			module: "MMM-MyScoreboard",
                                  			position: "top_right",
                                  			classes: "default everyone",
                                  			header: "My Scoreboard",
                                  			config: {
                                  			  showLeagueSeparators: true,
                                  			  colored: true,
                                  			  viewStyle: "mediumLogos",
                                  			  sports: [
                                  				{
                                  				  league: "NHL",
                                  				  groups: ["Atlantic", "Metropolitain", "Central", "Pacific", "East", "West"]
                                  				},
                                  				{
                                  				  league: "MLB",
                                  				  teams: ["SF"]
                                  				},
                                  				{
                                  				  league: "NFL",
                                  				  groups: ["AFC", "NFC"]
                                  				},
                                  				]
                                  		  
                                  			}
                                  		  },
                                  
                                  J 2 Replies Last reply Reply Quote 0
                                  • J Offline
                                    j.e.f.f Project Sponsor Module Developer @piketfencecartel
                                    last edited by

                                    @piketfencecartel let me take a look with your config. What version of MagicMirror are you running? I’ve been using the module reliably for months now but in an older version of MM so I wonder if something in the new build has caused this.

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

                                      @piketfencecartel I just tried your config on both MM 2.1.3 and 2.5.0 (the latest build) and MMM-MyScoreboard started without issue.

                                      Dumb question, I know, but did you remember to run npm installl in the MMM-MyScoreboard directory? If you haven’t done that, run that command and then restart MM to see if it fixes your issue.

                                      • Jeff
                                      T 1 Reply Last reply Reply Quote 0
                                      • BKeyportB Offline
                                        BKeyport Module Developer
                                        last edited by

                                        Love the look and the consistent feel of the module. That’s something the single sport apps lack, even if they’re from the same author… I’ve got it working with everything but american football due to the single day aspect. American football is the odd case of multiple days being considered the same day for schedule purposes. Would be nice to have it consider the NFL/college football special case of Week X games, and have week X all display as one “day” (Thursday through Monday games each week)

                                        The "E" in "Javascript" stands for "Easy"

                                        W 1 Reply Last reply Reply Quote 0
                                        • W Offline
                                          Wedee @BKeyport
                                          last edited by

                                          @bkeyport @j.e.f.f I would agree, I love the module and there are many configuration / layout options available. Would be nice maybe to utilize the “rolloverHours” set to 0 on NFL that shows all selected teams / divisions for the entire week.

                                          Thanks for all the work on this awesome module!

                                          1 Reply Last reply Reply Quote 0
                                          • justjim1220J Offline
                                            justjim1220 Module Developer @xclsior
                                            last edited by

                                            @xclsior

                                            Did you get your one line issue fixed?

                                            And, Do you know what caused it?

                                            I was looking to actually do this on purpose as a scroll to show the results along the bottom or top of the screen.

                                            If you don’t remember, that’s ok, just thought if you did it would make it easier for me to figure out. :winking_face:

                                            "Life's Too Short To Dance With Ugly People"
                                            Jim Hallock - 1995

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