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'
}
]
}
},```