Formula One Card

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 :wink:

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

1 Like

Hi, for two races now, I can’t see the image of the circuits.

No problem here, so it’s not server / card problem :wink:

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.

1 Like

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?

It downloads the following image for me.

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 :frowning:

1 Like

Too Bad, thanks for the work though. Hopefully someday a free working solution will present itself.