Hi! I recently decided to make myself a clockface with some fancy bells and whistles for my Versa 1 I got a while back, so went to youtube to follow a tutorial then go from there, but I'm encountering problems from the get-go.
As provided in the video I've downloaded the code the guy used with the hopes of getting it setup on mine then tinkering from there, but I get a bug saying the following when I try to run it
Any help with this would be greatly appreciated as I'm very invested in the idea of making my own clockface
For reference, the tutorial I'm following is this: https://www.youtube.com/watch?v=Y8gSjtD1Qvs
Answered! Go to the Best Answer.
You need to do the changes Gondwana had linked (in reversed direction)
Change index.view to index.gui
Change the ending of resources widgets
Change the imports in widgets
It sounds like a problem with incompatible SDK version (and perhaps build targets) in package.json. Your SDK version needs to be 4ish or less; I'm guessing it's 5 or 6.
Details on changes are here in the SDK 5 announcement entry; you may need to reverse some of them.
If you search the SDK forum for SDK4 SDK5, you should find more info.
I do believe I've set my SDK version to either 4.3 or 4.4 (whatever shows up on the thing) as it's the only version that the Versa 1 actually appears as an option to build for. Though I will double check this when I go on my comp
Best AnswerJust double checked, the SDK version is set to 4.3 and the Fitbit Versa option is selected
Best AnswerYou need to do the changes Gondwana had linked (in reversed direction)
Change index.view to index.gui
Change the ending of resources widgets
Change the imports in widgets
Thank you BarbWire-1 and Gondwana for the help with this! I've got the thing actually working and can now start tinkering away!