MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. olliewarren411
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    O
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 25
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Fitbit

      @Hellangel1987
      Yes If possible please paste your entire config file as the error might be elsewhere

      posted in Troubleshooting
      O
      olliewarren411
    • RE: Fitbit

      @Hellangel1987 Can you post the config code you’re using please?

      posted in Troubleshooting
      O
      olliewarren411
    • 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!

      posted in Troubleshooting
      O
      olliewarren411
    • 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

      posted in Troubleshooting
      O
      olliewarren411
    • 1
    • 2
    • 3
    • 3 / 3