MMM-BackgroundSlideshow icon indicating copy to clipboard operation
MMM-BackgroundSlideshow copied to clipboard

Notification exemple of setup...

Open mcnahum opened this issue 5 years ago • 1 comments

Can someone share an exemple how to setup the notification for the module ...I probably missed a simple step...

Thanks,

mcnahum avatar Jan 07 '20 23:01 mcnahum

I found your post looking for an example. I did get it to work with the MMM-Remote-Control module. I added the notifications to a custom menu in Remote Control. The format I used was: { "id": "custom-item-4", "type": "item", "icon": "dot-circle-o", "text": "Next", "action": "NOTIFICATION", "content": { "notification": "BACKGROUNDSLIDESHOW_NEXT", "payload": null } }, Most of this is just structure for the menu item for remote control. Basically, I think you just need to send notification: "BACKGROUNDSLIDESHOW_NEXT" Hope this helps.

rts58 avatar Feb 24 '21 18:02 rts58