• 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-SoccerLiveScore

Scheduled Pinned Locked Moved Sport
187 Posts 37 Posters 205.1k Views 35 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.
  • J Offline
    JoeFranz
    last edited by Sep 10, 2017, 9:33 AM

    So I have three errors in it. Blank sreen if only one league is displayed, with the table without names fit above the symbols and is not updated now, only after a reboot of magicmirror. Here is my config.js

    {
    module: ‘MMM-SoccerLiveScore’,
    position: ‘bottom_left’,
    config: {
    leagues: [35, 9],
             showNames: false,
            showLogos: true,
             displayTime: 60 * 1000,
             showTables: true
    }
                     },

    1 Reply Last reply Reply Quote 0
    • L Offline
      l0cal
      last edited by Dec 3, 2017, 11:10 AM

      i love this module but there is a problem with update live score and table. It don’t work for me. All other installed module works fine and update work well. if i restart mm it loads the new data score etc

      1 Reply Last reply Reply Quote 0
      • M Offline
        master117
        last edited by Dec 3, 2017, 2:57 PM

        I created a new version of this module:

        https://github.com/master117/MagicMirror-FootballLeagues

        Most of the errors mentioned above, should be fixed. It works with only one league selected for example. The old module also polls its undocumented datasource too often and eventually gets banned, which is why the scores stop refreshing. It does not yet have support for logos.

        Greetings,
        master117

        1 Reply Last reply Reply Quote 1
        • F Offline
          fabbr
          last edited by Mar 21, 2018, 12:21 AM

          @master117 I just tried and got two errors on the installation:

          npm WARN enoent ENOENT: no such file or directory, open ‘/home/pi/MagicMirror/modules/package.json’
          npm WARN enoent ENOENT: no such file or directory, open ‘/home/pi/MagicMirror/modules/node_modules/node_helper/package.json’
          npm WARN modules No description
          npm WARN modules No repository field.
          npm WARN modules No README data
          npm WARN modules No license field.

          When I add the module to the config.js nothing shows up. I tried several different configurations and problem persist. any idea on what I am doing wrong?

          1 Reply Last reply Reply Quote 0
          • G Offline
            gashion
            last edited by Mar 31, 2018, 12:42 PM

            @fabbr Did you ever get this working? I get the same errors;

            npm WARN enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/package.json'
            npm WARN enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/node_modules/node_helper/package.json'
            npm WARN modules No description
            npm WARN modules No repository field.
            npm WARN modules No README data
            npm WARN modules No license field.
            

            @master117 Anything?

            1 Reply Last reply Reply Quote 0
            • M Offline
              master117
              last edited by Apr 5, 2018, 11:13 PM

              @gashion @fabbr

              Those are not errors (ERR) just regular warnings (WARN). They are unrelated to whatever issue you are having, they are even unrelated to the module itself, request (the thing being installed) is a semi standard nodejs library and not made by me.

              I would guess either your config is wrong or there is not enough space on the mirror. If you list your steps and config I may be able to help.

              1 Reply Last reply Reply Quote 0
              • G Offline
                gashion
                last edited by Apr 7, 2018, 10:04 AM

                @master117

                Here is my config:

                {
                			module: 'MagicMirror-FootballLeagues',
                			position: 'bottom_center',
                			header: 'Live-Scores',
                				config: {
                				leagues: [445, 455, 464, 456, 450],
                        		showNames: true,
                        		displayTime: 60 * 1000,
                        		showTables: true,
                				showLogos: true,
                				apiKey: 'MyApiKey'
                			}
                		},
                
                F 1 Reply Last reply Apr 16, 2018, 2:21 PM Reply Quote 0
                • F Offline
                  fabbr @gashion
                  last edited by Apr 16, 2018, 2:21 PM

                  I don’t think the API is working anymore. :(

                  1 Reply Last reply Reply Quote 0
                  • N Offline
                    nem1
                    last edited by Jun 13, 2018, 10:47 AM

                    Is it possible to integrate the World Cup 2018 into this module?

                    1 Reply Last reply Reply Quote 0
                    • B Offline
                      baschke
                      last edited by Sep 12, 2018, 7:11 AM

                      Is there a way to diasable tables for specific leagues? e.g. I don’t want to show tables for the Champions Leagues, cause it will only show the table of group A.

                      G 1 Reply Last reply Sep 13, 2018, 8:22 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 8
                      • 18
                      • 19
                      • 6 / 19
                      • 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