11-22-2023 13:00
11-22-2023 13:00
Huhu @All,
can I build a custom watch face for the Versa 4?
I only found this ( https://dev.fitbit.com/getting-started/ ) discription for the old "fitbit"s.
Kind regards,
Eric
Answered! Go to the Best Answer.
11-30-2023 01:54
11-30-2023 01:54
no problem, found it by chance myself.
12-09-2023 21:44
12-09-2023 21:44
I had some success with "@fitbit/sdk": "~6.2.0-pre.1", "@fitbit/sdk-cli": "~1.8.0-pre.10" as suggested in this thread
But have the following Issues:
1. today.adjusted.steps is returning undefined
2. the heart rate update rate is erratic, sometimes delayed for upto 5seconds rather than a consistent 1second
The same code on a Versa 3 is fine
I switched to "@fitbit/sdk": "~7.2.0-pre.0", "@fitbit/sdk-cli": "^1.7.3" per Make clockfaces for Versa4 and Sense2
This fixed issue 1 but issue 2 is the same
I also tried
"@fitbit/sdk": "~7.1.0-pre.1", "@fitbit/sdk-cli": "~1.8.0-pre.10", which worked but didn't fix any issues
01-17-2024 21:01
01-17-2024 21:01
Below is a copy of a Discord post by MarkBosco (reproduced with his permission):
Got it working! Here were my steps, for anyone that needs it in the future: Creating an app for the Versa 4 (using https://github.com/cmengler/fitbit-app-versa4😞
Comment: Logos must be 80x80 png; dev sdk 7 doesn't work with the fitbit simulator, so you might consider having two different projects, and port the index.js/resources folder around when you're ready to sideload to the physical device.
01-18-2024 05:36
01-18-2024 05:36
I think fitbit SDK 7 has some other problems too, like not working in GAM (which is why my package.json uses 620)
so just keeping it at 6.2.0-pre1 is the best choice I guess
also if on linux you need some udev rules
06-22-2024 15:40
06-22-2024 15:40
I don't know anything about coding or doing anything custom. But I'm trying to get this Versa 3 Clockface on my new Versa 4. Any suggestions?
Caturra EAL by Eric Longman
It won't let me include the link, but it's shown in this screen shot.
06-22-2024 17:43 - edited 06-22-2024 17:45
06-22-2024 17:43 - edited 06-22-2024 17:45
@wendy1050 Your only chance would be to contact the clockface developer, get him to make a Versa 4 build using the beta SDK, get him to publish it privately and provide you with a private link, and then you could install it using that link.
An alternative would be convince someone else who can use the beta SDK to develop a similar clockface for you.
06-22-2024 19:04
06-22-2024 19:04
OK thanks. The developer does have a Paypal for donations. I just sent him a few bucks and asked if he might make a Versa 4 version.
Is there a thread where SDK people congregate where I might be able to post this?
Thanks!
06-22-2024 19:33
06-22-2024 19:33
Alas, there isn't one specific thread. A start would be here. A search for "cmengler" will bring up others.