Hi everyone,
I’d like to create a dashboard for Shelly Wall Display with very large fonts so they can be seen from afar.
How do I turn this:
into this?
Thanks
Hi everyone,
I’d like to create a dashboard for Shelly Wall Display with very large fonts so they can be seen from afar.
How do I turn this:
into this?
Thanks
Search for “big number card”.
Alternatively you may use a stock Markdown card with custom styling for color and font-size.
I had already installed “Big Number Card - Continued” from HACS.
I created a new manual card and pasted the first example code into the YAML editor:
Basic Example with Severity
But I get this error that I can’t Resolve:
My HA instance runs in a VM on a Synology NAS.
@lldar_Gabdullin
Forgive my ignorance, but can the Markdown card also display text or numbers that come from an entity?
Don’t use the "- " at the beginning when you use the frontend to add the config. That is for when you are using YAML in your configuration.yaml file.
Of course, Markdown card supports jinja templates, you can display states.
Perfect, I managed to do what I thought I’d do!
Three Big Number Cards:
Thanks tom for the suggestions.
Sorry, I’m new to Home Assistant.
I’ve been researching it.
Thank you very much.
The simplest code:
type: markdown
content: >-
{{ states(‘sensor.xxx’) }} %
Set your required unit instead of “%”.
Then google how to set styles (color and font size) for Markdown.