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.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
      last edited by

      Hey folks. I know I haven’t paid much attention to this module over the last little bit, but with the move to the UK my kids are all into Soccer now (or Football, as everyone continues to correct me!). They’ve demanded I add Arsenal and FC Barcelona to my mirror.

      So I’ve released a new update and it’s a big one. This builds on the work that was done on the add_more_soccer branch. But instead of supporting a handlful of soccer leagues, my module now supports ALL of the soccer leagues that ESPN’s API feed provides.

      0_1549206227227_8f43e40b-11f6-405c-b82d-a261ab0a00d4-image.png

      To anyone currently using the add_more_soccer branch note that your configs won’t work as-is any more. Given that I’ve added support for more than 100 leagues and competitions, I’ve needed to come up with a more meaningful naming scheme. Please see the README for the new list of leagues supported.

      Also, if a git pull does not get you the latest source code, then you might need to remove the module altogether and reinstall it from scratch. A while back I messed up a couple of commits and it might have left some installs in an unlinked state. Reinstalling from source gets you past that moment in time, and everything should work as normal after that.

      Enjoy!

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

        This makes me so happy!!! Cannot wait to check it out and move away from my forked code. Welcome to the world of football!!

        1 Reply Last reply Reply Quote 0
        • M Offline
          motdog
          last edited by motdog

          I got this up and running but with NCAA Mens basketball I am struggling to limit the games shown. I have tried changing the group to “Big 12” or “Top 25” but still get everygame, so the module covers the whole left side of my mirror. What am I missing? This is a fresh installation. I just set up my mirror a few days ago.

          //{
          		  module: "MMM-MyScoreboard",
          		  position: "bottom_left",
          		  classes: "default everyone",
          		  header: "My Scoreboard",
          		  config: {
          		    showLeagueSeparators: true,
          		    colored: true,
          		    viewStyle: "mediumLogos",
          		    sports: [
          		      {
          		        league: "NHL",
          		        groups: ["Atlantic"]
          		      },
          		      {
          		        league: "NBA",
          		      },
          		      {
          		        league: "MLB",
          		      },
          		      {
          		        league: "NFL",
          		      },
          		      {
          		        league: "NCAAM",
          		        Groups: ["Big 12"]
          		      },
          		    
          		    ]
          		
          		  }
          
          J 1 Reply Last reply Reply Quote 0
          • M Offline
            motdog
            last edited by

            Also is there a way to limit the numbers of games being shown and maybe rotate through them? Thanks for the help.

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

              @motdog change your config to specify groups with a small g, not a capital G. That should fix it.

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

                @j-e-f-f Awesome. It did!

                1 Reply Last reply Reply Quote 0
                • S Offline
                  sameer-t
                  last edited by

                  @j-e-f-f Love the module! Any chance we can add the team’s seed for NCAA March Madness?

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

                    @sameer-t said in MMM-MyScoreboard:

                    @j-e-f-f Love the module! Any chance we can add the team’s seed for NCAA March Madness?

                    I’m not sure the feed gives me that info, but you can enable rankings for the top teams. It may equate to seeding since ESPN treats March Madness as an independent feed.

                    set showRankings to true in your config. Note this is NOT where you configure the individual leagues, but in the module’s general config.

                    1 Reply Last reply Reply Quote 1
                    • CyruS1337C Offline
                      CyruS1337 Project Sponsor
                      last edited by

                      Good day

                      Is it also possible to add the Swiss National League?

                      https://en.wikipedia.org/wiki/National_League_(ice_hockey)

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

                        @CyruS1337 said in MMM-MyScoreboard:

                        Good day

                        Is it also possible to add the Swiss National League?

                        https://en.wikipedia.org/wiki/National_League_(ice_hockey)

                        If there’s an available JSON feed, I’m sure it can be done. I’m currently using feeds from ESPN and SportsNet.ca, neither of which provide score data for the Swiss National League. Do you know of one?

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

                          Is there a way to get this working in a client/server setup? If I run MM directly on my server then all is well. If I run it in client /server mode then the client just displays “loading…”

                          S 1 Reply Last reply Reply Quote 0
                          • S Offline
                            sdetweil @SH20192
                            last edited by

                            @SH20192 if you open the developers window on the client, ctrl-shift-i, select the console tab and scroll up… do you find any errors? usually red text

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            S 2 Replies Last reply Reply Quote 0
                            • S Offline
                              SH20192 @sdetweil
                              last edited by

                              @sdetweil I’ll check when I get home. Thanks!

                              1 Reply Last reply Reply Quote 0
                              • S Offline
                                SH20192 @sdetweil
                                last edited by

                                @sdetweil said in MMM-MyScoreboard:

                                @SH20192 if you open the developers window on the client, ctrl-shift-i, select the console tab and scroll up… do you find any errors? usually red text

                                Did some troubleshooting on this. Appears to be a conflict between this modules and MMM-GoogleMapsTraffic. If I disable that module then MMM-MyScoreboard works. That modules doesn’t impact any other modules though. Attached pic is the error it shows. Any thoughts? Like I said this only does this with clientonly.

                                https://imgur.com/a/FcJbruR

                                S 1 Reply Last reply Reply Quote 0
                                • CyruS1337C Offline
                                  CyruS1337 Project Sponsor @j.e.f.f
                                  last edited by

                                  @j-e-f-f No, unfortunately not

                                  1 Reply Last reply Reply Quote 0
                                  • S Offline
                                    sdetweil @SH20192
                                    last edited by

                                    @SH20192

                                    edit MMM-Scorebpoard.js and change line 552 to

                                     Log.log("[MMM-MyScoreboard] Updating Scores");
                                    

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

                                    1 Reply Last reply Reply Quote 0
                                    • N Offline
                                      nona @BKeyport
                                      last edited by nona

                                      @BKeyport

                                      I also encountered with same problem. I tried troubleshooting but it didn’t worked for me. i created my account with the help of onlyfans hack.

                                      1 Reply Last reply Reply Quote 0
                                      • L Offline
                                        lotusvball
                                        last edited by

                                        Trying to install this and there is an issue with cryptiles . It won’t install and need upgraded cryptiles to version 4.1.3.

                                        StoffbeuteluweS 1 Reply Last reply Reply Quote 0
                                        • StoffbeuteluweS Offline
                                          Stoffbeuteluwe Project Sponsor @lotusvball
                                          last edited by

                                          @lotusvball for me it works fine, I have set up German leagues

                                          L 1 Reply Last reply Reply Quote 0
                                          • L Offline
                                            lotusvball @Stoffbeuteluwe
                                            last edited by

                                            @Stoffbeuteluwe So I misunderstood the message. It installs but gives a high vulnerability warning. It still needs to be fixed to fix the vulnerability.

                                            S 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
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 11
                                            • 12
                                            • 13
                                            • 14
                                            • 9 / 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