Creating Digital dashboard like complications in WFS

I am trying to recreate the Digital Dashboard watch face using WFS. I really like the face but I would rather have an analog watch face.

digital dashboard
This is watch my watch looks like.

I am trying to figure out how to create similar complications. I tried creating circular complication with progress bar. I can style it to look exactly same but when I deploy it, it does not show the progress bar, it just shows the icon and title ‘stress’, it never shows the progress bar. I tried with battery and steps and it is the same.

For the detailed weather in the center, I figured I would need a complication which allows 3 icons, 3 titles and 3 texts, only thing close is large box but it only has one icon and it doesn’t work.

As a workaround I created 3 small boxes where I can set each one of them to Temp, Feels Like and Rain Chance. In this, rain chance doesn’t work as expected. It just shows a percentage and progress bar below it without any indication of what it is. Even if I hide progress bar in WFS, it still shows up in the watch. If I remove progress bar from complication, I can not set the complication to show rain chance.

I am ready to add static components to make it at least look like the digital dashboard, but before I do that I want to make sure I am not missing anything.

Hello,
Welcome to this forum.

The complication automatically select the default layout which the provider provide for that specific complication. SO if you want to remove any icon, text or title you need to remove it from the layout section so after deployment it will not shown. Please check out this blog for more details: Things to Consider when Designing Complication Layouts | Samsung Developer

Please remember that the design you are trying to recreate is designed using Android Studio, so may not be able to recreate every components.

2 Likes