@oj96 said in config file issue:

accessToken: ‘xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx’
lists: [ “inbox”],
interval: 60
fade: true
}
},
]
modules: [

well, a bunch of problems…

1 you have the wrong single and double quotes here… do NOT use a word processing editor… only a text editor… (nano or gedit or vi)…
2. missing comma after accesstoken line and interval line

and u have two modules: [ blocks…

quick way to test your config for syntax… copy/paste it all to jslint.com
check long lines, single quotes, and whitespace mess at the bottom, then press jslint

then copy/paste it back to the config.js file.