• 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 pleas help

Scheduled Pinned Locked Moved Solved Troubleshooting
52 Posts 5 Posters 17.5k Views 5 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
    Manu85
    last edited by Apr 8, 2020, 12:26 PM

    @sdetweil What can I do?

    S 1 Reply Last reply Apr 8, 2020, 12:26 PM Reply Quote 0
    • S Offline
      sdetweil @Manu85
      last edited by Apr 8, 2020, 12:26 PM

      @Manu85 the module is still active in the config.js

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • M Offline
        Manu85
        last edited by Apr 8, 2020, 12:29 PM

        this is how it is in the config.js

        {
        disabled:false,
        module: ‘MMM-SoccerLiveScore’,
        position: ‘top_right’,
        header: ‘Scores en direct’,
        config: {
        leagues: [34, 1, 8],
        showNames: true,
        showLogos: true,
        debug:true,
        displayTime: 60 * 1000,
        showTables: true
        }
        },

        S 1 Reply Last reply Apr 8, 2020, 12:31 PM Reply Quote 0
        • S Offline
          sdetweil @Manu85
          last edited by Apr 8, 2020, 12:31 PM

          @Manu85 said in MMM-SoccerLiveScore pleas help:

          disabled:false,

          needs to be

          disabled:true,

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • M Offline
            Manu85
            last edited by Apr 8, 2020, 12:37 PM

            ok I did “disabled: true,” and I restarted the MM, the module no longer appears

            1 Reply Last reply Reply Quote 0
            • M Offline
              Manu85
              last edited by Apr 8, 2020, 12:39 PM

              this is how it is in the config.js
              {
              disabled:true,
              module: ‘MMM-SoccerLiveScore’,
              position: ‘top_right’,
              header: ‘Scores en direct’,
              config: {
              leagues: [34, 1, 8],
              showNames: true,
              showLogos: true,
              debug:true,
              displayTime: 60 * 1000,
              showTables: true
              }
              },

              S 1 Reply Last reply Apr 8, 2020, 12:51 PM Reply Quote 0
              • S Offline
                sdetweil @Manu85
                last edited by Apr 8, 2020, 12:51 PM

                @Manu85 ok… looks good…

                however, the node_helper in the module folder is also the old one… not the new that you were supposed to have copied…

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • M Offline
                  Manu85
                  last edited by Apr 8, 2020, 12:54 PM

                  @sdetweil yet I followed your instructions, but I may have made a mistake! what should I do?

                  S 1 Reply Last reply Apr 8, 2020, 12:57 PM Reply Quote 0
                  • S Offline
                    sdetweil @Manu85
                    last edited by Apr 8, 2020, 12:57 PM

                    @Manu85

                    cd ~/MagicMirror/modules
                    mv MMM-SoccerLiveScore MMM-SoccerLiveScore.old
                    mv NewSoccerLive MMM-SoccerLiveScore
                    cd MMM-SoccerLiveScore
                    npm install
                    

                    then u can change disabled: back to false

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      Manu85
                      last edited by Apr 8, 2020, 1:11 PM

                      I made all the lines and went to false, the MM started but soccer does not appear on the screen

                      S 1 Reply Last reply Apr 8, 2020, 1:12 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 2 / 6
                      2 / 6
                      • First post
                        20/52
                        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