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

    Posts

    Recent Best Controversial
    • RE: Fitbit

      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!

      posted in Troubleshooting
      H
      Hellangel1987
    • 1
    • 2
    • 2 / 2