Read the statement by Michael Teeuw here.
MMM-MLB
-
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]
-
@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