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.
    • 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
          • S Offline
            sdetweil @lotusvball
            last edited by

            @lotusvball sometimes u can fix those…

            npm audit fix

            sometimes u can’t as no fix is available yet

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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

              tried that and it say that it needs done manually. I see the code in the .js part but don’t know how to fix it.

              1 Reply Last reply Reply Quote 0
              • lucallmonL Offline
                lucallmon
                last edited by

                @j-e-f-f is there a way you can change how often it updates the scores? what is the default set to? I’d like to change it to every 15 minutes. Thanks and standing by.

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

                  Any clue why it would only show Final score and not future or in progress? I have been looking through the code, comparing the ESPN feed to everything I can’t seem to figure it out.

                  1 Reply Last reply Reply Quote 0
                  • E Offline
                    ensch25
                    last edited by

                    Is there a way to change the time format into a 24h look?

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

                      Is anyone else not having NBA scores populate? Is the module not supposed to show the scrimmage scores?

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

                        @socosurf the module gets its scores from a SportsNet.ca feed. If you see scores for games on their web site, then you should see them in the module. But I don’t think SportsNet has historically had exhibition games in their feed.

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

                          @socosurf actually I think for NBA the feed is from ESPN. In any case, same general idea applies. If you don’t see scores for these matches in the web site then you won’t see it in the module.

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

                            MLS scores don’t seem to be updating. Am I the only one with issues?

                            1 Reply Last reply Reply Quote 0
                            • J Offline
                              JRichardson10
                              last edited by

                              Hi complete coding and raspberry pie newbie here, I was wondering if it’s possible to add a code sequence that allows you to only show the results from one sports division/league at a time and fade between all the listed divisions/leagues I’ve included in config.js file, similar to how it’s fades between each sports league table in the ‘MMM-MyStandings’ module. I’ve tried looking through the ‘MMM-MyScoreboard.js’ file but cannot find any solution.
                              Apologies if this is a really simple solution, I’m very new to this😅. Any help would be greatly appreciated!

                              1 Reply Last reply Reply Quote 0
                              • E Offline
                                Egnos
                                last edited by

                                Hi everyone, many thanks for the module, it is really beautiful!
                                Is it possible to freeze match results until the next match?
                                Now after the games have finished the results disappear …

                                My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

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

                                  @Egnos Short answer: No. Long Answer: Noooooooooooooooooooooooooooooooooooooo.

                                  🤣🤣🤣

                                  Due to the data feeds, the match is cleared as soon as they set up the new ones. You’d be better off to use a module specific to your target league for that, where the author took the time to cache results.

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

                                  E 1 Reply Last reply Reply Quote 0
                                  • E Offline
                                    Egnos @BKeyport
                                    last edited by

                                    @BKeyport thanks.
                                    If I set “rolloverHours” configuration parameter with a very high number … like 100?
                                    When the match schedule is updated would it change?

                                    My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

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

                                      This post is deleted!
                                      1 Reply Last reply Reply Quote 0
                                      • sifuhallS Offline
                                        sifuhall
                                        last edited by

                                        I followed the instructions here for the git pull and npm install with no errors.

                                        In my config file I place this but all I get is a blank screen.

                                        {

                                        module: “MMM-MyScoreboard”,

                                        position: “top_left”,

                                        classes: “default everyone”,

                                        header: “My Scoreboard”,

                                        config: {

                                        showLeagueSeparators: true,

                                        colored: true,

                                        viewStyle: “mediumLogos”,

                                        sports: [

                                        {

                                        league: “NCAAF”,

                                        teams: [“UK”]

                                        }

                                        ]

                                        }

                                        },

                                        W 1 Reply Last reply Reply Quote 0
                                        • W Offline
                                          Wenike @sifuhall
                                          last edited by

                                          @sifuhall You won’t get anything until the UK football team has a game, which won’t be for a few weeks. Until then, this module displays nothing.

                                          sifuhallS 1 Reply Last reply Reply Quote 0
                                          • sifuhallS Offline
                                            sifuhall @Wenike
                                            last edited by

                                            @wenike Thank you for the reply. But I’m saying the entire screen is blank. Not just the scores section.

                                            W S 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
                                            • 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