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

      Anyone else missing a few NFL logos lately?

      0_1543800295627_score.png

      Full time Dad, DJ and entertainer and lover of technology.

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

        Happens from time to time. I just turned off the logos…

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

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

          @cyberphox Is this on the original codebase or a fork? Mine looks like this:

          0_1543801954419_Screen Shot 2018-12-03 at 1.51.45 AM.png

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

            @j-e-f-f
            Using your repo - not the fork. Getting this today.

            0_1543805063089_598c5ca7-9a85-4096-94c6-0520c94c950e-image.png

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

              @j-e-f-f

              Just double checked…

              Git Pull “Up to date”

              And pulling from original repo…
              0_1543805279053_b8006c14-1f98-48bd-b7d0-2d86d6516577-image.png

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

                @wedee try deleting the module and reinstalling. Not sure you’re getting the most latest. Something happened with hit on the last update where things got a little out of sync.

                Not saying this will solve your issue but will eliminate one factor.

                I’m wondering if this is a memory issue…

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

                  @j-e-f-f I just deleted the whole folder and reinstalled and still missing a few…although i did have a fork installed a few weeks ago…not sure if that did anything

                  Full time Dad, DJ and entertainer and lover of technology.

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

                    @cyberphox do all of the logos appear of you change your config to just show you NFL? Or if you configure it for just one of the teams that isn’t showing? I’m beginning to think the issue might be video memory.

                    I remember when I configured my Pi I increased the amount of video memory allocated specifically because this needed to be run in the GUI desktop environment. Not sure how it behaves under the default settings.

                    1 Reply Last reply Reply Quote 1
                    • C Offline
                      cyberphox
                      last edited by

                      Just tested with only NFL showing…I get this:

                      0_1543855016921_so.png

                      Full time Dad, DJ and entertainer and lover of technology.

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

                        @cyberphox can you try getting to your MM via URL in a remote browser http://yourPi-IPaddress:8080 ? You can then look at Developer Tools in Chrome/Firefox etc and dig into the image element that should be showing for each team. My fork works fine for images of the NFL. It takes the image URL via the ESPN feed for the logo. The original code, has local images for each team.

                        1 Reply Last reply Reply Quote 0
                        • C Offline
                          cyberphox
                          last edited by cyberphox

                          Running it in a Docker container on Synology…got it remotely open on Chrome…got the Developer Tools open…
                          I do have a logos folder with all the Team logos there so not sure why only a few show

                          Looks like the Was log for example is pointing to a file that does exist:

                          0_1543857151573_was.png

                          Full time Dad, DJ and entertainer and lover of technology.

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

                            @cyberphox OH I see the problem! The file name is WAS.svg not Was.svg (Notice the difference in case). That should be an easy fix to simply force uppercase. Will publish a fix tonight.

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

                              @cyberphox OK this should be fixed now. Do a git pull and let me know if it’s resolved for you.

                              1 Reply Last reply Reply Quote 0
                              • C Offline
                                cyberphox
                                last edited by

                                How the heck did I not see this myself? I seriously even checked the first let to see if it was a capital issue…should’ve kept going! lol

                                Seems fixed! Thanks man!

                                Full time Dad, DJ and entertainer and lover of technology.

                                1 Reply Last reply Reply Quote 0
                                • A Offline
                                  Achilles
                                  last edited by

                                  Happy New Year all!

                                  I am not seeing NHL scores now. Actually, I only have one team that I am trying to follow (Tampa Bay Lightning) and that score is failing to pop up in the Scoreboard now. I did do a git pull a week ago, but my results are the same. Am I missing something?

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

                                    @achilles I messed up with the commits and in my attempt to fix it, I might have left all installs in an odd state, where a git pull doesn’t seem to work. Please delete the module directory and reinstall to get the latest code. Hopefully that will fix your issue. Give it a shot and post back letting me know if it worked.

                                    1 Reply Last reply Reply Quote 0
                                    • A Offline
                                      Achilles
                                      last edited by

                                      @j-e-f-f Thanks!

                                      That did the trick! Much appreciated for the help!

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

                                        @achilles Glad you got it working. Also, Tampa Bay BOOOOOO!!!

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

                                          Hey folks. I know I haven’t paid much attention to this module over the last little bit, but with the move to the UK my kids are all into Soccer now (or Football, as everyone continues to correct me!). They’ve demanded I add Arsenal and FC Barcelona to my mirror.

                                          So I’ve released a new update and it’s a big one. This builds on the work that was done on the add_more_soccer branch. But instead of supporting a handlful of soccer leagues, my module now supports ALL of the soccer leagues that ESPN’s API feed provides.

                                          0_1549206227227_8f43e40b-11f6-405c-b82d-a261ab0a00d4-image.png

                                          To anyone currently using the add_more_soccer branch note that your configs won’t work as-is any more. Given that I’ve added support for more than 100 leagues and competitions, I’ve needed to come up with a more meaningful naming scheme. Please see the README for the new list of leagues supported.

                                          Also, if a git pull does not get you the latest source code, then you might need to remove the module altogether and reinstall it from scratch. A while back I messed up a couple of commits and it might have left some installs in an unlinked state. Reinstalling from source gets you past that moment in time, and everything should work as normal after that.

                                          Enjoy!

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

                                            This makes me so happy!!! Cannot wait to check it out and move away from my forked code. Welcome to the world of football!!

                                            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
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 11
                                            • 12
                                            • 13
                                            • 14
                                            • 9 / 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