0m4r / MMM-SoccerLiveScore

Displays Soccer-Live-Scores on MagicMirror
MIT License
8 stars 6 forks source link

a gap / no shown in between standing and tables #3

Open 0m4r opened 3 years ago

0m4r commented 3 years ago

https://forum.magicmirror.builders/topic/1169/mmm-soccerlivescore/112?_=1619878653457

{
  module: 'MMM-SoccerLiveScore',
  position: 'top_center',
  header: 'Live-Scores',
  config: {
    leagues: [35, 44, 17, 8, 23, 34,],
      showNames: true,
      showLogos: true,
      displayTime: 20 * 1000,
      showStandings: true,
      showTables: true,
      showScorers: false,
  }