Read the statement by Michael Teeuw here.
MMM-NFL update ?
-
Are we going to be able to get NFL scores ect with MMM-NFL this year?
-
Wowser,
IT WORKS, SO FAR. -
P plainbroke has marked this topic as solved
-
Now that we are into the NFL 2025-2026 Season, I would love to have the schedule, scores and standings on my MM.
This may be a dumb question, but what is the coding for downloading MMM-NFL? Step 1 for the installation doesn’t make sense to me, what repo? I am accustomed to see coding for a github download address.
I tried MMM-Myscoreboard and that one appears outdated. The provider address for SNET does not work.
Any help would be greatly appreciated.
-Mike
-
@mishman
cd MagicMirror/modules
git clone https://github.com/fewieden/MMM-NFL.git
cd MMM-NFL
npm install --productionConfigure 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 -
@plainbroke said in MMM-NFL update ?:
the options are on the github page.
which is the README.md file in the module folder after git clone