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.5k 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.
    • K Offline
      Krisalexroberts 0 @j.e.f.f
      last edited by

      @j.e.f.f you’re a star!

      I don’t know if this helps: https://github.com/eikeco/pointstreak-leauge-table

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

        @Krisalexroberts-0 it does. Seems to be hit or miss as to which leagues have data feeds. Are there specific leagues that you’re looking to see incorporated? Doesn’t look like I can just incorporate blanket pointstreak support.

        1 Reply Last reply Reply Quote 0
        • K Offline
          Krisalexroberts 0
          last edited by

          I’m selfish so only care about EIHL

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

            @Krisalexroberts-0 An API key is required, but I can’t see anywhere on Pointstreak’s site to get one. Nor can I find any documentation on the endpoints (The link you provided was for standings, not for scores). At this point I’m not sure it’s going to be possible… :(

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

              @Spankythemusical @onetwankyfive I’m in the process of gathering everything I need for NCAAF. I’ve managed to source all of the logos for Division I (FBS 1-A, FCS 1-AA). Forgive me if this isn’t obvious to me –
              college football is not really a thing in Canada – but does anyone care about Division II and Division III? From what I can gather, Division I seems to only be what people generally follow.

              Sourcing logos for Div II and III looks like it will take some time and work, and I’d like to avoid it if it’s not really something people care about. Even ESPN’s web site only has a few logos for those teams.

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

                @j.e.f.f I believe that division 1 is the one that’s followed by the most people. I don’t even know f it’s possible to get info from the other divisions through the major sites.

                Thank you for doing this. I’m curious to see how far off my attempt is from what you come up with.

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

                  @Spankythemusical Actually now that I look at the feed I’m using, it appears that it’s only returning games for FBS (1-A) teams, not FCS (1-AA) unless they are playing a FBS team. This is the feed I found. Is this the same feed you’re using?

                  http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard?dates=20170907&limit=100

                  (value for dates is specified to query for a specific day limit sets a maximum number of returned games)

                  In the above example, one game gets returned for September 7 – Idaho State Bengals vs Utah State Aggies – which corresponds to the one FBS game scheduled for that date. However, if I switch the schedule (say on ESPN’s website) I see four games scheduled, one of which is an overlap with the single FBS game, as Utah is an FBS team, but Idaho State is FCS.

                  So it appears that FBS teams play FCS teams, and such games will show up in the ESPN feed. However games that feature FCS-only games do not. It appears that FCS teams play games against Division II or III – I see one game on Sept 7: West Alabama Tigers vs Samford Bulldogs. West Alabama is a Division II team.

                  I have learned from this Wiki that FBS teams don’t play Division II/III teams, only FCS teams, as victories against anything below FCS don’t count for bowl eligibility.
                  https://en.wikipedia.org/wiki/NCAA_Division_II

                  Is this a hard and fast rule? I wouldn’t want to go through the effort of sourcing Div II/III logos if they will never appear against FBS teams.

                  In any case, it appears that I can only support FBS (1-A) games at the moment. Is this good enough for the college football fans?

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

                    @j.e.f.f Code written for FBS, but also having FCS logos in the folder (for overlapping game types), should work for 99.9% of the people. If that’s possible.

                    I’ll have to look in morning to see if that’s the website that I’ve been using. It does seem about right.

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

                      @Spankythemusical yeah certainly doable. I have already sourced all the FBS and FCS team logos. So if the feed only covers FBS games then we should be covered for all team logos.

                      I’ve learned so much about American college football over the last few days!

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

                        @j.e.f.f This excites me! Div 1 is what I was looking for

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

                          @j.e.f.f just FYI, that is the site I’ve been using, minus the date and limit items.

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

                            NFL support has been added. To install the update, first go into the MMM-MyScoreboard and execute git pull, the type npm install as there are new dependencies you’ll need.

                            I monitored games over last week and this week and everything looks pretty good, but I haven’t seen a game go into overtime yet. So I’m not 100% positive things won’t go wonky for an overtime game yet.

                            Also, there is a new view style added: smallLogos. It’s layout is similar to the default, but each row is the same height as the oneLine view style.

                            0_1502660518728_viewStyle_smallLogos.png

                            Have fun! And let me know if something looks weird.

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

                              @Spankythemusical FYI I’ve got the basic plumbing in place for NCAAF, but I need to wait for some in progress games to test it. Won’t be able to do that until the first week of September, as I’m traveling at the end of August, which appears to be then first week of play.

                              In any case, what’s interesting is that by manipulating the URL, it’s possible to get scores for all sorts of sports. I’ll easily be able to repurpose this for NCAA basketball and MLS (YAY! I thought this wasn’t going to be possible).

                              I also might use this feed for NFL, since NFL’s native feed seems to be a bit flaky AND it’s XML (I f***ing hate working with XML). I’ll monitor it over the next few days to see if it performs better.

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

                                Thank you very much for all your work. I’m sure that you have much more important things to do. I can always wait for live games in order to test. In the mean time I can parse things with python. No biggie.

                                1 Reply Last reply Reply Quote 0
                                • emloweE Offline
                                  emlowe Module Developer
                                  last edited by

                                  @j.e.f.f

                                  You can use xml2js and convert the XML to JSON for processing. A few other modules do this. As long as the XML isn’t overly complex, you get somewhat reasonable JSON

                                  -Earle

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

                                    @emlowe Yeah that’s the route I went which does the job. But I’d rather not have to deal with it in the first place.

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

                                      MLS Support now added!! NCAAF support coming soon, once I can verify my code during game progress.

                                      1 Reply Last reply Reply Quote 0
                                      • N Offline
                                        nevint
                                        last edited by

                                        This is a sweet module! Thanks for developing it. Have you been able to get the CFL feed working? I requested an API key but it just sits there on the CFL page saying “Requested” but never changes to approved. I placed the key in the module config and it of course doesn’t work! Any tips?

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

                                          @nevint yeah it took a long time (many days) before I got a key. It works once you have it, but be patient. The CTO of CFL himself will get in touch with you and provide you with the key.

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

                                            @j.e.f.f Thanks dude! I can’t wait for it to work!

                                            Is there any chance you will add code to show upcoming games, say 3-4 days in advance? I previously used an NHL module that showed upcoming games and it was nice to see what I was going to watch that night when I stepped into the hall each morning! If not, that’s okay, the module is still killer!

                                            J 2 Replies 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
                                            • 13
                                            • 14
                                            • 2 / 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