Hi Guys,
this Module is freaking me out… (123456789 are just examples for my API ID)
I just entered this Code in my config.js
{
module: 'MMM-fitbit',
position: 'top_center',
config: [
credentials: {
client_id: 123456789,
client_secret: 123456789,
},
resources: [
'steps',
'floors',
'caloriesOut',
'distance',
'activeMinutes',
'sleep',
'heart'
]
]
},
if i try to start magicmirror it doesnt load because he says there is no valid config.
I opened an issue in github for that and Venditteli says there are some issues with the file ownership of any ini file. Any hint or any workaround is very pleased wellcome.
Thank you guys.
Regards
Hellangel
Note from admin: Please use Markdown on code snippets for easier reading!