Skip to content

Latest commit

 

History

History
71 lines (47 loc) · 961 Bytes

README.md

File metadata and controls

71 lines (47 loc) · 961 Bytes

MMM-MLB-Scoreboard

A MagicMirror² module that displays the days Major League Baseball games.

Screenshot

Screenshot

Installation

  1. Navigate to the modules folder:
cd ~/MagicMirror/modules
  1. Clone the repository from Github:
git clone https://github.com/jclarke54/MMM-MLB-Scoreboard
  1. Navigate to the module folder:
cd MagicMirror/modules/MMM-MLB-Scoreboard
  1. Install the dependencies:
npm install 

Configuration

Add the module to your config.js file array:

modules: [
  ...
  {
    module: "MMM-MLB-Scoreboard",
    position: "top_left"
  },
  ...
]

There are no config options.

Update

  1. Navigate to the MagicMirror modules folder:
cd ~/MagicMirror/modules
  1. Download the current version of the module:
git pull
  1. Install the dependencies:
npm install