@Hellangel1987
Yes If possible please paste your entire config file as the error might be elsewhere
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
O
Offline
Posts
-
RE: Fitbit
-
RE: Fitbit
@Hellangel1987 Can you post the config code you’re using please?
-
RE: Fitbit
Hi Hellangle1978,
Try the below I saw a few errors in the example code;
{ module: ‘MMM-fitbit’, position: ‘top_center’, config: { credentials: { client_id: '123456789', client_secret: '123456789', }, resources: [ ‘steps’, ‘floors’, ‘caloriesOut’, ‘distance’, ‘activeMinutes’, ‘sleep’, ‘heart’ ] } },
Note from admin: Please use Markdown on code snippets for easier reading!
-
RE: Fitbit
Hi Guys,
Firstly thank you for creating this module it’s exactly what I wanted!
I’m having an issue with the module running for extended periods of time where it loses connection to fitbit and I need to run “sudo python setupAccess.py” on the python directory again to get it to pull my latest stats from Fitbit.
Do you have any way it can check in with Fitbit every 30 mins or every hour to reconnect and pull the latest stats?
Many thanks
Ollie