Is it possible to make an automation that turns on the TV when there is one hour left before the end of the countdown?
Yes it is, but not with a card
Dear @marcokreeft87 the author and creator of the Formula One Card âŠTHANK YOU for a fantastic integration!!
Here is my Card Yaml which I have adapted to my liking:
type: vertical-stack
cards:
- type: vertical-stack
cards:
- type: custom:formulaone-card
card_type: countdown
date_locale: fr
- type: vertical-stack
cards:
- type: custom:tabbed-card
styles:
'--mdc-theme-primary': red
attributes:
minWidth: true
isMinWidthIndicator: false
tabs:
- card:
type: custom:formulaone-card
f1_font: true
show_raceinfo: true
location_clickable: true
card_type: next_race
show_weather: true
weather_options:
show_temperature: true
show_precipitation: true
show_icon: true
api_key: [YOUR_API_KEY_HERE]
show_carnumber: true
show_lastyears_results: false
title: Next Race
date_locale: fr
image_clickable: true
attributes:
icon: mdi:flag-checkered
minWidth: true
isMinWidthIndicator: false
- card:
type: custom:formulaone-card
card_type: schedule
date_locale: fr
previous_race: hide
location_clickable: true
attributes:
icon: mdi:calendar
minWidth: true
isMinWidthIndicator: false
- card:
type: custom:formulaone-card
card_type: results
date_locale: fr
location_clickable: true
attributes:
icon: mdi:go-kart-track
minWidth: true
isMinWidthIndicator: false
- card:
type: custom:formulaone-card
card_type: driver_standings
standings:
show_flag: true
show_team: true
attributes:
icon: mdi:racing-helmet
minWidth: true
isMinWidthIndicator: false
- card:
type: custom:formulaone-card
card_type: constructor_standings
standings:
show_team: true
show_teamlogo: true
show_flag: true
attributes:
icon: mdi:car-brake-abs
minWidth: true
isMinWidthIndicator: false
EDIT: Added colour tab indicator & Constructor flags
No problem here, so itâs not server / card problem
What card is it to show me the practice, classification and race schedules?
Iâm having the same issue where nothing is showing. This was working previously.
aaaand itâs magically working again.
That will be next_race
Is it working now?
No, it doesnât work. I think the problem comes from the fact that I installed the Beta version of iPadOs 18 on my tablet. On my wall tablet which is in version iPadOs 17, it works fine.
Well, not exactly. The images are being cached for a certain amount of time. Could be that the server wasnt available at the time of the refresh.
If you adjust your config and add:
show_refresh: true
You will get a experimental refresh button to force the refresh
I added the refresh option and it doesnât work. The refresh button doesnât seem to work. I cleared the cache.
Thats weird. Can you go to this url: https://www.formula1.com/content/dam/fom-website/2018-redesign-assets/Circuit%20maps%2016x9/Netherlands_Circuit.png.transform/7col/image.png does that work?
Ok so the problem isnt your network or PC. Than honestly I donât know xD
Hi Marco,
Any chance I missed something? After the summer break the driver standings are not visable anymore, the team standings are working thoughâŠ
Hi, I have this problem too, I commented out the settings show_flag, show_team and show_teamlogo and it works again.
type: custom:formulaone-card
title: Classement des pilotes
card_type: driver_standings
f1_font: true
standings:
# show_flag: False
# show_team: false
# show_teamlogo: false
translations:
points: Points
wins: Gagnées
team: Ăquipe
driver: Pilote
Yeah the API is not working anymore. Im looking for an alternative but havent found a free one that has all the same features. And I donât have the time I used to have
Too Bad, thanks for the work though. Hopefully someday a free working solution will present itself.