@mishman
cd MagicMirror/modules
git clone https://github.com/fewieden/MMM-NFL.git
cd MMM-NFL
npm install --production
Configure your ~/MagicMirror/config/config.js:
{
module: "MMM-NFL",
position: "middle_center",
config: {
colored: true,
helmets: true,
focus_on: ["KC", "BLT", "BUF", "CIN", "CHI", "CLE", "DEN", "PHI", "TB", "DAL", "MIA", "NYJ"],
format: "ddd, hA",
reloadInterval: 1800000,
tableSize: "large"
},
},
the options are on the github page.
https://github.com/fewieden/MMM-NFL