Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Display macronutrients on Fitbit Ionic

ANSWERED

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.

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

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

View best answer in original post

Best Answer
0 Votes
2 REPLIES 2

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

Best Answer
0 Votes

Thanks!!

Best Answer
0 Votes