I don’t think you can alter the default group popup too much. But it would be easy enough for you to create your own custom popup using the itemsInGroup source for a repeater.
Thank you. Will give that a try…
From what I can see, please correct me if I am wrong:
I would need to create an external widget containing the itemsInGroup repeater and then link to that via:
EDIT: - I am using variables in the main widget to allow me to configure properties on the fly… Don’t think the variables will get passed to the secondary widget?
If you want to create you own card to display on some other page then this is what you would do. However, you don’t need to go through all that trouble if you just want the lists on the overview tabs to look a little different. In that case you only need to create the single list-item widget which you can then set to be the widget that is used in the lists that are automatically created on the overview page. See this link here for several examples:
I am actually trying to create a complete widget for an alarm system…
So when I press the BYPASS button I want it to popup a list of all the Zones with the ability to SWITCH each one to bypass it.
Works with the actionGroupPopupItem option - however cannot format the output.
I can get the popup to appear - however nothing is displayed as the variable does not seem to be passed to the popup?
The following is what I am getting with popup vs the actionGroupPopupItem - would like to be able to get rid of the icons (and letters) and format the colouring etc
Custom default list widgets should show up in the groupItem popup as well as I believe. So you could continue to just use that group action and get the formatting you desire. The only downside, if you care, would be that you can only define one custom list widget per item so if you want to see different displays in the overview tabs lists and this alarm widget then you do have to build this widget from the ground up.