04-14-2018 08:48
04-14-2018 08:48
I'm a bit underwhelmed when it come to the available Versa clock faces. Could you post yours and tell me where you downloaded it from? I'm very interested in clock faces that aren't in the Fitbit store.
11-21-2018 07:12
11-21-2018 07:12
What's the name of your watch face! I like it!
11-21-2018 07:17
11-21-2018 07:17
11-21-2018 15:02
11-21-2018 15:02
Did anyone help you with this to get it published on fitbit?
11-21-2018 15:26
11-21-2018 15:26
11-21-2018 15:41
11-21-2018 15:41
SDK 2.0 will generate clockfaces & apps that need the latest firmware, which hasn't rolled out to all users yet. The Fitbit reviewers will have tested installation - if successful on a watch with that latest firmware, it will have been approved. To make it available for all, right now, you would need to rebuild with SDK 1.0 and resubmit.
11-21-2018 20:31
11-21-2018 20:31
11-26-2018 12:52
11-26-2018 12:52
What is the name of this clock face?
11-26-2018 20:39
11-26-2018 20:39
Hi
If you are asking mine, here they are:
Duality:
https://fbgallery.cpfx.ca/#/clock/555e821a-0fff-42e4-a1d4-9a0ea1bf0090
Gundam cockpit:
https://fbgallery.cpfx.ca/#/clock/fdb2d275-6b7d-4363-82d3-de7fc2fc1199
12-02-2018 11:25
12-02-2018 11:25
Just created this for myself. I was interested in learning how to build faces + wanted something super simple
12-05-2018 18:24
12-05-2018 18:24
I would love to see your code! I am trying to learn to code, specifically to make my own clock face. I can't seem to figure out how to separate the hours and the minutes.
12-05-2018 19:44
12-05-2018 19:44
Hello @Ultick, I think my Really Basic source code (https://github.com/gpfrello/FitbitOS-Really-Basic) could help you. Feel free to post your doubts in the SDK development section of the community forum!
12-06-2018 00:20
12-06-2018 00:20
Inside the app\index.js
You may use the following to split up the Hour and the Minute within the "clock.ontick"
Hour value -> myClockHour.text = ("0" + evt.date.getHours()).slice(-2);
Minute value -> myClockMin.text = ("0" + evt.date.getMinutes()).slice(-2);
The name of the variables (left hand side of the "=") are up to your preference, don't forget to define them beforehand.
12-06-2018 00:23
12-06-2018 00:23
Your Watch face is neat and simple, try to enlarge the clock digits and make them overlap may give it some style 😉
12-06-2018 17:32
12-06-2018 17:32
Thank you! I appreciate the resource 🙂
12-06-2018 18:46
12-06-2018 18:46
This is a sketchup of my future clockface I hope to make, but unfortunately I am still in the very basic process of coding! Any tips, tricks, or other suggestions are welcome 🙂
12-06-2018 20:39
12-06-2018 20:39
Hi @Ultick
Nice and neat watch face, I like the over lapping style.
By the way, how do you make the weather display?
12-06-2018 21:30
12-06-2018 21:30
12-06-2018 22:04
12-06-2018 22:04
XD You got me ;-D
12-06-2018 22:11
12-06-2018 22:11
Having said a little piece of weather looks nice, but I think again about the logic when I raise my watch to check, it is always something instant and real-time.
For weather, it is a tricky business, if I am in-door and about to go out for the day, I only need to know the weather for today; If I am already outside, for that raise-instance glance through, it would only be useful if it shows the coming weather instead of the current weather (cos I am already at it), but how further down the timeline the weather should show?
If it is just for the sake for displaying, that's fine.
12-08-2018 05:10
12-08-2018 05:10
This is the clock face i have been wanting! (Minus the fluid intake). Please build 🙂