Hi Sylwester can i have your code ?
Fantastic work…
Out off the topic… is there something like this to motogp?
Thanks
Diogo Reis
Not that I know off
Hi,
Just tried your Yaml and the driver overview including the images loads fine which is awsome!
The only thing which isn’t working is the “Formula1-Regular” and “Formula1-Bold” fonts.
What do I have to do to make those work properly as well?
(Fyi: the F1 font does work in the Formula One Card configuration from Marco Kreeft)
Thanks in advance!
For the F1 card, the font is embedded…for the yaml approach you’re replying to you need to have the font “installed” or available in Home Assistant. That was my experience anyway…there are examples in the forum here on how to add/make available any font in your install…I’ll have a look for the post I followed later and update this post but just in case you wanted to have a look yourself
Edit: think this was the forum post I followed…
May be a better way but this worked for me
Why would you even try the yaml approach if the card has the font build in?
What a great card! Being an F1 fan this is great to have close by - especially the lookup of prior race results via dropdown… It appears the data goes to about year 2000…
Integrated into the mushroom mobile dashboard
Thanks again
Should go back to 1950, but some things wont work because of the regulation changes and such
It is…
@BebeMischa @trybikowski I think the caching is still active. @trybikowski Do you get any javascript errors?
@marcokreeft87 Thanks for feedback. I don’t any errors. It’s something strange, because if I open HA in web browser (cloudflared) everything it’s fine
Thats not strange. Thats cache
Is fixed now
Couldn’t help visualizing
what wallpaper are you using?
Hi everyone
I love the look of this card, and with the whole family being F1 crazy thought it would be a good idea to add it to my HA… I’ve now been looking at this for nearly 2 hours and keep getting the following “error getting (value)” errors:
The yaml I am using is as follows:
type: horizontal-stack
cards:
- type: vertical-stack
cards:
- type: custom:formulaone-card
card_type: next_race
sensor: sensor.formula_one_sensor_races
title: Next Race
date_locale: en
image_clickable: false
- type: custom:formulaone-card
card_type: last_result
sensor: sensor.formula_one_sensor_last_result
title: Last Result
- type: vertical-stack
cards:
- type: custom:formulaone-card
card_type: driver_standings
sensor: sensor.formula_one_sensor_drivers
title: Driver Standings
- type: custom:formulaone-card
card_type: constructor_standings
sensor: sensor.formula_one_sensor_constructors
title: Constructor Standings
- type: vertical-stack
cards:
- type: custom:formulaone-card
card_type: schedule
sensor: sensor.formula_one_sensor_races
title: Schedule
date_locale: en
I am running Home Assistant and HACS in containers on my synology NAS and would appreciate any assistance I can get please!