Docs

Tabs

The Tabs widget splits a dashboard into pages. Every other widget belongs to one tab, and you swipe between them.

Use it when a project outgrows one screen: Greenhouse, Garden and Settings instead of thirty tiles in a column.

SettingWhat it does
Tab namesthe labels along the top
Number of tabshow many pages the dashboard has

Open these from the canvas: tap Edit, then long press the widget and choose Configure.

How widgets join a tab

Every widget has a Visible on tab setting. Pick a tab and the widget shows only there.

Leave it on All tabs for something you always want in view, such as a master switch or the board status.

No code

Tabs are layout. Nothing about them reaches your sketch, and a widget behaves the same whichever tab it sits on.

A widget on a hidden tab still receives values. Switching tabs changes what you see, not what the board does.

Troubleshooting

ProblemCheck
A widget disappearedit belongs to another tab; check Visible on tab
New widgets land on the wrong pagethey join the tab you had open when you added them
Tabs are missing after a resizethe Tabs widget is a widget too; it needs room at the top

Next