Pagina 1 di 1

How do Editable Elements work? [Bip 6]

Inviato: 03 lug 2025, 07:18
da JerriBearr
I've tried using the 'Editable Elements' on a watch face for the Bip 6, but it causes the watch to completely reset (blackscreen) whenever I try to use it.

Has anyone been able to get Editable elements working? If so, could you provide a guide/explanation?
Spoiler
Immagine

Re: How do Editable Elements work? [Bip 6]

Inviato: 03 lug 2025, 08:49
da asoo
It is recommended to attach the watchface you edited that it make problem you found. It will be very helpful for those who want to help you so that they can check the problem that you have reported.
And if possible, you should explain the steps you took that caused the problem you reported.

Re: How do Editable Elements work? [Bip 6]

Inviato: 03 lug 2025, 10:02
da JerriBearr
Thanks @asoo

This is my first post here so I'm still learning

I've attached the file and watchface I'm editing. I want to replace the heartrate monitoring with an editable element that can be changed out for PAI or Stress.

I've used scripting already, which I can reuse, but I'd like to try get the Editable Elements working and build up a foudation of how it works so I can maybe create a guide for new watchface makers.

The watchface is based on the design by @frankh93
Any edits I make, I just send back to him if he wants to add it to his curent project: Dotted Clock

Re: How do Editable Elements work? [Bip 6]

Inviato: 03 lug 2025, 12:40
da asoo
JerriBearr ha scritto: 03 lug 2025, 10:02
Spoiler
Thanks @asoo

This is my first post here so I'm still learning

I've attached the file and watchface I'm editing. I want to replace the heartrate monitoring with an editable element that can be changed out for PAI or Stress.

I've used scripting already, which I can reuse, but I'd like to try get the Editable Elements working and build up a foudation of how it works so I can maybe create a guide for new watchface makers.

The watchface is based on the design by @frankh93
Any edits I make, I just send back to him if he wants to add it to his curent project: Dotted Clock
I don't usually use this ability to change elements, I use custom scripts, so this example is just a rough example. It works as expected, you can use it as an example to create your own work.
Hope it's useful.
Download
Immagine
dotted_clock_en_editable_example.zip
(291.56 KiB) Scaricato 92 volte

Re: How do Editable Elements work? [Bip 6]

Inviato: 03 lug 2025, 15:04
da JerriBearr
Thanks @asoo

That got me in the right direction. I replaced Stress with Readiness since I don't use it that much. The Watchface Tool doesn't support it yet so I went into the packaged watch face and changed the references in `watchface/index.js` from STRESS to READINESS and everything worked.