So, i’ve a line in alert.js file:
msg += “” + message.message + “”; (line 47)
and when i write this instead:
msg += “” + message.message + “”;
I can have a complete notification.
So, i’ve a line in alert.js file:
msg += “” + message.message + “”; (line 47)
and when i write this instead:
msg += “” + message.message + “”;
I can have a complete notification.
Hello everyone.
I have a problem with the alert module. When I put the “welcomemessage” on true, I have a notification but only with the title, I do not have the message. The facial recognition module does the same to me.
With the sample config it’s the same.
By modifying the file alert.js I can display the message instead of the title, so the data is present.
With en or fr language I have no changes
Do you have an idea?
Thanks
Hello everyone.
First of all thank you all for the work done and those who take their time reading this thread. I installed the following module:
MMM-DHT-Sensor
But I can not make it work. I installed both dependencies.
I typed “npm install rpi-dht-sensor” command in my MagicMirror folder and even in the module folder.
But I still have no data going back.
I have the module that appears in my MagicMirror but instead of the values I just “…”.
An idea?
Thank you all.