Hello all,
I'm hoping one of you might be able to point me in the right direction. I have followed the instructions through and everything appeared to work correctly and the module is being displayed on the mirror but it hows 0 for all values does not seem to update.
config.js:
{
module: "MMM-fitbit",
position: "top_center",
config: {
credentials: {
client_id: "xxxxx" ,
client_secret: "xxxxxxxxxxxxxxxxxxxxxxxxxxx" ,
},
resources: [
"steps",
"floors",
"caloriesOut",
"distance",
"activeMinutes",
"sleep",
"heart",
],
}
},
When I run my getData.py it returns just fine with the numbers that it should.