MMM-Buttons
                                
                                
                                
                                    MMM-Buttons copied to clipboard
                            
                            
                            
                        How to set time off notification?
The notification pup-up and do not disappear. I want to set time the notification appear and disappear. I try to set timer: "10000" to visible notification in 10s. But the config.js file was not has affected. Here the code:
longPress: { title: "Power off", message: "Keep pressed for 3 seconds to shut down", imageFA: "power-off", notification: "REMOTE_ACTION", payload: {action: "REBOOT"}, timer: "10000", },
PLease tell me how to set that time.