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 502.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.
    • C Offline
      crcowan
      last edited by

      It appears that the SportsNet feed is not updating during the day. It shows a scores of zero all day.

      D 1 Reply Last reply Reply Quote 0
      • D Offline
        Dysantic @crcowan
        last edited by

        @crcowan
        Sportsnet made a change to the hostname for the API, yet their old hostname (and the one this module uses) still has access to the “pre-game” data, which is why we still see the game time, but no live updates or post-game scores.

        A quick fix is to go into the “SNET.js” file, and look for:

        var url = "https://mobile-statsv2.sportsnet.ca/ticker?day=" + this.gameDate.format("YYYY-MM-DD");
        

        Update the hostname from “mobile-statsv2.sportsnet.ca” to “stats-api.sportsnet.ca” like so:

        var url = "https://stats-api.sportsnet.ca/ticker?day=" + this.gameDate.format("YYYY-MM-DD");
        

        The API output is still formatted as the module expects, and all should work again.

        I’ve submitted a pull request, and hopefully I did this correctly… it’s my first time submitting an update via GitHub:

        https://github.com/jclarke0000/MMM-MyScoreboard/pull/91

        W blake_northrupB 2 Replies Last reply Reply Quote 1
        • S sdetweil referenced this topic on
        • W Offline
          wyovino @Dysantic
          last edited by

          @sdetweil

          I’d like to increase the size of the start time for an upcoming game. Which element in the CSS file would that be?

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

            @wyovino I do not know

            you can look at the css provided by the module in the module folder. it may give you info about that content style

            you can also use the developer window to examine and change styles to determine how to set custom.css

            see this post

            https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues/2?_=1720443608424

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            W 1 Reply Last reply Reply Quote 1
            • E Offline
              ericsprime18
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • W Offline
                wyovino @sdetweil
                last edited by

                For anyone else interested, I changed the following in the MMM-MyScoreboard.css file:

                In the "MMM-MyScoreboard .box-score .status " section

                From:
                font-size: 20px;
                font-weight: 400;

                To:
                font-sze: 30px;
                font-weight: bold;l

                1 Reply Last reply Reply Quote 0
                • blake_northrupB Offline
                  blake_northrup @Dysantic
                  last edited by

                  @Dysantic Thank you for this fix @Dysantic! Works like a charm!

                  1 Reply Last reply Reply Quote 0
                  • O Offline
                    ogunn
                    last edited by

                    @blake_northrup can you post your config code for your scoreboard because I still can’t get it to load. Thanks,

                    D 1 Reply Last reply Reply Quote 0
                    • D Offline
                      dathbe @ogunn
                      last edited by

                      FYI, i have taken over maintaining this module and have made some updates. anyone interested can check out at https://github.com/dathbe/MMM-MyScoreboard .

                      open an issue if you have problems or a suggestion.

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

                        @dathbe Thank you. I’ve wanted to install this module again, but I have worries about longevity.

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

                        D 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 24
                        • 25
                        • 26
                        • 27
                        • 28
                        • 28 / 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