Gotta question, if this is doable: I would like to execute some kind of script via Vero remote or Yatse (most likely py), which is running an API call via curl. That request receives a reply (json string) and I would like to parse it and send the output to a popup window or something like that in Kodi. It simply should display the text from the curl call. Should be closed with a click on OK. It could also be that kind of an information or error popup which is displayed on some events on the lower right corner, e.g. when Kodi starts and Netflix or PVR is loading. Those self closing massages. That would also totally be fine.
If you enable the RPC stuff in Kodi, you can have an external script post a notification (it would be the kind in the corner that goes away after some period of time) using a JSON RPC call:
That command only seems to accept plain text
Popup is displayed, but instead of content of audio_format it just displays the text audio_format, also doesnt work with putting it in ‘’.
But I am on a good way so far hehe…