Hi,
I want to send text to my squeezebox3 display by using the json-API with
defined duration. But after sending the text, my squeezebox display
refreshes quite immediately to the now playing song. There is no chance
to read the sent text. When the music pauses or is stopped, the text
stays as defined in the duration.
I'm using the "Musik-Informations Anzeige", Logitech Media Server
Version: 7.9.0 - 1474277583.
Is this a behaviour I have to live with or do you know a workaround?

                val String sq_json_url = 'http://192.168.x.y:9001/jsonrpc.js'
                var String myData =
'{"id":1,"method":"slim.request","params":["00:04:20:06:xx:yy",["show","line1:News","line2:'
+ text + '","duration:100"]]}' 
                sendHttpPostRequest(sq_json_url, 
"application/x-www-form-urlencoded",
myData)

The idea behind this is, when my squeezebox alarm starts in the morning
I want to read the weather forecast of today and my next appointments,
which I send to my squeezebox (variable "text" in line2). 

Regards,
Michael


------------------------------------------------------------------------
staehler's Profile: http://forums.slimdevices.com/member.php?userid=18558
View this thread: http://forums.slimdevices.com/showthread.php?t=106562

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to