Thanks man!
#Edit:
Worked!
Search found 9 matches
- Monday 08 February 2016 20:23
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 407465
- Sunday 07 February 2016 20:31
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 407465
Re: NEW frontpage.html - request comments
The console shows: XMLHttpRequest cannot load http://192.168.0.124/sonos/index.php?zone=7&action=GetVolume. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://192.168.0.124:8080' is therefore not allowed access. send @ jquery.min.js:6 x.extend.ajax @ jquery ...
- Sunday 07 February 2016 18:12
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 407465
Re: NEW frontpage.html - request comments
That's the point. If I do that the page crashes and doesn't show anything. If I leave it at false the page loads correctly only I cant see what the current volume is and what is playing.
- Sunday 07 February 2016 17:45
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 407465
Re: NEW frontpage.html - request comments
Volume up, Volume down, Stop and Play work. I can't check the others because the frontpage does not show these.
- Sunday 07 February 2016 16:22
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 407465
Re: NEW frontpage.html - request comments
Volume returns an integer. MediaInfo returns: {"CurrentURI":"x-sonosapi-stream:s6707?sid=254&flags=32&sn=0","CurrentURIMetaData":"NPO 3FM Serious Radio<\/dc:title>object.item.audioItem.audioBroadcast<\/upnp:class>SA_RINCON65031_<\/desc><\/item><\/DIDL-Lite>","title":"NPO 3FM Serious Radio ...
- Sunday 07 February 2016 14:21
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 407465
Re: NEW frontpage.html - request comments
Yes I did. If I disable the show_sonos_volume variable it shows the plus and minus buttons and they also work, see image. Capture.JPG But if I enable the variable the page crashes and doesn't show the controls at all including some of the other functions. Capture2.JPG It seems that there is a ...
- Sunday 07 February 2016 11:13
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 407465
Re: NEW frontpage.html - request comments
@HansLe Great! Got it working, thanks! Next problem is that if I enable the show_sonos_volume it doesn't work anymore. Do you got this working? #Edit: With not working I mean that there are two lines at the frontpage where the data should be. All calls to the sonos that are necessary are working in ...
- Thursday 04 February 2016 22:14
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 407465
Re: NEW frontpage.html - request comments
Hi, I think I know what the problem is. I executed the sonos commands from the /var/www path because this is were PHP5 is installed, but in frontpage.js it points to the sonos folder inside the domoticz's www path. Unfortunately I can't get PHP to run from the domoticz location. So, I previously run ...
- Friday 29 January 2016 18:55
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 407465
Re: NEW frontpage.html - request comments
Hi, I am having problems with the sonos integration with the plus and minus buttons. I added a selector switch within button, this is working properly. Capture.PNG When I add the IDX and change the last digit to "2" Capture2.PNG I do not get anything in the cell. Am I using the wrong switch or am I ...