Dashboard Links

I'd like to create a default set of tiles to display on each dashboard i.e home,cctv,lounge to help navigate around the dashboard.

Is it a case of remembering each tile and adding manually or is there a way to have these buttons automatically pulled in so I don't have to do each one manually on each dashboard and get them all in the right place. thanks

If you set them up once, you can go into the Preferences | Advanced tab for the dashboard and copy the JSON entry for the tile and then insert that into the JSON for another dashboard.

The dashboard link tile JSON should be similar to:

{
"rowSpan": 1,
"template": "dashboard",
"col": 4,
"colSpan": 1,
"id": 51,
"row": 7,
"bgImage": "",
"device": "0",
"templateExtra": "323",
"linkName": "Battery Levels"
},

You may need to change the row, col, and id values to avoid conflicts.

ah brilliant i'll give it a go if i get stuck the old school way of manually adding them might happen haha

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.