04-30-2018 15:01
04-30-2018 15:01
I have read all of the threads I can find but am still not getting a custom watch face to work with any stats.
I have had success with the tutorial displaying a digital clock on a red background.
I have changed the background image and moved the time around.
I am trying to add my daily stats (steps, floors, etc) to the watch face.
What I cannot figure out is where all the parts of the stats go inside the project.
Under the app folder I have index.js
Under the resources folder I have index.gui, stules.css and widgets.gui.
I also read somewhere that some of the permissions need to be changed in the package.json.
I am trying to add my daily stats (steps, floors, etc) to the watch face.
I know this is an extremely basic question, hence my Subject and I appreciate any help that can be given.
Answered! Go to the Best Answer.
04-30-2018 23:17
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
04-30-2018 23:17
Why not take what you've already learned and apply that to the Moment clock face. It has all the time, date, and all the stats in a cycleview (tap to switch stat).
Create a new empty project on Fitbit Studio, and drag the contents of this example into it.
https://github.com/Fitbit/sdk-moment
Tip: You can use the green Download button to Download Zip, of the full project.
04-30-2018 23:17
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
04-30-2018 23:17
Why not take what you've already learned and apply that to the Moment clock face. It has all the time, date, and all the stats in a cycleview (tap to switch stat).
Create a new empty project on Fitbit Studio, and drag the contents of this example into it.
https://github.com/Fitbit/sdk-moment
Tip: You can use the green Download button to Download Zip, of the full project.
05-01-2018 06:01
05-01-2018 06:01
That is an excellent suggestion. It never crossed my mind to find an existing face and dig around in it.
Thank you very much!
Best Answer