@sdetweil said in Need help with MMM-MQTTbridge not "communicating" with MMM-RTSPStream:
@rkorell localhost is(always) mapped to 127.0.0.1 on the same system
which is called the loopback adapter, cause the packets never leave the system
Yes. I’m aware of this, thanks.
ping localhost
should work
Yes, do work:
pi@MagicMirrorPi5:~/MagicMirror/modules/MMM-CurlToNotification $ ping localhost
PING localhost(localhost (::1)) 56 data bytes
64 bytes from localhost (::1): icmp_seq=1 ttl=64 time=0.027 ms
64 bytes from localhost (::1): icmp_seq=2 ttl=64 time=0.035 ms
64 bytes from localhost (::1): icmp_seq=3 ttl=64 time=0.035 ms
64 bytes from localhost (::1): icmp_seq=4 ttl=64 time=0.036 ms
64 bytes from localhost (::1): icmp_seq=5 ttl=64 time=0.031 ms
64 bytes from localhost (::1): icmp_seq=6 ttl=64 time=0.039 ms
^Z
[1]+ Stopped ping localhost
thanks anyway,
Regards,
Ralf