@michael24h check you have the folder for phone notifications named correctlry in modules folder. Balck screen happened a couple of times for me and this was the problem.
Read the statement by Michael Teeuw here.
Latest posts made by hawkesley
-
RE: Show SMS text message on Mirror
-
RE: Show SMS text message on Mirror
@hawkesley Hi,
I tested ipW [] and that worked for MMM-syslog.
I changed the ipW as suggested with “192.168.1.1/24” and that also works.
So, thanks very much both.
My remaining question is if I can send the message to MMM-syslog from outside my local network with this ipW?
I will try later today. -
RE: Show SMS text message on Mirror
@yawns Thanks, will look at that.
In reply to strawberry I inserted this “::ffff:192.168.1.109”,
Access denied on CLI was 192.168.1.109 -
RE: Show SMS text message on Mirror
@hawkesley
Trying MMM-syslog but cant get access.
This device is not allowed to access your mirror.
Please check your config.js or config.js.sample to change this.
I modified the whitelist as follows :e-mail:port: 8080, ipWhitelist: ["::fff:0.0.0.0/1", "::fff:128.0.0.0/2", "::fff:192.0.0.0/3", "::fff:224.0.0.0/4", "127.0.0.1", "::ffff:192.168.1.1/24", "::ffff:192.168.1.109","::ffff:127.0.0.1", "::1"],
The http is : http://192.168.1.112:8080/syslog?type=normal&message=Test Message
Any thoughts appreciated. -
RE: Show SMS text message on Mirror
@broberg Ok. Will do if pushB is available for iphone.
Also just discovered MM-syslog which looks promising if it can use an http get i guess? -
RE: Show SMS text message on Mirror
@broberg Thanks for that. I did see the module, but as I understand it this will just notify that there is a message , rather than display it?
The intended use I have is to display the message because the viewer may not be able to use a mobile phone.
I can send the message to my website and maybe forward it to the mirror from there perhaps using the wordpress api. This is much more complicated though. -
Show SMS text message on Mirror
Hi, New to this forum so a general question.
I would like to show SMS messages on my mirror, fed from my local server. My server is apache, php & wordpress. The functionality works fine but for some messages I would like to forward the SMS and display on the mirror.
Is this possible and if so how to approach it?
I have looked at MM-iFrame but cannot get that to work.
Any suggestions welcome.