Read the statement by Michael Teeuw here.
MMM-Formula1 - Formula 1 Standings
-
@strawberry-3.141 it works now (season set to 2018).
But as soon as I try to change the flag-checkered color in my custom css the calendar entries for Formula 1 are gone.
Any advice?
Peter -
@Peter what did you put in custom css
-
@strawberry-3.141 solved!
There was an extra space in my config file just before flag-checkered.
Thanks for your help!
Peter -
I can’t make the Calendar work … what am I doing wrong?
-Also, any way to have the formulaE? I saw that it uses almost the same API: https://ergast.com/mrd/formula-e-series-support/
Thanks !
{ module: 'MMM-Formula1', position: 'top_right', header: 'F1 Standings', config: { //calendar: 'true', grayscale: false, season: 2018, showFooter: true, calendar: true, maxRows: 7 // Optional configuration options - see https://github.com/ianperrin/MMM-Formula1#configuration-options } }, { module: "calendar", header: "F1-Schedule", position: "top_right", config: { calendars: [ { // maximumEntries: 4, // symbol: "calendar-check-o ", // url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics", symbol: 'flag-checkered', url: 'http://localhost:8080/MMM-Formula1/schedule.ics' } ] } },```
-
Does anybody see the new 2018 standings after yesterdays races?
I don’t and I even don’t see the next races in my calendar any more.Peter
-
@Peter Hey Peter, I just checked and mine is working ok and showing today’s results.
If yours are still not showing anything, send us your config code of this module and we can try to help you out
-
Problem solved: localhost 8080 was in use with another module I was experimenting with.
It works fine now.
Thanks!
Peter@fabbr -
@Peter it’s worth noting that the API isn’t immediately updated following each race so hang in there, the data usually updates by the end of the same day of the race
-
I am missing the country flag of Charles Leclerc (Monaco).
Can somebody give me a hint how to fix this?
Peter -
@Peter just checking whether you are using the latest version of the module? If not, try updating
I added a fix last year to support Monegasque as a nationality for Charles Leclerc.