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.7k 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.
    • 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
        • T Offline
          tony1550 @j.e.f.f
          last edited by

          Hi, looks like I am having the same problem about the scoreboard not loading or being stuck on loading…. I followed the instructions and experiencing the same issue. All I see is the header nothing else. Were you able to fix it? let me know I am curious because I have been looking for a module like this for a long time. I am running the latest version of MM and Raspian on a Pi3b+

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

            So, I know this result was an accident for @xclsior
            0_1541385267757_Screenshot (417).png

            But I would like to do it on purpose so that I can scroll the scores across the screen…

            Any ideas how this can be done?

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

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

              Anyone having issues that the scores don’t display? The matches show up properly but during the games nothing is displayed.

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

                @nhl

                I had that problem last night, first time though.

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

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

                  it looks like its just the nhl games having issues

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

                    @nhl
                    The problem I had Thursday was with NFL

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

                    1 Reply Last reply Reply Quote 0
                    • H Offline
                      hoveeman
                      last edited by

                      One of the score providers must have changed their api? I believe it uses sportsnet.ca and espn for scores. NCAA Men’s basketball is working fine, but nfl and mls were not working yesterday.

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

                        NHL was stuck for me.

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

                        1 Reply Last reply Reply Quote 0
                        • H Offline
                          hoveeman @hoveeman
                          last edited by

                          looks like an issue with sportsnet.ca. Looking at the json file, it was documented well that this provider is used for the majority of scores.

                          https://github.com/jclarke0000/MMM-MyScoreboard/blob/master/providers/SNET.js

                          It grabs the scores from this feed.

                          http://www.sportsnet.ca/wp-content/uploads/scoreboard.json

                          The feed is still active, so need to do some digging as to what broke it.

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

                            I’ve updated my fork to have the code use ESPN for those broken sports. Something is up with the sportsnet.ca json where it does not give the results for some of the sports. https://github.com/vincep5/MMM-MyScoreboard

                            N BKeyportB 2 Replies Last reply Reply Quote 1
                            • N Offline
                              nhl @vinp
                              last edited by

                              @vinp Awesome! Thanks!

                              1 Reply Last reply Reply Quote 0
                              • BKeyportB Offline
                                BKeyport Module Developer @vinp
                                last edited by

                                @vinp being a linux/magic mirror newbie - how would one switch to your fork?

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

                                V 1 Reply Last reply Reply Quote 1
                                • H Offline
                                  homerj99
                                  last edited by homerj99

                                  Brilliant, replaced necessary files with your updates and it works like a charm. Thank you

                                  1 Reply Last reply Reply Quote 0
                                  • V Offline
                                    vinp Module Developer @BKeyport
                                    last edited by

                                    @bkeyport ssh into your Pi and then “cd” into where you have MagicMirror/modules then run:
                                    rmdir MMM-MyScoreboard
                                    while you are still in the /modules folder, do a clone of my repository : git clone https://github.com/vincep5/MMM-MyScoreboard.git
                                    Lastly run:
                                    cd MMM-MyScoreboard
                                    npm install

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

                                      @vinp
                                      I had to use
                                      sudo rm -rf MMM-MyScoreboard
                                      as the directory was not empty.

                                      And had to also throw a
                                      npm cache clean
                                      prior to npm install
                                      to get rid of the install errors regarding “Failed to parse json”

                                      When my MagicMirror starts I see the header, then it disappears and it is not populating any of today’s NFL games. Configuration is the same as I was using before the issues started. Aside from the data sources nothing else changed in this fork right?

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

                                        @wedee Sportsnet changed their feed. Unfortunately the new one is quite different in format so it’s taking me a bit of time to write a fix. Hopefully I’ll have a release soon.

                                        W 1 Reply Last reply Reply Quote 1
                                        • W Offline
                                          Wedee @j.e.f.f
                                          last edited by

                                          @j-e-f-f
                                          Thanks for the reply. Look forward to the update.

                                          1 Reply Last reply Reply Quote 0
                                          • H Offline
                                            homerj99
                                            last edited by

                                            Just noticed in NHL Scores that Vegas Knights Logo was not appearing, just the abbreviation of VGS appearing, I copied the logo and renamed it VGS, logo now appearing, perhaps due to ESPN labeling? Just thought I would share

                                            V 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