Page 1 of 1

Create a watchface with multiple tabs where it shows different data on each page

Posted: 12 Jun 2025, 09:04
by apfreps
Hi,

I wanted to ask if it is possible to create a watchface that has let's say 3 tabs on the side which are clickable and depending on which tab is selected it shows different information on the watchface.
For example I would have a main tab with time, date and weather. A health tab that shows heart rate, calories, steps and a third tab for something else.
Is such functionality possible or do I want to much?

Re: Create a watchface with multiple tabs where it shows different data on each page

Posted: 12 Jun 2025, 10:40
by Lattenknaller
This is easily possible and simple to implement. But it won't work with the EDITOR alone, a little knowledge of javascript is necessary.

Re: Create a watchface with multiple tabs where it shows different data on each page

Posted: 12 Jun 2025, 14:58
by apfreps
Is there already a watchface like this implemented? I didn't found any.

Re: Create a watchface with multiple tabs where it shows different data on each page

Posted: 12 Jun 2025, 15:36
by taw_bip
Lattenknaller wrote: 12 Jun 2025, 10:40
This is easily possible and simple to implement. But it won't work with the EDITOR alone, a little knowledge of javascript is necessary.
Here are a couple watchfaces by Lattenknaller (Data Bank and Unknown No. 1) that have code for menu switching. Pretty cool stuff!


https://mega.nz/file/zg83US6Z#eQ_sx6mFB ... 02Cs5s6ebk

https://mega.nz/file/2wU1WJzZ#CoNgkI4v_ ... DZAs3RHLao
Spoiler
Image

Image

Re: Create a watchface with multiple tabs where it shows different data on each page

Posted: 17 Jun 2025, 21:04
by apfreps
Thanks mate I appreciate your efforts!