Themes and iframe panels not showing up

Hey there!

My problem is as the title says, I’m trying to get the iframe panels in the sidebar to appear, and apply a theme, neither of which want to work.

I’m running home assistant core in a docker container on an unRAID server.

I’ve added the code in the configuration yaml below for the ipanels, using Grocy as an example

panel_iframe: 
    Grocy: 
         title: 'Grocy' 
              url: '[http://grocy.customdomain.com:portnumber](http://grocy.customdomain.com:portnumber/)'

After hitting save and restarting the server, nothing appears in the sidebar, but the configuration is listed as valid in the server controls. Doing the process for themes turns up the same result, no custom themes show up.

I’m currently completely lost and cannot for the life of me figure out what I’m doing wrong. I sincerely appreciate any help I can get. Thank you all!

Grocy should be all lowercase and title on the same level as URL. You should have an error under Configuration -> Logs.

panel_iframe: 
  grocy: 
    title: 'Grocy' 
    url: 'http://grocy.customdomain.com:portnumber/'
1 Like

This worked! Turns out my edits weren’t saving either, which…makes sense why it wouldn’t show up :sweat_smile: I’ll update this thread when I have access to my desktop again to show my config for that, but I’m still running into issues getting the themes working