@erycken said in Newbie to everything - Error in module and cant work out why!:

loader.js:182 Load script: modules/MMM-MyTraktSeries//MMM-MyTraktSeries.js
module.js:477 Module registered: MMM-MyTraktSeries
loader.js:152 Bootstrapping module: MMM-MyTraktSeries
loader.js:237 File already loaded: moment.js
loader.js:157 Scripts loaded for: MMM-MyTraktSeries
loader.js:197 Load stylesheet: modules/MMM-MyTraktSeries/MMM-MyTraktSeries.css
loader.js:159 Styles loaded for: MMM-MyTraktSeries
translator.js:170 MMM-MyTraktSeries - Load translation fallback: translations/en.json
loader.js:161 Translations loaded for: MMM-MyTraktSeries

MMM-MyTraktSeries.js:22 Starting module: MMM-MyTraktSeries
main.js:422 All modules started!

module.js:156 MMM-MyTraktSeries received a system notification: ALL_MODULES_STARTED

module.js:154 calendar received a module notification: CURRENTWEATHER_DATA from sender: currentweather

so, from the log, your module is loaded and running…

so, what do you do to present info? how does your module respond to the getDom() method call?
that is how it provides data to be displayed…