Kodi Community Forum
Showing a message from my other raspberry in the same network - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152)
+---- Thread: Showing a message from my other raspberry in the same network (/showthread.php?tid=303919)



Showing a message from my other raspberry in the same network - sunshineh - 2017-01-12

Hi,

I want to send from my raspberry messages over the local network to other members of the LAN and also want to show this messages also in kodi.

Is this possible and how?


RE: Showing a message from my other raspberry in the same network - nickr - 2017-01-12

Yes, see http://kodi.wiki/view/JSON-RPC_API/v6#GUI.ShowNotification


RE: Showing a message from my other raspberry in the same network - BigNoid - 2017-01-12

If you are on LibreElec (maybe OpenElec too) you can use
Code:
kodi-send --host=IP --action="Notification(Test, Test)"



RE: Showing a message from my other raspberry in the same network - nickr - 2017-01-12

Good point bignoid. Can be used on any linux afaik. On ubuntu
Code:
sudo apt-get install kodi-eventclients-xbmc-send