MMM-fitbit
MMM-fitbit copied to clipboard
Numbers not updating.
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.
Did u get this fixed? Having this issue still.
I have the same issue, any solutions?
--- found a workaround
- cd MagicMirror
- mkdir Test
- cd Test
- npm install [email protected]
- copy python-shell from Test/node_modules folder to MagicMirror/node_modules
- also copy package.json to node_modules folder of MM