MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-NFL update ?

    Scheduled Pinned Locked Moved Solved Feature Requests
    5 Posts 3 Posters 1.8k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • plainbrokeP Offline
      plainbroke
      last edited by

      Are we going to be able to get NFL scores ect with MMM-NFL this year?

      Slow learner. But trying anyways.

      plainbrokeP 1 Reply Last reply Reply Quote 0
      • plainbrokeP Offline
        plainbroke @plainbroke
        last edited by

        Wowser,
        IT WORKS, SO FAR.

        Slow learner. But trying anyways.

        M 1 Reply Last reply Reply Quote 0
        • plainbrokeP plainbroke has marked this topic as solved
        • M Offline
          mishman @plainbroke
          last edited by

          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

          plainbrokeP 1 Reply Last reply Reply Quote 0
          • plainbrokeP Offline
            plainbroke @mishman
            last edited by plainbroke

            @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

            Slow learner. But trying anyways.

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @plainbroke
              last edited by

              @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

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy