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-NBA

    Scheduled Pinned Locked Moved Sport
    26 Posts 6 Posters 15.3k Views 6 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.
    • cowboysdudeC Offline
      cowboysdude Module Developer
      last edited by

      Glad you fixed, sorry I missed your post! The order the games show in are dependent on the game data that comes in. It shows games in from the top down. So for instance the Celtics could be playing and the Hornets could be playing. If the game data has the Hornets listed first then it’ll show that game first then the Celtics game. :) So it’s in descending order. I do have to add if no data check and probably will do that later tonight.

      For the logo make sure that the header is set to true and the logo are set to true.
      If that’s the case then check your MMM-NBA/icons directory and make sure that the file nba.png is there :)

      C 1 Reply Last reply Reply Quote 1
      • C Offline
        chieftainSupreme @cowboysdude
        last edited by

        @cowboysdude no problem! I played around with all combos of header/logo and didn’t have any success. I’ll make sure I have nba.png but I can’t imagine why I wouldn’t. I’ll let you know if I figure it out

        1 Reply Last reply Reply Quote 0
        • cowboysdudeC Offline
          cowboysdude Module Developer
          last edited by cowboysdude

          I looked on github now that I’m home and didn’t see the nba logo file… I uploaded it!!!

          My mistake, sorry.

          git pull should fix it!

          C 1 Reply Last reply Reply Quote 0
          • C Offline
            chieftainSupreme @cowboysdude
            last edited by

            @cowboysdude oh killer thanks!

            1 Reply Last reply Reply Quote 1
            • cowboysdudeC Offline
              cowboysdude Module Developer
              last edited by cowboysdude

              Bugfix release - wasn’t getting all the scores correctly. [and a few cosmetic changes ;)]

              Download:

              [card:cowboysdude/MMM-NBA]

              Version 1.0.2

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

                Hey man had a suggestion for you. It would be great if we could get the module to stretch across the full bottom bar, and even have the option to show two scores at once. Love the app so far, I’ve been playing around with it a bunch. Still can’t get my NBA logo to look right though

                cowboysdudeC 1 Reply Last reply Reply Quote 0
                • cowboysdudeC Offline
                  cowboysdude Module Developer @chieftainSupreme
                  last edited by

                  @chieftainSupreme this is an example config that I use to test with:

                                                                                                                                                  ```
                                  {
                      	        disabled: false,
                  	        module: 'MMM-NBA',
                  	        position: 'middle_center',
                  		config: {
                  		maxWidth: "500px",
                  		header: true,
                  		logo: true,
                  		focus_on: ["Knicks"]
                  		}
                                                                                                                                               ```
                  

                  The header is showing up with logo… Just make sure you have nba.png in the icons folder :)

                  C 1 Reply Last reply Reply Quote 1
                  • C Offline
                    chieftainSupreme @cowboysdude
                    last edited by

                    @cowboysdude just saw this my bad! I’ve disabled the logo for now, i’ll try a full reinstall and maybe that’ll undo some of the tinkering i’ve done on it. Thanks again dude

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

                      hello @cowboysdude i tried to install this module so i modified the config.js like you but on my mirror i got a blank space so… can you help me?

                      cowboysdudeC 1 Reply Last reply Reply Quote 0
                      • cowboysdudeC Offline
                        cowboysdude Module Developer @Artech
                        last edited by cowboysdude

                        @Artech

                        {
                            	        disabled: false,
                        	        module: 'MMM-NBA',
                        	        position: 'middle_center',
                        		config: {
                        		maxWidth: "500px",
                        		header: true,
                        		logo: true,
                        		focus_on: ["Knicks"]
                        		}
                                 },
                        
                        A 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 2 / 3
                        • 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