Maybe it has something to do with caching? Did you try to reboot your host?
Try create a new lovelace dashboard with only the basic info of the custom header and custom sidebar?
I use Lovelace in strorage mode.
good idea Ill try that. I use to use yaml mode but since this now im stuck in doing it in the gui…i use the raqw config but stull sucks…can you share your config for that? Id much rather have yaml mode back. Well I wanted that storage mode so first one is gui configured…but I havent got around to figuring that out…tbis side bar killin me lol.
I’ll share my config later today, not home atm.
Well, I have three dashboards. One for my pc with The compact header, works. One for my phone in kiosk mode, also works, and one for the Nest Hubs in my living room and bedroom with kiosk mode enabled, and that also works without any issue… I’ll get back to you later today;)
Under Resources (Configuration–>Lovelace Dashboards–>Resources) is the custom header correctly declared as a JavaScript Module? Do you also use the new path for HACS? /hacsfiles/ ?
Thanks. I verified the resource is correct. I meant in your configuration.yaml. You mentioned you use storage mode. I never used the GUI config until 107 and want yaml back.
Ive been testing with kiosk mode and just disable sidebar. Ive tried different browsers as well/…and of coarse I hold shift to clear cache when doing this.
custom_header:
disable_sidebar: true
header_text: >-
<style> #flipper {color:#999;} #flip {height:24px;overflow:hidden;} #flip >
div > div {color:#fff;height:24px;margin-bottom:24px;display:inline-block;}
#flip div:first-child {animation: show 10s linear infinite;} @keyframes show
{ 0% {margin-top:-144px;} 5% {margin-top:-96px;} 33% {margin-top:-96px;} 38%
{margin-top:-48px;} 66% {margin-top:-48px;} 76% {margin-top:0px;} 100%
{margin-top:0px;}} #flipper p {position:fixed;color:#999; } </style> <div
id=flipper><div id=flip><div><div> Currently -
{{states('sensor.dark_sky_temperature')}}F
{{states('sensor.dark_sky_hourly_summary')}}</div></div><div><div>
Chronovirus Numbers US - {{states('sensor.us_coronavirus_confirmed')}}
People and {{states('sensor.us_coronavirus_deaths')}}
Deaths</div></div><div><div> {{states('sensor.doors_open')}} Doors Open and
{{states('sensor.windows_open')}} Windows Open</div></div><div><div>
{{states('sensor.lights_on')}} Lights On</div></div><div><div> <style>
voice_hide: true
In configuration.yaml I have nothing going on for Lovelace. Did you also try without the header text? Mine was also ignoring the complete custom header with additional header config… After that I am a little bit out of options tbh… I have no clue what stops the custom header from loading. What do you see when you use the element inspector (f12) of your browser when you load for the first time?