Read the statement by Michael Teeuw here.
MMM-soccer wont't show up
-
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;} -
I assume you went to the ~/MagicMirror/modules/MMM-soccer folder and ran the npm install?
cd ~/MagicMirror/modules/MMM-soccer npm install -
@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.
-
@ambujsethi Yes, you need to move it up under the modules folder.
-
@buzzkc Did that too. Still won’t show up.
I’m at a point where I have no clue what’s wrong here. :/ -
@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 -
@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.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login