• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 411.0k 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 j.e.f.f Oct 3, 2022, 2:25 PM Jul 3, 2017, 11:07 PM

    Here’s a module to display today’s scores for your favourite teams across multiple leagues.

    [card:jclarke0000/MMM-MyScoreboard]

    UPDATE 3-OCT-2022!

    • Correction of SNET provider ticker URL
    • Change of ESPN provider URL from HTTP to HTTPS
    • Replacement of deprecated library Request with Axios
    • Addition of of WNBA and NCAAW womens’ basketball
    • Team logo updates for various North American leagues
    • Correction of NCAA Wisconsin Badgers team shortcode from WIS to WISC

    Note to the anyone updating from a previous version:

    1. In the MMM-MyScoreboard directory, run git pull to get the latest source code
    2. Run npm install to install the new dependencies
    3. (Optional) Run npm prune to remove old dependencies that are no longer required

    Display is configurable for your preferred of 6 different view styles:
    0_1499122243396_MMM-MyScoreboard-viewStyles.jpg

    But Jeff! There are already modules for all these sports! Why did you write this?

    Glad you asked! While there are already modules to support many of the sports I am interested in, they all look and behave just a little bit differently. I wanted my scoreboard to have a consistent look across all leagues, and I also wanted the module to hide itself completely if there were no games.

    Furthermore, I wanted this to be modular such that adding more leagues would be fairly straightforward. Right now it supports NHL, MLB, NBA, NFL, MLS, NCAAF and CFL (Canadian Football). Pretty much any league with a public API can be added provided it fits with the two team, current score with status (e.g.: current period and game clock, future start time, etc.) format.

    So what’s the catch?

    My module ONLY displays today’s games. You won’t see yesterday’s scores (well you can with a creative hack using one of the configs… more below), nor will you see a schedule for upcoming games. My thought is you’re not really spending a lot of time looking at your mirror – you’re likely busy doing other stuff, like actually watching the game. But for today’s games that haven’t yet started, it’s a quick reminder that you need to make time later for your obligation to consume professional sport.

    What’s this magical hack you speak of?

    There is a configuration called rolloverHours that treats x amount of hours past midnight as the previous day. This way your scores don’t mysteriously disappear mid game at midnight (West coast NHL playoff overtime anybody?). Typically you might set this to 2 or 3 hours, but if you set it, say, to 12, then you’ll see yesterday’s finals up until noon, after which you’ll start to see today’s lineup.

    Enjoy this module! I’m quite proud of it, and let me know if you’d like to see some other leagues included. I’ve already had a request for pro video game leagues. It’s a little different and poses a bit of a challenge but I’ll see if it can be done.

    Special thanks to my beta testers @number1dan, @nhl, @d3r, @cowboysdude, and anyone else who tried this module out while I was getting everything working.

    -Jeff

    1 Reply Last reply Reply Quote 9
    • C Offline
      cowboysdude Module Developer
      last edited by Jul 4, 2017, 12:03 AM

      NICE job!

      1 Reply Last reply Reply Quote 0
      • S Offline
        sithas
        last edited by Jul 4, 2017, 1:07 AM

        looks great

        1. could you show us what your "yesterdays’ would look like?
        2. Is it all teams or just your favourite teams ( if i was to have The peguins and Predators would it show 2 or only 1 time ) Not that, that will ever happen Go WILD !
        J 1 Reply Last reply Jul 4, 2017, 2:25 AM Reply Quote 0
        • J Offline
          j.e.f.f Project Sponsor Module Developer @sithas
          last edited by Jul 4, 2017, 2:25 AM

          @sithas Yesterdays will just look like final scores. There’s no indication that they are from yesterday. The display will change to the actual list of today’s games starting later when the rollover time passes.

          This module just shows the games for the teams you want to follow. If you want to see all games then you need to put all teams in the follow list. You’ll only see one game listed if both teams are in your follow list.

          1 Reply Last reply Reply Quote 0
          • S Offline
            Spankythemusical
            last edited by Jul 21, 2017, 11:12 AM

            Jeff,

            I have a question/huge favor. I’m trying to add NCAAF to this module. Unfortunately, I have exactly 0.2% experience with js. I can parse the website with Python and get the information I’m looking for, but I do not know how to translate that to js. I have taken your NBA.js and changed it in an attempt to make it work, but I’m sure I’m not even close to where I need to be. When you have a few free moments (i.e. this is not at all an important endeavor), could you look over where I am and point me closer to the right direction? I cannot tell you how much I would appreciate it. (I’ve realized that I cannot upload the text file, but I can copy/paste the code here)

            J 1 Reply Last reply Jul 22, 2017, 1:13 AM Reply Quote 0
            • J Offline
              j.e.f.f Project Sponsor Module Developer @Spankythemusical
              last edited by Jul 22, 2017, 1:13 AM

              @Spankythemusical I’m travelling this week, but I’ll have a look when I get back next week. Is the Fred a public JSON feed or are you scraping the NCAA website?

              S 1 Reply Last reply Jul 22, 2017, 11:21 PM Reply Quote 0
              • P Offline
                P-Bo726
                last edited by Jul 22, 2017, 9:07 PM

                Love this module! Does this module allow more than one module to run at a time. I can’t seem to get more than one to run. Config file errors out. Could this feature be added? Why would I need this? I’d like to have one league down the right hand side and one down the left hand side.

                J 1 Reply Last reply Jul 23, 2017, 12:52 AM Reply Quote 0
                • S Offline
                  Spankythemusical @j.e.f.f
                  last edited by Jul 22, 2017, 11:21 PM

                  @j.e.f.f Thank you. Like I said, it’s not a big thing that needs immediate attention. The feed is a public JSON feed from ESPN.

                  J 1 Reply Last reply Jul 23, 2017, 12:43 AM Reply Quote 0
                  • J Offline
                    j.e.f.f Project Sponsor Module Developer @Spankythemusical
                    last edited by Jul 23, 2017, 12:43 AM

                    @Spankythemusical all of the current sports my module supports use public JSON feeds. If you want, take a look at, say, NBA to get an idea how it works.

                    S 1 Reply Last reply Jul 23, 2017, 9:05 PM Reply Quote 0
                    • J Offline
                      j.e.f.f Project Sponsor Module Developer @P-Bo726
                      last edited by Jul 23, 2017, 12:52 AM

                      @P-Bo726 it does not. Since the module takes care of dividing up the sports for you I didn’t see a reason for multiple instances.

                      P 1 Reply Last reply Jul 24, 2017, 1:00 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 27
                      • 28
                      • 1 / 28
                      • 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