Read the statement by Michael Teeuw here.
MMM-MLB
-
@ooom416354 I will have to check into that. :) It’s going to take a little while.
-
@cowboysdude no problem, figured it would be a bit difficult
-
@ooom416354 Just from a time aspect :) My business is burying me right now… it’s that time of the year… ;)
-
@cowboysdude ha i know the feeling. Thanks again!
-
It loads and shows scores and such but no logos not even MLB. Both are set to true
Any ideas ?
-
@shanecrozier I only have one… I just deleted and reinstalled on mine and it’s working fine…
SO in the MMM-MLB directory make sure the icon folder is there ;)
-
@cowboysdude yes it is already checked that and it has all the icons in it
-
@shanecrozier Well I would say reinstall it because it doesn’t require npm install to run…
Like I said I just downloaded it and reinstalled it and it’s working. So not really sure what’s going there as I"m not able to reproduce the issue unless the icons dir isn’t there.
-
Ok will try that thanks for the help
-
I made a small change to this module.
If you add the following:
awayTempColumn.setAttribute(“team-name”, games.away_team_name);
homeTempColumn.setAttribute(“team-name”, games.home_team_name);Then you can do this in your custom.css:
.MMM-MLB .awayteam[team-name=“Giants”] { color: #FB5B1F; font-weight: bold; }
.MMM-MLB .hometeam[team-name=“Giants”] { color: #FB5B1F; font-weight: bold; }
And now, my Giants are in Giant orange…
-Earle