@jakuk said in Adding new Module in Config:
Line 159 col 17 Expected an identifier and instead saw ‘MMM-Tado’.
so, lets look on the line BEFORE 159, cause there was a problem (it is NOT expecting to see )
} // < ---
what is this?
{ // < mmm-tado module start
module: 'MMM-Tado',
position: 'middle',
config: {
username: '********',
password: '*******',
updateInterval: 300000
}
} // < mm-tado end
end of all modules is ], but I don’t see that either