Dashboards on Apple Watch

Dear all

As you can see, I have been able to manage all my dashboards in apple watch thanks to the shortcut application. Everything is working well, but I was wondering if I can get rid of the red area in the picture ( It is basically the row where the green check and dashboard setup icon are). This will give a much cleaner dashboard and more space for the switches to display. Thanks in advance.
If CSS is the way to go, can you please show me the commands associated to this particular area of the dashboard?
Thanks

Click on the cog wheel, select Advanced,CSS and enter:

.header {visibility:hidden;height:1px}

Click save at the bottom of the dialog box.

Excellent thanks

What about if i want it back? Is there any way to get back the row? Many tahnkssssssssssssss

From a PC right click on the dashboard and click Inspect then scroll up until you find

<div class=“header”

and remove the style. This will display the header so that you can reverse your earlier changes.

1 Like

You can also set it up so that it only applies to windows/devices under a certain size, so that you can always access it from a desktop:

@media (max-width: 1000px) {
.header {visibility:hidden;height:1px}
}
4 Likes

Excellent thanks to all!!!!!!

:ok_hand: :ok_hand: :ok_hand: :ok_hand: :ok_hand: :ok_hand:

Ok. How did you do this. I have wanted my Apple watch to control my stuff but I didn’t know how. Inquiring minds want to know.

this is very simple....

In hubitat
1.) You go in your hubitat menu to applications
2.) dashboards and click on the one you want
3.) you go to the bottom and right click on the option "cloud link to dashboard"

In your iphone
1.)You have to use shorcuts app in Iphone
2.)you create a new shortcut
3.) you add an action to the shortcut
4.) you click on open URL and paste the link you created before

In your watch
You open shortcut app and your created URL shortcut should be there and now you can control from your watch....

Cheers

4 Likes

Hey Thanks, I think I got it.

I removed the style, like you said, but I don't know how to save the changes.

you need to go again into Options, CCS, remove the line and click SAVE

1 Like

Thanks for all the info guys, this really works.

One more ? for you experts. I was planning to only use the watch dashboard when I was at home. Can I copy the link for the local dashboard and use it instead of the cloud? Can I make 2 shortcuts, 1 for local and one for cloud?

yes you can.. no issues

All this has been awesome feature to have on the wrist. Question: how can the attributes be removed too? For example (see green circles on picture):

For those of you who are using the Apple Watch and shortcuts , just to let you know that after IOS 15 you need to use in shortcuts the command show webpage at URL instead of Open URL

Took me a while to find a solution

4 Likes

Thanks again. I applied view web page and all is well.

Just exactly how do you add the shortcut app? I searched my apps application but I don’t see such an app…

Shortcuts has been a part of iOS for a few years. Which device and iOS version are you running?