Dashboard on a dashboard

Is there a way to put a dashboard ON a dashboard? Not just a link to it.

If I made the group of tiles a dashboard, and was able to just add that dashboard to the existing one, that would be nice. (this is an arrangement thing)

If GARAGE was a dashboard (red box)

It can be done you have to use a custom tile.

Here is the code I used.

<!-- Do not edit below -->
<script type="application/json" id="tile-settings">
{
  "schema": "0.2.0",
  "settings": [],
  "name": "Dash",
  "dimensions": {"height": 3, "width": 3}
}
</script>
<!-- Do not edit above -->
<meta http-equiv="refresh" content="0; url=https://sharptools.io/dashboard/view/{your_dashboard}">
1 Like

Thanks Jake!

Any way to crop off the top so it doesn’t have the blue header? It does work though.

Yes, you should be able to add ?kiosk=true to the end of the url.

1 Like

Yep- That did it!

Thinking about this… would it be possible to just put the 6 tiles in my first post above (garage) in a custom tile? (instead of using the second dashboard)

A custom tile is for essentially a mini web page that is displayed on the dashboard. To do 6 tiles you would have to code the UI and the backend code to work as tiles.

I used custom tiles to mainly give my tiles a different UI.

This is a custom tile for presence sensors.

This is another type of custom tile. It’s a self updating radar tile.
https://community.sharptools.io/t/radar-custom-tile/15619?u=just_jake

2 Likes