• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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-NHL - NHL Score and Schedule module

Scheduled Pinned Locked Moved Sport
26 Posts 14 Posters 17.5k Views 13 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.
  • T Offline
    Trentent
    last edited by Dec 5, 2016, 2:37 AM

    I swear I tried finding an NHL module and couldn’t so decided to try making it myself! Heh, well thanks for making one!

    O 1 Reply Last reply Dec 13, 2016, 2:31 PM Reply Quote 0
    • O Offline
      ooom416354 @Trentent
      last edited by Dec 13, 2016, 2:31 PM

      @Trentent Hey, I just did this with the NFL module but am wondering if I can only show one team in the NHL module? I tried focus_on: [‘NYI’] (yes I am an Isles fan, ugh). This didn’t work, is there something else I need to change?

      S 1 Reply Last reply Dec 13, 2016, 4:50 PM Reply Quote 0
      • S Offline
        strawberry 3.141 Project Sponsor Module Developer @ooom416354
        last edited by Dec 13, 2016, 4:50 PM

        @ooom416354 try focus_on: [2]

        Please create a github issue if you need help, so I can keep track

        S O 2 Replies Last reply Dec 19, 2016, 2:46 AM Reply Quote 0
        • S Offline
          Sunburned @strawberry 3.141
          last edited by Dec 19, 2016, 2:46 AM

          @strawberry-3.141 said in NHL Score and Schedule module:

          focus_on: [2]

          Thanks for posting this! Really only interesting the NY Rangers. The full list of teams can be found in the .js file.

          https://github.com/Trentent/MMM-NHL/blob/master/MMM-NHL.js

          1 Reply Last reply Reply Quote 0
          • O Offline
            ooom416354 @strawberry 3.141
            last edited by Dec 21, 2016, 4:30 AM

            @strawberry-3.141

            @strawberry-3.141 said in NHL Score and Schedule module:

            @ooom416354 try focus_on: [2]

            worked perfectly, thanks!

            1 Reply Last reply Reply Quote 0
            • O Offline
              ooom416354
              last edited by Dec 24, 2016, 8:50 PM

              anyone having an issue today with the module? i am just seeing Loading… and was wondering if it was just me or some other issue

              O 1 Reply Last reply Dec 26, 2016, 4:16 AM Reply Quote 0
              • O Offline
                ooom416354 @ooom416354
                last edited by Dec 26, 2016, 4:16 AM

                @ooom416354 said in NHL Score and Schedule module:

                anyone having an issue today with the module? i am just seeing Loading… and was wondering if it was just me or some other issue

                think i figured it out, no games on the schedule for the christmas break.

                1 Reply Last reply Reply Quote 0
                • H Offline
                  HungoverRex
                  last edited by Jan 16, 2017, 12:57 AM

                  Hey guys,

                  I have installed MMM-NHL in modules and edited my config.js file which shows the modules on my MagicMirror. However, I cannot see the schedule list, there are games on tonight. Any suggestions?
                  0_1484528104908_Screen Shot 2017-01-15 at 4.45.14 PM.png
                  0_1484528455505_Screen Shot 2017-01-15 at 5.00.19 PM.png

                  I S 2 Replies Last reply Jan 16, 2017, 1:03 AM Reply Quote 0
                  • I Offline
                    in_a_days @HungoverRex
                    last edited by in_a_days Jan 16, 2017, 1:04 AM Jan 16, 2017, 1:03 AM

                    @HungoverRex

                    Did you maybe skip installing the dependencies? Navagate to the modules/MMM-NHL folder and

                    sudo npm install

                    Restart your mirror and you should have scores.

                    What ship would bear me ever back across so wide a Sea?

                    1 Reply Last reply Reply Quote 0
                    • S Offline
                      strawberry 3.141 Project Sponsor Module Developer @HungoverRex
                      last edited by Jan 16, 2017, 11:16 AM

                      @HungoverRex remove the quotes from your booleans, this should be the problem.

                      {
                        module:"MMM-NHL",
                        position: "lower_third",
                        config: {
                          colored: false,
                          focus_on: false,
                          format: "ddd h:mm",
                          reloadInterval: 1800000,
                          datesToLookAhead: 1
                        }
                      }
                      

                      Please create a github issue if you need help, so I can keep track

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 1 / 3
                      • 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