i will give it a try later with ur css data and let u know if its work. thank man.
Read the statement by Michael Teeuw here.
Posts
-
RE: Notification customize
-
RE: Notification customize
thanks that looks fine and this is a alert or alert with type notification? because i need the type notification. if i get more than one notification the alert displayed just the last one and the notification more than just one. u know what i mean?
-
RE: Notification customize
@MMRIZE
The Problem is, when i send just the Alert without the notification Type, the alert Display in Center with a other Looks Like. So i think this Are 2 different things. I want the different between notification and the alert.I work with notification from other modules?
-
RE: Notification customize
Hello, sorry, yes of course. i get a mqtt payload from the MMM-MQTTbridge module.
for this i have this code snippet:{ commandId: "Finish", notiID: "SHOW_ALERT", notiPayload: { type: 'notification', message: 'Der Monitor ist eingeschaltet.'} },i hope it will help! or do u need more informations?
-
Notification customize
Hello guys, i want to customize my notification but i dont know how. someone did it already?
i want to show the notification in the bottom center. i want also that it looks like the alert frame. is this possible?thanks for ur time greedings
-
RE: Notification Timer none dosent work
do u have a idea how can i set none timer so the notification will display until i cancel it by my self?
with my code the notification is displayed just 3 sek.
-
Notification Timer none dosent work
Hello guys I trigger a notification with a message but the timer dosend work. Here my simple code snippet:
{ commandId: "Finish", notiID: "SHOW_ALERT", notiPayload: { type: 'notification', message: 'Der Monitor ist eingeschaltet.', timer: 'none'} },the notification shows already fine but after 2 sek is not to see anymore. I want no timers the notification is always on. I hope u can understand me. I tried already with 0 but still doesn’t work.
thanks
-
RE: how alert trigger
im so sorry but I don’t understand it. like I wrote I can see the examples in my Mqtt broker.
when I change in my broker the messages I can also see in the log from the mirror that it changed this values but how can I trigger with this a alert for example or a notification? what I have to configure? in the config.js file by the module: MMM-MQTT-Bridge? when yes what? I copy the examples already. -
RE: how alert trigger
i have also a other idea. maybe it is easier to trigger the alert with the MMM-Api module? my broker have also a simple-api adapter.
but its still my question, how?
-
RE: how alert trigger
first of all thank u for ur time.
i dont understand where i have to write down the sendnotification. i mean i can see in my broker the examples from the mqtt module but how it works now. my understanding is to write something in the config to trigger the alarm.for example i use the example from the brige modul how can i use this exemple to trigger a alert? i hope u can understand me.
thanks