A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-MyTraktSeries
-
MMM-MyTraktSeries.js:61
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘nextEp’)
at Class.getDom (MMM-MyTraktSeries.js:61:45)
at main.js:113:35
at new Promise ()
at updateDom (main.js:111:10)
at Object.updateDom (main.js:552:4)
at Class.updateDom (module.js:358:6)
at Class.socketNotificationReceived (MMM-MyTraktSeries.js:101:18)
at module.js:245:9
at Socket. (socketclient.js:38:4)
at Emitter.emit (index.mjs:136:20)Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'nextEp')
Row 61 says:
title = this.shorten(aux[i].nextEp, 19); -
@luisestrada means aux[i]
doesn’t point to an object.