Showing a message from my other raspberry in the same network
#1
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?
Reply
#2
Yes, see http://kodi.wiki/view/JSON-RPC_API/v6#GU...tification
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#3
If you are on LibreElec (maybe OpenElec too) you can use
Code:
kodi-send --host=IP --action="Notification(Test, Test)"
Reply
#4
Good point bignoid. Can be used on any linux afaik. On ubuntu
Code:
sudo apt-get install kodi-eventclients-xbmc-send
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply

Logout Mark Read Team Forum Stats Members Help
Showing a message from my other raspberry in the same network0