• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-Formula1 - Formula 1 Standings

Scheduled Pinned Locked Moved Sport
30 Posts 10 Posters 18.5k Views 8 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    Mar
    last edited by Apr 21, 2017, 11:08 AM

    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'
                            }
                    },
    
    R 1 Reply Last reply Jul 21, 2020, 3:00 PM Reply Quote 0
    • P Offline
      Peter
      last edited by Jan 1, 2018, 11:56 AM

      Did anyone find the 2018 season Formula 1 ICS?
      Peter

      S 1 Reply Last reply Jan 1, 2018, 12:41 PM Reply Quote 0
      • S Offline
        strawberry 3.141 Project Sponsor Module Developer @Peter
        last edited by Jan 1, 2018, 12:41 PM

        @Peter from what i can see in the code is, that the module generates its own ics and doesn’t use a 3rd party ics. The data it uses therefore seems to be already updated, so by changing the season in config to 2018 you should be fine. season: 2018 or you wait until the default value 'current' gets changed automatically to 2018 here http://ergast.com/api/f1/current

        Please create a github issue if you need help, so I can keep track

        P 1 Reply Last reply Jan 1, 2018, 1:31 PM Reply Quote 0
        • P Offline
          Peter @strawberry 3.141
          last edited by Jan 1, 2018, 1:31 PM

          @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

          S 1 Reply Last reply Jan 1, 2018, 1:36 PM Reply Quote 0
          • S Offline
            strawberry 3.141 Project Sponsor Module Developer @Peter
            last edited by Jan 1, 2018, 1:36 PM

            @Peter what did you put in custom css

            Please create a github issue if you need help, so I can keep track

            P 1 Reply Last reply Jan 1, 2018, 1:38 PM Reply Quote 0
            • P Offline
              Peter @strawberry 3.141
              last edited by Jan 1, 2018, 1:38 PM

              @strawberry-3.141 solved!
              There was an extra space in my config file just before flag-checkered.
              Thanks for your help!
              Peter

              1 Reply Last reply Reply Quote 0
              • F Offline
                fabbr
                last edited by fabbr Mar 9, 2018, 8:22 PM Mar 9, 2018, 1:04 PM

                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'
                					}
                				]
                			}
                		},```
                1 Reply Last reply Reply Quote 0
                • P Offline
                  Peter
                  last edited by Mar 25, 2018, 9:54 AM

                  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

                  F 1 Reply Last reply Mar 25, 2018, 2:52 PM Reply Quote 0
                  • F Offline
                    fabbr @Peter
                    last edited by Mar 25, 2018, 2:52 PM

                    @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

                    P 1 Reply Last reply Mar 25, 2018, 3:06 PM Reply Quote 0
                    • P Offline
                      Peter @fabbr
                      last edited by Mar 25, 2018, 3:06 PM

                      Problem solved: localhost 8080 was in use with another module I was experimenting with.
                      It works fine now.
                      Thanks!
                      Peter@fabbr

                      I 1 Reply Last reply Mar 25, 2018, 4:15 PM Reply Quote 1
                      • 1
                      • 2
                      • 3
                      • 2 / 3
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy