weekender Posted May 15, 2015 Share Posted May 15, 2015 I'm totally confused about this.I have a wordpress widget that can display my mumble server, who is connected and in which channel, etc... pretty much what http://myserver.com/MumblePI/view2 does.In order to do that, the wordpress widget requires a JSON data URL.It was under my impression that MumblePI could provide a JSON data URL, so I installed it on my mumble server and MumblePI runs good.But I can't figure out how to get a JSON data URL from it.I've read the CVP wiki page, but didn't understand a thing. Link to comment Share on other sites More sharing options...
Administrators kissaki Posted May 15, 2015 Administrators Share Posted May 15, 2015 For JSONhttp://example.com/?view=json&serverId=1and for JSONPhttp://example.com/?view=json&serverId=1&callback=?Sorry if the documentation was unclear about this.I added it to the READMEhttps://github.com/Kissaki/MumPI/blob/master/README.txt#L12-L13 Link to comment Share on other sites More sharing options...
weekender Posted May 15, 2015 Author Share Posted May 15, 2015 For JSONhttp://example.com/?view=json&serverId=1and for JSONPhttp://example.com/?view=json&serverId=1&callback=?Sorry if the documentation was unclear about this.I added it to the READMEhttps://github.com/Kissaki/MumPI/blob/master/README.txt#L12-L13 Great, works perfectly, thanks!=D Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now