Read the statement by Michael Teeuw here.
Notification Timer none dosent work
-
@fischi87 yes, the doc says
if you don’t specify timer in a notification type, then the config option
display_time
will be used (and defaults to 3.5 seconds, 3500ms)
so, add a new property to the alert module config:{} block
(if it doesn’t have a config:{} block, add one)display_time: 7*24*60*60*1000 // 7 days in milliseconds
-
and how can i cancel before the timer (7days) finished?
-
@fischi87 you have to send another notification, read the doc
-
I read it already 100 times but nothing will work. Sorry is there a issue with the Modul? I think i dont ger also no updatenotifications?
Greedings
-
@fischi87 come on.
send the HIDE_ALERT notifications
-
Sorry i think we Talk for different things. With the alert it works but not with the notification. I will See that i can show u a picture later maybe u will understand what i mean!
For now thanks for it time!
-
@fischi87 notification has to time out, either the notification timer value or the display_time value
-
That sucks
-
@fischi87 one could always submit an enhancement request issue to the MM github page…