Read the statement by Michael Teeuw here.
MMM-Formula1 - Formula 1 Standings
-
@Mar - Unfortunately we are in the hands of the API provider as to when the 2017 data is considered ‘current’.
The work around is to make sure you have the latest version of the module then temporarily set the
season
option to ‘2017’, e.g.{ module: 'MMM-Formula1', position: 'top_right', header: 'F1 Standings', config: { season: '2017' } },
-
@ianperrin thank you for that, i was also more just curious that i didn’t implement it incorrectly. This is a workaround i can live with.
Thank you. -
This post is deleted! -
@ianperrin I got a problem as in this below picture you see that the Driver and the constructor is separated but for me it is sitting together like this DriverConstructor.
Also the F1 Race Schedule and the F1 Driver Standings is on the right hand side and not as in the picture. Any one know a solution? -
-
@wizz i guess you have the modules on the right side of your mirror thats most likely why your text is aligned right. you can change that by adding the class
align-left
to the config or add a css rule in custom.css to do so.to add some spacing to the table you could add something like
.MMM-Formula1 table { border-spacing: 10px 0; border-collapse: separate; }
to your custom.css
-
@strawberry-3.141 thanks will try tonight :)
-
@strawberry-3.141 Well some improvments but still some issues. will try to fix that in the best way.
-
@wizz a screenshot of your ui would be great
-
I’m still not able to show two modules, one for drivers and one for constructors. When i disable one module the other works…but when i try to use both only the first one works?? How are people showing both?
{ module: 'MMM-Formula1', //disabled: true, classes: 'PAGE2', position: 'top_right', header: 'F1 Driver Standings', config: { maxRows: 12 } }, { module: 'MMM-Formula1', //disabled: true, classes: 'PAGE2', position: 'top_right', header: 'F1 Constructor Standings', config: { type: 'CONSTRUCTOR' } },