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-soccer wont't show up

    Scheduled Pinned Locked Moved Solved Troubleshooting
    7 Posts 3 Posters 1.6k Views 3 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.
    • A Offline
      ambujsethi
      last edited by buzzkc

      Hey there guys, I’m a newbie to programming and I started working on the Magic Mirror a couple of days ago. I could manage to get everything up and running, but after I installed my MMM-soccer module, I somehow can’t get it to show up in the mirror. Rest everything is working fine. Here’s my config file, if that would be of any help.
      Thanks!

      
      
      	language: "en",
      	timeFormat: 24,
      	units: "metric",
      
      	modules: [
      		{
      			module: "alert",
      		},
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: "clock",
      			position: "top_left"
      		},
      		{
      			module: "calendar",
      			header: "Indian Holidays",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check",
      						url: "webcal://www.calendarlabs.com/ical-calendar/ics/33/India_Holidays.ics"					}
      				]
      			}
      		},
      		{
      			module: "compliments",
      			position: "lower_third"
      		},
      		{
      			module: "currentweather",
      			position: "top_right",
      			config: {
      				location: "Raipur, India",
      				locationID: "1258980",  //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      				appid: "hidden"
      			}
      		},
      		{
      			module: "weatherforecast",
      			position: "top_right",
      			header: "Weather Forecast",
      			config: {
      				location: "Raipur, India",
      				locationID: "1258980",  //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      				appid: "hidden"
      			}
      		},
      		{
      			module: "newsfeed",
      			position: "bottom_bar",
      			config: {
      				feeds: [
      					{
      						title: "Times of India",
      						url: "http://timesofindia.indiatimes.com/rssfeeds/-2128936835.cms"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true,
      				broadcastNewsFeeds: true,
      				broadcastNewsUpdates: true
      			}
      		},
      		{
          module: 'MMM-soccer',
          position: 'bottom_left',
          config: {
              api_key: 'hidden',
              show: 'ENGLAND',
              logos: true,
              colored: false,
              max_teams: 10
          }
          },
      
      		
      	]
      
          };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      
      
      1 Reply Last reply Reply Quote 0
      • buzzkcB Offline
        buzzkc
        last edited by buzzkc

        I assume you went to the ~/MagicMirror/modules/MMM-soccer folder and ran the npm install?

        cd ~/MagicMirror/modules/MMM-soccer
        npm install
        
        

        Darren

        My Build: https://forum.magicmirror.builders/topic/11153/new-non-mirror

        A 1 Reply Last reply Reply Quote 0
        • A Offline
          ambujsethi @buzzkc
          last edited by

          @buzzkc Yes I did.
          Will I have to move it out of the default folder into MagicMirror/modules?

          Also, it turns out, the name of the module was MMM-soccer-master, and I changed that in the config file but still no result.

          1 Reply Last reply Reply Quote 0
          • buzzkcB Offline
            buzzkc
            last edited by

            @ambujsethi Yes, you need to move it up under the modules folder.

            Darren

            My Build: https://forum.magicmirror.builders/topic/11153/new-non-mirror

            A 2 Replies Last reply Reply Quote 0
            • A Offline
              ambujsethi @buzzkc
              last edited by

              @buzzkc Did that too. Still won’t show up.
              I’m at a point where I have no clue what’s wrong here. :/

              1 Reply Last reply Reply Quote 0
              • A Offline
                ambujsethi @buzzkc
                last edited by

                @buzzkc Hey, thanks for all the help.
                Turns out there was some error during installation. I uninstalled and re-installed the module and it runs perfectly now! :D

                Alex2020A 1 Reply Last reply Reply Quote 1
                • Alex2020A Offline
                  Alex2020 @ambujsethi
                  last edited by

                  @ambujsethi ciao puoi mandarmi gentilmente la procedura corretta per l’installazione di questo modulo e come l’hai configurato sul file config.js della cartella Magic Mirror?Grazie.

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