🧭 Navbar card: easily navigate through dashboards

Just started to use the mediaplayer option, love it!

When turning on album cover as background the edges gets square:ish on my mobile (iOS), but looks nice and round on desktop. With album cover turned off it is fine on both.

Anything on my side or is this a small cosmetic bug?

2 Likes

I love my navbar-card. So far I have gotten it to do everything I want. The time and date feature is the final thing on my list! I literally check this thread every so often just to see if there is any chatter about it. Keep us posted and thank you!

I love the new media player! Is there any way to just(!) have the media player? Without the actual navbar with routes etc.?

Same here! But i had it already before the latest update.

Thanks for a great card! Works perfectly on phone and desktop

However, when casting it to a Nest hub, it always overlaps the content, regardless of values of auto_padding: true, desktop_px, etc (also regardless of placing, like left or top)

I have also tried styling it with css but to no effect

Is anyone else using with a casted dashboard? And do you have any advice on the matter? :slight_smile:

Hi,
this code works for me.

icon: |-
  [[[var climateCount = Number(states['sensor.heizung_an'].state);
      if (climateCount === 0) 
        { return 'mdi:radiator-off' } 
      else if (climateCount > 0) 
        { return 'mdi:radiator' } 
      else 
      { return 'mdi:alert-circle-outline' }
]]]

anyone managed to copy the style of ios26 navbar?

2 Likes

How to use a navbar template with extended routes per view?

I have create a navbar template and I’ve added it to all the view of a dashboard. It’s just working great.

And now, for some of my view, I would like to add some routes to the particular navbar card of each view while still benefiting from all the routes and stuff I’ve already configured in the template.

But I can’t figure out how to achieve that - any hints?