Read the statement by Michael Teeuw here.
MMM-NBA
-
@cowboysdude update: fixed it, didn’t have my own timezone set correctly, sorry for the trouble! Still no logo though but working great otherwise. I’m curious though, how does it treat focus_on teams differently? Longer display times? Displays first?
Looks really really good man, I’ve wanted an NBA module forever. Thanks again dude!
-
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 :) -
@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
-
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!
-
@cowboysdude oh killer thanks!
-
Bugfix release - wasn’t getting all the scores correctly. [and a few cosmetic changes ;)]
Download:
[card:cowboysdude/MMM-NBA]
Version 1.0.2
-
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
-
@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 :)
-
@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
-
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?