Panel Iframe for Mopidy and Router

Hello,

I’m trying to setup 2 new panels. One for Mopidy and another for my router page (192.168.1.1)

panel_iframe:  
  music:  
    title: 'Music'  
    icon: 'mdi:music-box-outline'  
    url: 'http://192.168.1.159:6680/mobile/index.html#/playback'
  router:
    title: 'Asus Router'
    icon: 'mdi:router-wireless'
    url: 'http://192.168.1.1/'

The panels are displayed but the pages are not loading.

Do you have any idea why?

Do you use SSL?

If so you can only use https links.

No. I am not using ssl. I am accessing the HomeAssistant outside my network and the ip is local? Maybe is this?

No, that should be fine.

Are there any errors in the log?

No… there is no error/warnings related to this. But if I am inside my network… the music panel is loaded properly and that’s why I thought the cause may be the access point.

Maybe then, but it shouldn’t make a difference :thinking:

What I want is to not expose the Mopidy (port forward) and just access it within HomeAssistant… I tought that HomeAssistant can access the local network and load the page without any issues…

Did you ever get this figured out?

try removing all the ’ around everything. that screwed it up for me.