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-Wunderlist
-
Good evening guys,
theese are my firsts steps…
I succesfully import the MMM-Wundelist module, i put theese strings in the config.js{
module: ‘MMM-Wunderlist’,
position: ‘bottom_left’,
header: ‘Wunderlist’,
config: {
maximumEntries: 5,
order: “normal”,
lists: [“Lavoro”],
interval: 60,
fade: false,
accessTOKEN:‘6d2cd33xxxxxxxxxxxxb5395b1a424baxxxxxxxxxbcfc2b77558b062cba56’,
clientID:‘2cxxxxxxxxxxxx49’,
}But i can’t understand why on the mirror i see only the Header “Wunderlist”, not the list… can you help me?
Thank you in advance
-
Two things from your config:
You’ve written “accessTOKEN:” instead of “accessToken:”
And you have a comma after “clientID:‘2cxxxxxxxxxxxx49’,”
This is the last line in this bracket and therefore shouldn’t have a comma.