Read the statement by Michael Teeuw here.
Config help please
-
Yay! It works! I added the NFL module and tweaked the compliments.
Thank you so much!!! Working code is below.
/* Magic Mirror Config Sample * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. */ var config = { port: 8080, language: 'en', timeFormat: 12, units: 'imperial', modules: [ { module: 'alert', }, { module: 'clock', position: 'top_left' }, { module: 'calendar', header: 'US Holidays', position: 'top_left', config: { calendars: [ { symbol: 'calendar-check-o ', url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics' } ] } }, { module: 'compliments', position: 'bottom_center', config: { updateInterval: 30000, compliments: { morning: [ "Good morning!", "Lets go tackle today" ], afternoon: [ "What an awesome day!" ], evening: [ "Did you do everything you wanted today?", "Wasn't the day just spectacular?" ] } } }, { module: 'currentweather', position: 'top_right', config: { location: 'Chicago', locationID: '', //ID from http://www.openweathermap.org appid: '#######################' } }, { module: 'weatherforecast', position: 'top_right', header: 'Weather Forecast', config: { location: 'Chicago', locationID: '', //ID from http://www.openweathermap.org appid: '############################' } }, { module: 'newsfeed', position: 'bottom_bar', config: { feeds: [ { title: "ESPN", url: "http://www.espn.com/espn/rss/news" }, { title: "Reuters Sports", url: "http://feeds.reuters.com/reuters/sportsNews" }, ], showSourceTitle: false, showPublishDate: false } }, { module: 'MMM-NFL', position: 'middle_center', config: { colored: true, helmets: true, reloadInterval: 10000, focus_on: ['CHI'] } }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== 'undefined') {module.exports = config;} -
@snotrocket there is no need to let the nfl module reload every 10 seconds, it will detect itself if there is a live match and during live matches it will refresh data more frequently
-
So set it to an hour or two?
-
@snotrocket if you want to use the default of 30mins you can remove it from your config.js completely
-
even better! Thanks.
-
Can i set the size of the NFL module? in the middle it takes up a huge amount of the screen when it shows all upcoming matches.
-
@snotrocket you can either limit with focus_on option the amount of matches displayed or use custom.css to make personal changes to the style
-
@snotrocket any chance you have a photo of what your mirror looks like… as far as layout… havent been able to see a functioning nfl or nhl module up on screen. just curios if i even want to tinker and add to mine… im so close to being done!! thanks
-
@l8kerjuan Here is the base config on a monitor, not the mirror when I was!testing it. I removed the module before the mirror was finished because the Bears were well… Da Bears. ! I think I have a copy of the config file as well. I’ll go look for it.
-
@snotrocket that looks cool. thanks
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