• 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.6k 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.
  • W Offline
    wizz
    last edited by wizz Apr 8, 2017, 7:43 PM Apr 8, 2017, 7:42 PM

    @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?

    alt text

    1 Reply Last reply Reply Quote 0
    • W Offline
      wizz
      last edited by Apr 19, 2017, 1:41 PM

      @wizz said in MMM-Formula1 - Formula 1 Standings:

      @ianperrin

      @ianperrin or some one have an solution?

      S 1 Reply Last reply Apr 20, 2017, 12:21 PM Reply Quote 0
      • S Offline
        strawberry 3.141 Project Sponsor Module Developer @wizz
        last edited by Apr 20, 2017, 12:21 PM

        @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

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

        W 2 Replies Last reply Apr 20, 2017, 12:22 PM Reply Quote 1
        • W Offline
          wizz @strawberry 3.141
          last edited by Apr 20, 2017, 12:22 PM

          @strawberry-3.141 thanks will try tonight :)

          1 Reply Last reply Reply Quote 0
          • W Offline
            wizz @strawberry 3.141
            last edited by Apr 21, 2017, 8:27 AM

            @strawberry-3.141 Well some improvments but still some issues. will try to fix that in the best way.

            S 1 Reply Last reply Apr 21, 2017, 8:29 AM Reply Quote 0
            • S Offline
              strawberry 3.141 Project Sponsor Module Developer @wizz
              last edited by Apr 21, 2017, 8:29 AM

              @wizz a screenshot of your ui would be great

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

              1 Reply Last reply Reply Quote 0
              • 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
                      • 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