Need help - Header is missing

I found something on a forum telling me how to hide the main header, and I added the line in my raw configuration editor on a specific dashboard. The issue is that I dont know how to get the header back and I cant get to the raw configuration editor without the header.

Any help to get this back would be very much appreciated!!!

Try to open this link:

http://IP_ADDRESS:8123/NAME_OF_DASHBOARD/NAME_OF_VIEW?edit=1
1 Like

That worked to get me into edit mode so I can edit my cards but the edit header is missing.

One step closer though! Thanks

Man… Im really upset about this. There has to be a way to get the header back or access the config editor manually through file editor…

Do you know what this code like?
Or you just copy/pasted it thoughtlessly???
Was it a kind of a custom plugin?
If yes - may be you could disable it.
Assume it was a custom Frontend plugin - then try to uninstall it.

If you go to this repository its called a “Sidebar Card” which is basically a static sidebar with a clock. One of the options on there is to hide the top menu using “hidetopmenu = true”.

The problem is that this sidebar card is configured within the configuration editor. I dont think I can uninstall it because its copied code though.

DBuit/sidebar-card (github.com)

How did you install it?
Via HACS? Then uninstall it in HACS.
If by a diff way - then remove its files.
In short - remove this plugin.
Probably there is a thread for this plugin, ask people there how to remove it.

thanks, this helped me when I used wallpanel for my nspanel pro and I hid both the sidebar and the top bar and then I couldn’t edit anymore!

If anyone has this problem and is using kiosk-mode in the root yaml of your dashboard and can’t get it to work with ?edit=1 you can try:
?disable_km
which helped for me

Maybe it works for wallpanel, but the ?edit=1 or ?disable_km doesnt work for the sidebar card. Any other way?