Read the statement by Michael Teeuw here.
Unknown Error
-
Re: MMM-MLB
Any idea what this is? Is it just that there aren’t any games yet? Below the error is a copy of the MMM-MLB config.js section:
[2020-11-29 09:46:44.200] [ERROR] Whoops! There was an uncaught exception…
[2020-11-29 09:46:44.202] [ERROR] TypeError: Cannot read property ‘home_team_name’ of undefined
at /home/pi/MagicMirror/modules/MMM-MLB/node_helper.js:53:44
at Array.filter ()
at Class.processScoreboard (/home/pi/MagicMirror/modules/MMM-MLB/node_helper.js:52:43)
at Request._callback (/home/pi/MagicMirror/modules/MMM-MLB/node_helper.js:33:22)
at Request.self.callback (/home/pi/MagicMirror/node_modules/request/request.js:185:22)
at Request.emit (events.js:200:13)
at Request. (/home/pi/MagicMirror/node_modules/request/request.js:1154:10)
at Request.emit (events.js:200:13)
at IncomingMessage. (/home/pi/MagicMirror/node_modules/request/request.js:1076:12)
at Object.onceWrapper (events.js:288:20) -
It won’t let me post the config but it’s straight out of the documentation with the exception of
focus_on: [‘Brewers’],
-
There’s definitely something going on with your
config.jsfile. Looking at the code, it’s not picking up thefocus_onentry that you’ve supplied.Try to post the relevant section of your
config.jsagain. Check the markdown options for how to post blocks of code. It’s probably something trivial, but without a good look into your config, I don’t think we can help you.
