Read the statement by Michael Teeuw here.
MMM-MLB
-
Without further delay and a HUGE HUGE Thanks to @strawberry-3-141 I proudly give you ‘focus_on’ ability!!
You can see all the games in a rotating fashion or just see your favorite team[s]!!
IF you have the first version installed simply go to your MagicMirror/modules/MMM-MLB directory in a terminal window and type:
git pull
New config option:
focus_on: [“Braves”,“Yankees”]Please make sure you put in brackets, capitalize and double quotes if you have more than one team separated by a coma like above.
See here for complete instructions and ENJOY!!
Download:
[card:cowboysdude/MMM-MLB]
-
@cowboysdude WORKS LIKE A CHARM. AMPED. thank you!
-
@cowboysdude love it!!! amazing work!
-
You’re a freakin magician and a guru! :clap_tone1:
-
You’re a freakin magician and a guru! :clap_tone1:
Yes with a lot of help from a very good guy! :baseball:
-
@cowboysdude
Hi, i’ve tried to install this on my magicmirror running on a pi zero, the module will not load in the browser. Any ideas? I have node v6.10.0 and npm 3.10.10.pi@raspberrypi:~/MagicMirror $ node serveronly Starting MagicMirror: v2.1.0 Loading config ... Loading module helpers ... No helper found for module: alert. Initializing new module helper ... Initializing new module helper ... No helper found for module: clock. No helper found for module: calendar_monthly. Initializing new module helper ... No helper found for module: currentweather. No helper found for module: weatherforecast. All module helpers loaded. Starting server op port 8080 ... Server started ... Connecting socket for: updatenotification Connecting socket for: MMM-MLB Starting module: MMM-MLB Connecting socket for: calendar Starting node helper for: calendar Sockets connected & modules started ... Ready to go! Please point your browser to: http://localhost:8080 -
@jimmrr i guess you use the midori browser, which cant handle es6 and this module makes use of es6 features
-
@cowboysdude Thank you so much for your work on this module! I was digging through the code to see how you did it and noticed there’s some code for getting the MLB standings. Is this something that you are actively working on? It would be great to see the scores as well as the standings. Thanks again for a great module!
-
@Durnumosis Well yes I am working on that part :) I’m running into snags so it’s going to be a while… still trying to figure it all out :)
Of course the standings is part of the voice part [MMM-voice]… I am also working on a standalone standings module… no voice required…
-
Question guys, I have the focus_on set to “Yankees” but today they happen to be off so all I see is the header, with the MLB logo and the text MLB Scores 04/20/2017. Is there a way to hide that if the team that is set in the focus_on is not playing that day?
-
@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
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
