Read the statement by Michael Teeuw here.
MMM-MyScoreboard
-
@j.e.f.f Nice job! It is working fine for me.
-
@nevint Update! I think I’ve found a feed that gives provides CFL scores without requiring an AI key. I’ve coded it, but I want to run it through its paces this weekend just to be sure everything works as expected. Stay tuned!
-
Just checking in on my favorite module. Are multiple instances still a possible future enhancement?
-
@P-Bo726 Still thinking about the right way to do it. It needs a complete rearchitecture in order to make it happen. And If I’m going to do that, then I also want to rearchitect how I handle the data providers… Instead of a one-to-one relationship between sport and feed, I’d like to be able to take advantage of feeds that can provide multiple sports – e.g.: Using just the ESPN and Sportsnet scoreboard feeds can provide the data for all of the sports I currently support, plus a few more that I haven’t yet integrated. Even better is that Sportsnet gives me all sports it supports at once… so it significantly cuts down on the data pulls.
So it’s a long way of saying yes it’s in in the plan, but it won’t happen overnight.
-
@j.e.f.f Looking forward to it! I still haven’t got the API key approved, it seems they are ignoring the requests these days.
-
@nevint @P-Bo726 Just to give you an update, I have a branch with multiple instances working. Still needs quite a bit of testing, but here’s a sneak peek:
This is three instances of the module running simultaneously, and taking advantage of using feeds that supply scores for multiple sports, including CFL without the API key.
-
Fantastic. Looks great!
-
@j.e.f.f Any luck with the CFL testing?
-
@nevint going well. I’m going to release it with V2 of the module, which also adds support for multiple instances and takes advantage of using providers for multiple sports. Plus a few new display goodies! I need a few more days of testing, as I’m ironing out some issues with the NBA feed. But otherwise it’s just about ready for release.
-
@j.e.f.f Awesome!! Thanks for all the hard work!