XIBO and Domoticz

Hello,

I would like some help with the following issue/challenge:

I have a Raspberry Pi with Domoticz software. This software is reading and showing the electricity meter readings. These readings are showed via a webpage, which is accessible via http://192.168.179.214:8080 (an internal IP-address on my network).

I also created a forwarding in my router, so I can access the webpage via any external location.

Now, I want to embed this webpage into Xibo. But how do I do it? I tried:
The webpage widget, and in the tab Configuration I entered http://217.103.XXX.XXX:8080/#/Dashboard.
It doesn’t show the webpage in the preview.

I also tried the HTML-page widget and added in the template tab the following iFrame:
This also doesn’t seem to work. The layout is just black and doesn’t show anything.

I am using an android player. Maybe this is the problem?

Should it work as I described? Can you help me with this?

Regards, Peter

Npow, I would like

When you open Chrome browser on your android and type in the Public IP address of the you Domoticz Dashboard - does it shows correctly?

also, does your CMS runs on HTTPS ? and your site is HTTP ? perhaps you are getting CORS error ?
you can start preview on your CMS after pressing F12 in Chrome
Look for Mixed Content error,
Something like:

Mixed Content: The page at 'https://xxx.xxx.xxx.xxx/layout/designer/25' was loaded over HTTPS, but requested an insecure frame 'http://xxx.xxx.xxx.xx.xx:9099/'. This request has been blocked; the content must be served over HTTPS.

The CMS encapsulating the HTTP request and blocked by CORS, you can install Chrome addons to allow CORS - but its not recommended - it may work for the CMS preview in place…

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.