• 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-MyScoreboard

Scheduled Pinned Locked Moved Sport
277 Posts 60 Posters 411.8k Views 63 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.
  • S Offline
    Spankythemusical @j.e.f.f
    last edited by Jul 23, 2017, 9:05 PM

    @j.e.f.f I actually used the MBA section as the template. Unfortunately, I do not have close to enough experience with js to ensure that it is correct. Is there a section of code that controls if the section is hidden or showing? If I could make the section how even without an upcoming game, then I could see if what I’ve done so far is successful.

    J 2 Replies Last reply Jul 24, 2017, 6:32 AM Reply Quote 0
    • P Offline
      P-Bo726 @j.e.f.f
      last edited by Jul 24, 2017, 1:00 AM

      @j.e.f.f I’m in the process of building an all sports dashboard and could use multiple instances. I’d benefit from that feature and other may see a use for it as well. Please, Please :)

      J 2 Replies Last reply Jul 24, 2017, 6:33 AM Reply Quote 0
      • J Offline
        j.e.f.f Project Sponsor Module Developer @Spankythemusical
        last edited by Jul 24, 2017, 6:32 AM

        @Spankythemusical you won’t have to touch the front end logic. Your NCAA extension file handles what the front end will receive. Typically the way the other sports work is that the sport is configured with the teams you wish to follow. Then you’ll query for all of “today’s” games, then filter what gets returned to the list of teams to follow. There is a README under the sports directory that goes into more detail about all of this.

        You’ll also need to add your sport to the list of supported sports in node_helper.js. It’s an array near the top of the file.

        Lastly, in case there are any special CSS requirements for your sport you may need to add some rules to MMM-MyScoreboard.css. But it should look pretty good right out of the box.

        In any case I’ll lend a hand when I get back next week.

        1 Reply Last reply Reply Quote 0
        • J Offline
          j.e.f.f Project Sponsor Module Developer @P-Bo726
          last edited by Jul 24, 2017, 6:33 AM

          @P-Bo726 I’m travelling all this week but I’ll see what I can do when I get back.

          1 Reply Last reply Reply Quote 0
          • O Offline
            onetwankyfive
            last edited by Jul 26, 2017, 1:27 PM

            +1 to NCAAF
            This would be amazing

            1 Reply Last reply Reply Quote 0
            • J Offline
              j.e.f.f Project Sponsor Module Developer @P-Bo726
              last edited by j.e.f.f Aug 1, 2017, 7:56 PM Aug 1, 2017, 7:47 PM

              @P-Bo726 So it looks like I’d need to make a pretty significant rewrite to make this module work with multiple instances. Right now my node_helper module stores quite a bit of instance information, including what supported sports modules are required – this part in particular poses a real problem being stored as instance configuration, as opposed to a global module configuration.

              I’ll spend some time thinking about how this might be architected, but I don’t think this will happen any time soon, sorry to say.

              If you wanted to get your hands dirty, you could manually make multiple instances of this module, but it’s really hacky. Make a copy of the MMM-MyScoreboard directory (Say, MMM-MyScoreBoard2). rename MMM-MyScorboard.js to MMM-MyScoreboard2.js. Do the same to the CSS file and rename it to MMM-MyScoreboard2.css. In the MMM-MyScoreboard2.js file, you’ll need to adjust line 12 Module.register("MMM-MyScoreboard" to read Module.register("MMM-MyScoreboard2" and similarly line 38 return ["MMM-MyScoreboard.css"]; to return ["MMM-MyScoreboard2.css"];

              Finally, do a search and replace in MMM-MyScoreboard2.css and replace all instances of MMM-MyScoreboard with MMM-MyScoreboard2.

              Now you have two independent modules - MMM-MyScoreboard and MMM-MyScoreboard2 - that you can configure separately in your config file.

              You can do this as many times as you like, so long as each time you are using a different name.

              1 Reply Last reply Reply Quote 0
              • P Offline
                P-Bo726
                last edited by Aug 2, 2017, 6:02 PM

                Thank you for the response. I’ll take a look at that hack you provided. If you find some "free’’ time and want to work on the multiple instances I would still find some value in it. No pressure, no hurry. I appreciate all the work you have put into this module and the MM forum in general. Great work!

                J 1 Reply Last reply Aug 2, 2017, 6:03 PM Reply Quote 0
                • J Offline
                  j.e.f.f Project Sponsor Module Developer @P-Bo726
                  last edited by Aug 2, 2017, 6:03 PM

                  @P-Bo726 Need to get NFL up and running before anything else. Pre-season starts this week!

                  1 Reply Last reply Reply Quote 0
                  • K Offline
                    Krisalexroberts 0
                    last edited by Aug 3, 2017, 6:22 AM

                    Could you get this working with Pointstreak? Lots of minority leagues/sports use Pointstreak such as the UK Elite Ice Hockey League (EIHL)

                    J 1 Reply Last reply Aug 4, 2017, 6:41 PM Reply Quote 0
                    • J Offline
                      j.e.f.f Project Sponsor Module Developer @Krisalexroberts 0
                      last edited by Aug 4, 2017, 6:41 PM

                      @Krisalexroberts-0 I’ll take a look to see if there is a public data feed available for this. If so, it should be doable. It will take some time to amass all of the logos and such, but I like the potential for many leagues working with a single API.

                      I still have to finish with NFL – I had it working with last night’s game, but I’d like to run it against next week’s preseason lineup to see if there are any gotchas before I release it.

                      So far I have requests for NCAAF, Pointstreak and eSports. Should be an interesting summer!

                      K 1 Reply Last reply Aug 6, 2017, 1:50 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 27
                      • 28
                      • 2 / 28
                      2 / 28
                      • First post
                        15/277
                        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