Show Off Your Dashboards!

"you need to configure the tile from an IP address"

Ok, now you lost me. Even if I call the app from a separate window, everything I set is not remembered.

Okay. Sorry for being a bit slow with this.
Here is my tile:
{
"rowSpan": 1,
"template": "switches",
"col": 2,
"colSpan": 1,
"id": 1,
"row": 1,
"device": "34"
}

Where, amongst that, would I put the code?

You're looking at the JSON for tile layout. Instead go to the CSS tab:

image

Click Advanced, then click CSS.

Put the code in there.

1 Like

Doh!
My bad.

One last thing: switch name. How do I remove that?

Try:

#tile-23 .tile-title {
  display: none;
}

(fix the tile number to match your tile)

Also, consider looking at:
https://community.hubitat.com/t/the-noobs-in-complete-guide-to-css-for-hubitat

These are some first class dashboards. You are obviously an expert. I appreciate all the time you spend sharing your knowledge of the Hubitat and other things.

Thank you so much.
You have been wonderful, and this community is so helpful.
Grateful to be part of it.

This is going to be great for back yard/front yard layout. Drawing out the house interior may be difficult.
When positioning tiles, how do you determine pixel spacing and location?

I know; it is confusing. What is the address of the webpage (I.e. is it http://hubitat_local/app/432 or is it http://192.168.1.211/app/432). If it has the IP address of the hub then it is correct for configuration.

Getting a 404 when I do that.

Also, when I try to integrate one of my own sensors, it thinks I'm adding only visibility:

Integrated my Nest thermostate in the temperature's page :nerd_face:

http://192.168.1.211/installedapp/configure/78/mainPage Sorry; those were just examples :). I believe the exact address would be http://YOUR IP ADDRESS/installedapp/configure/YOUR APP NUMBER/mainPage

Thanks for your patience

Here is my Smart Mirror. My wife and I love it. Would be interested to know of any Hubitat integrations. (Magic Mirror)

5 Likes

Looks like magicmirror? I’d love to see a drive that interfaces with the remote control module. Once I get one built I’ll put an iframe in to show a dashboard.

I've thought about doing the same. Could you make a touchscreen mirror?

Yes, with an IR frame.

Nothing drives me crazier than fingerprints all over my mirror. Voice control would be my preferred control for these.

3 Likes

They make touch overlay's, so you could possibly make it work that way. Looks like a kit on that page lol.

I noticed some users have dashboards through their android head units in their car? How is that accomplished, is there an android auto app or is it some kind of screen mirroring?

1 Like