Red screen for Windy

Running .85.3 on a PI3B+. In my configuration.yaml I have always had:

panel_iframe:
  weather:
    title: Weather
    icon: mdi:weather-pouring
    url: 'https://www.windy.com/?30.139,-97.292,7'
  ide:
    title: 'IDE'
    icon: mdi:code-braces
    url: 'http://192.168.1.181:8321'

and until upgrading to .84, everything was fine. Now, only when selecting Weather to go to to windy.com, I get a solid red screen with windy.com printed in white bold centered in the display. If I click on the windy.com text, a new window opens with windy.com in it but… what is going on here?
This happens when configured with either panel_iframe or lovelace picture card.

You can’t have a main ha of http://ip-address:8123 and use a https iFrame. They all need to be https or all http

tried that just now.

panel_iframe:
  weather:
    title: Weather
    icon: mdi:weather-pouring
    url: 'http://www.windy.com/?30.139,-97.292,7'
  ide:
    title: 'IDE'
    icon: mdi:code-braces
    url: 'http://192.168.1.181:8321'

restarted… same result.

Use this tool to generate the url:

1 Like