Read the statement by Michael Teeuw here.
MMM-MyScoreboard
-
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!
-
I’m excited to announce Version 2.0 of MMM-MyScoreboard! See the top of this thread for all of the new features, or just jump in and get the update.
When updating, be sure to run
git pull
in theMMM-MyScoreboard
directory to get the latest source code, the runnpm install
to install the new dependencies. Optionally runnpm prune
to remove old dependencies that are no longer required.Also note that some of the team short codes have changed, so be sure to check you config against the list of short codes in the README if your team is not showing up.
-
Thank you for all the hard work.
-
Getting some errors using the default config
I’m running node serveronly and I updated to MM 2.1.3
SyntaxError: Unexpected token function
at createScript (vm.js:56:10)
at Object.runInThisContext (vm.js:97:10)
at Module._compile (module.js:542:28)
at Object.Module._extensions…js (module.js:579:10)
at Module.load (/home/elowe/MagicMirror/modules/MMM-MyScoreboard/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Class.loadModuleDefaultConfig (/home/elowe/MagicMirror/modules/MMM-Remote-Control/node_helper.js:254:17)
at /home/elowe/MagicMirror/modules/MMM-Remote-Control/node_helper.js:211:10
at FSReqWrap.oncomplete (fs.js:123:15)And then :
TypeError: Cannot read property ‘indexOf’ of undefined
at /home/elowe/MagicMirror/modules/MMM-MyScoreboard/providers/ESPN.js:98:34
at Array.filter (native)
at Object.formatScores (/home/elowe/MagicMirror/modules/MMM-MyScoreboard/providers/ESPN.js:97:39)
at /home/elowe/MagicMirror/modules/MMM-MyScoreboard/providers/ESPN.js:75:27
at /home/elowe/MagicMirror/modules/MMM-MyScoreboard/node_modules/json-parse-async/index.js:20:14
at _combinedTickCallback (internal/process/next_tick.js:73:7)
at process._tickCallback (internal/process/next_tick.js:104:9) -
@emlowe I haven’t been able to reproduce the first issue you are seeing… still a few things for me to try, so stay tuned.
Meanwhile, I was able to track down the second issue. I published v2.0.1 to address that.
-
@emlowe I’ve done more testing on this… still can’t reproduce it.
Can you verify that you ran
npm install
in theMMM-MyScoreboard
directory after you updated to the new version? Dependencies have changed, and MM will throw an error if you haven’t done so.Here is what I have tried so far, all with MMM-MyScoreboard using the default config:
MM v 2.1.2 normal mode
MM v 2.1.2 server only mode
MM v 2.1.3 normal mode
MM v 2.1.3 server only modeThe error message you’re seeing makes reference to MMM-Remote-Control, so I installed that module then ran the above two 2.1.3 scenarios again, and I didn’t run into the issue.
Interestingly, the error is starting with MMM-Remote-Control’s node_helper module, first on line 211:
self.loadModuleDefaultConfig(currentModule, modulePath);
then on line 254:
var jsfile = require(filename);
I don’t really know how the remote control module works, but it appears to be enumerating the modules to list in its UI, when you can turn them on and off individually. Can you try disabling MMM-Remote-Control temporarily to see if the problem goes away?
-
Sorry for the delay in responding. Yes you fixed the one error and the other error is caused by some interaction with MMM-RemoteControl.
Feature Request - I’d like it to say “No Games” or “No Games for selected teams” rather than just not showing anything
Thanks - great module!