06-22-2018 23:08
06-22-2018 23:08
Is there any way to have the Fitbit Ionic watch display the macronutrients you log in the phone app? I’m wanting the watch to display the total protein, carbs, and fats from the food I’ve input in a single day.
Answered! Go to the Best Answer.
06-29-2018 15:14
06-29-2018 15:14
You'd need to use the Web API to fetch the data.
https://dev.fitbit.com/build/reference/web-api/food-logging/#get-food-logs
This example shows how to fetch sleep data, but the process is the same https://github.com/Fitbit/sdk-oauth
06-29-2018 15:14
06-29-2018 15:14
You'd need to use the Web API to fetch the data.
https://dev.fitbit.com/build/reference/web-api/food-logging/#get-food-logs
This example shows how to fetch sleep data, but the process is the same https://github.com/Fitbit/sdk-oauth
06-30-2018 11:56
06-30-2018 11:56
Thanks!!