I'm wondering if its possible to add in a module like Fitfont to Fitbit Studio - I'm in need to use a custom font which I'll use Helvetica Neue font as a free alt to the San Francisco by Apple as I'm quite a fan of the Modular Watchface from the Apple Watch and want to build my own version to it.
how do I add it in and other things to the Studio or I need to use the SDK instead?
I might be wrong @SunsetRunner but I believe pillow is only needed for the asset generation. However Fitbit Studio is having a hard time compiling the file fitfont.js:
TS1109: Expression expected. app/fitfont.js:7,11
TS1005: ';' expected. app/fitfont.js:147,3
TS17002: Expected corresponding JSX closing tag for 'link'. app/fitfont.js:400,6
TS1003: Identifier expected. app/fitfont.js:400,16
TS1382: Unexpected token. Did you mean `{'>'}` or `>`? app/fitfont.js:400,18
Do you have any more ideas @Gondwana? I am using SDK version 6 by the way.
Best AnswerYou were absolutely right @Gondwana. I am deeply ashamed. My fitfont.js was completely broken. I should have checked the content twice. After fixing the content I can confirm that it is possible to use the Fitfont module within Fitbit Studio as described under the link you provided. Your first reply should be marked as solution.