A MagicMirror² module that displays the days Major League Baseball games.
- Navigate to the modules folder:
cd ~/MagicMirror/modules
- Clone the repository from Github:
git clone https://github.com/jclarke54/MMM-MLB-Scoreboard
- Navigate to the module folder:
cd MagicMirror/modules/MMM-MLB-Scoreboard
- Install the dependencies:
npm install
Add the module to your config.js
file array:
modules: [
...
{
module: "MMM-MLB-Scoreboard",
position: "top_left"
},
...
]
There are no config options.
- Navigate to the MagicMirror modules folder:
cd ~/MagicMirror/modules
- Download the current version of the module:
git pull
- Install the dependencies:
npm install