Read the statement by Michael Teeuw here.
MMM-MLB
-
Nice work, I had the same kind of idea with this old post, great job implementing it!
https://forum.magicmirror.builders/topic/1701/mlb-scores-module
Just wondering, similar to the MMM-NHL module where you can focus on only 1 team, is that possible in this module? Like for example, just to see the current data for the Yankees?
-
Damn, this is a cool module! I’m building an MM Sports laptop for someone as a gift and this is already installed. I don’t know how you geniuses do it, but I’m glad you do. I tip my hat to you, sir, and I thank you for sharing this wonderful creation of yours. :clap_tone2:
-
Thanks guys!! Thanks @Mykle1 for testing it for me :) You’ve been a great help!
As for the focus on part I’m working on it… IF anyone out there wants to help with that I’d appreciate it. I’m just learning js so it’s a process :)
-
@cowboysdude said in MMM-MLB:
Thanks @Mykle1 for testing it for me You’ve been a great help!
Totally my pleasure. I got to see the genius at work! :thumbsup_tone1:
-
@cowboysdude said in MMM-MLB:
Thanks @Mykle1 for testing it for me You’ve been a great help!
Totally my pleasure. I got to see the genius at work! :thumbsup_tone1:
Wellllllllllllllll I dunno about that LOL
-
@cowboysdude said in MMM-MLB:
I dunno about that LOL
You made it. It works. Genius! (I rest my case)
-
Can anyone help out in trying to add criteria on only a selected team? I have tried to do it but am not sure exactly what spot in the code this needs to be added.
if games.game.away_team_name === “Yankees” ||
games.game.home_team_name === “Yankees”Was thinking because games is an array do we need a loop maybe?
Thanks.
-
@ooom416354 if you can wait for a few days I will teach @cowboysdude how to do it
-
@strawberry-3.141 Def can wait, the season doesn’t start until like 4/1 anyway !
-
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]