Read the statement by Michael Teeuw here.
MMM-MLB-Scoreboard
-
Hey everyone! I’m fairly new to the world of developing and much of what i’ve learned has come from tinkering with my MagicMirror. I just got around to making a github and I figured this would be a good opportunity to upload the first custom module I build, MMM-MLB-Scoreboard.
The module is pretty simple. It pulls today’s mlb game data from the free ESPN api endpoint and displays them. I plan to continue updating it to include team logo’s the current inning, and more but for now the scores update every 5 minutes and game status either displays pregame, live, or final.
Here’s a screenshot of the module in action:
The repositories is located at: Github MMM-MLB-Scoreboard Repo
-
@jclarke54 Nice! 👏
Don’t forget to add it to the module list 🙂
-
This is the exact module I am looking for. Though after I installed it, all the teams and scores only show up in a single long column all the way down the side of the screen. Do I have to change the custom.css file to get it to look like yours?
It looks like this:
CHC
8
MIA
1
KC
0
BAL
0
etc. -
Hi I just submitted a Pull Request. It looks like the stylesheet wasn’t being loaded preventing the styles from being applied.