ianperrin / MMM-Formula1

A MagicMirror Module for displaying Formula 1 driver and constructor standings.
MIT License
33 stars 13 forks source link

Las Vegas Grand Prix Wrong Date, Ergast API deprecated #64

Open efkann opened 1 week ago

efkann commented 1 week ago
Screenshot 2024-11-22 at 23 04 35

I just realized the dates of Las Vegas weekend are wrong.

Is this only me or also shows wrong date for you ?

By the way, Ergast API is deprecated and I think we should consider moving over to Jolpica which provides Ergast compatible API

efkann commented 1 week ago

https://github.com/ianperrin/MMM-Formula1/blob/0728d7e76b432a7012855c7d330a1ebc3b1761cf/node_helper.js#L38-L40

I just changed f1Url to

var f1Url = "https://api.jolpi.ca/ergast/f1/" + season;

Started showing the correct date for Las Vegas.