XBMC and Weather Forecast

64 views
Skip to first unread message

Bernd

unread,
Jul 6, 2013, 12:15:11 PM7/6/13
to comman...@googlegroups.com
Hi,

I've got a short question. I'd like to add the weather forecast to my visualisation.
I also have the XBMC Remote controll added to my visu. The problem is as long as the xbmc is active in the CF.UserMain
the Weather forecast is not working proberly (it takes minutes to show weather). If I quote the below shown lines it works perfect.
<script>
    CF.getJoin(CF.GlobalTokensJoin, function(join, values, tokens) {
   
        //Read the tokens, if accidentally deleted the settings of the tokens then use default values
        var newSysName = tokens["[inputSystem]"] || "XBMC Global Token";
        var newURL = tokens["[inputURL]"] || "192.168.168.100";
        var newPort = tokens["[inputPort]"] || "8080";
        var newUsername = tokens["[inputUsername]"];
        var newPassword = tokens["[inputPassword]"];
       
        CF.setJoin("s4488", newSysName);
       
        //Assign system settings i.e. XBMCMacMini = new XBMC_GUI({username: "xbmc", password: "xbmc", url: "192.168.0.100", port: 8080});
        XBMCMacMini = new XBMC_GUI({sysname: newSysName, username: newUsername, password: newPassword, url: newURL, port: newPort});
        //XBMCInstance = new XBMC_GUI({sysname: newSysName, username: newUsername, password: newPassword, url: newURL, port: newPort});
       
        // Run the setup
        XBMCMacMini.setup();
        //XBMCInstance.setup();
   
    });
</Script>

It looks like the xbmc Instance is blocking the traffic.
Is it possible to tell the xbmc Instance not to look for xbmc Instances ?

Thx in Advance
Bernd

Terence

unread,
Jul 8, 2013, 1:02:41 PM7/8/13
to comman...@googlegroups.com
the XBMCInstance is another variable name for a new XBMC instance. By default it's commented out and it's disabled. So you can leave it as it is.
Reply all
Reply to author
Forward
0 new messages