MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. motdog
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 111
    • Groups 0

    Posts

    Recent Best Controversial
    • Changed a few compliments, hosed it up - not fixed, still hosed

      I had added a couple of compliments and things were good. I went in to the compliments module and made the changes. Now I added a few more and something isn’t right. Been trying for a while to figure whats up. Hopefully new eyes can tell me. This code is taken from compliments. js

      Module.register("compliments", {
      
      	// Module config defaults.
      	defaults: {
      		compliments: {
      			anytime: [
      				"Hey there sexy!"
      			],
      			morning: [
      				"Good morning, handsome!",
      				"Enjoy your day!",
      				"How was your sleep?",
      				"Coffee Time!",
      				"Whats goin on?",
      				"What a fine looking Jew"
      			],
      			afternoon: [
      				"Hello, beauty!",
      				"You look sexy!",
      				"Looking good today!",
      				"Keep on Keepin on",
      				"All right Hamilton",
      				"Almost quitting time"
      				
      			],
      			evening: [
      				"Wow, you look hot!",
      				"You look nice!",
      				"Hi, sexy!",
      				"Did you lose weight?",
      				"Rock Chalk Jayhawk"
      				"Get a good nights rest"
      				
      			],
      		}
      
      		}
      		updateInterval: 30000,
      		remoteFile: null,
      		fadeSpeed: 4000,
      		morningStartTime: 3,
      		morningEndTime: 12,
      		afternoonStartTime: 12,
      		afternoonEndTime: 17
      	},
      
      posted in Troubleshooting
      M
      motdog
    • RE: MMM-MyScoreboard

      @j-e-f-f Awesome. It did!

      posted in Sport
      M
      motdog
    • RE: MMM-MyScoreboard

      Also is there a way to limit the numbers of games being shown and maybe rotate through them? Thanks for the help.

      posted in Sport
      M
      motdog
    • RE: MMM-MyScoreboard

      I got this up and running but with NCAA Mens basketball I am struggling to limit the games shown. I have tried changing the group to “Big 12” or “Top 25” but still get everygame, so the module covers the whole left side of my mirror. What am I missing? This is a fresh installation. I just set up my mirror a few days ago.

      //{
      		  module: "MMM-MyScoreboard",
      		  position: "bottom_left",
      		  classes: "default everyone",
      		  header: "My Scoreboard",
      		  config: {
      		    showLeagueSeparators: true,
      		    colored: true,
      		    viewStyle: "mediumLogos",
      		    sports: [
      		      {
      		        league: "NHL",
      		        groups: ["Atlantic"]
      		      },
      		      {
      		        league: "NBA",
      		      },
      		      {
      		        league: "MLB",
      		      },
      		      {
      		        league: "NFL",
      		      },
      		      {
      		        league: "NCAAM",
      		        Groups: ["Big 12"]
      		      },
      		    
      		    ]
      		
      		  }
      
      posted in Sport
      M
      motdog
    • RE: Total rookie, got it "running" but need help

      Don’t know if I properly copied sample file to config.js kinda guessed how to do so

      posted in Troubleshooting
      M
      motdog
    • RE: Total rookie, got it "running" but need help

      @bhepler ok things are a mess. Thought I did the weather thing correct. When I try to launch I get the dreaded please create a config file Totally appreciate the help

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       *
       * For more information how you can configurate this file
       * See https://github.com/MichMich/MagicMirror#configuration
       *
       */
      
      var config = {
      	address: "localhost", // Address to listen on, can be:
      	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
      	                      // - another specific IPv4/6 to listen on a specific interface
      	                      // - "", "0.0.0.0", "::" to listen on any interface
      	                      // Default, when address config is left out, is "localhost"
      	port: 8080,
      	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
      	                                                       // or add a specific IPv4 of 192.168.1.5 :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
      	                                                       // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      
      	language: "en",
      	timeFormat: 12
      	units: "Imperial",
      
      	modules: [
      		{
      			module: "alert",
      		},
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: "clock",
      			position: "top_left"
      		},
      		{
      			module: "calendar",
      			header: "US Holidays",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check",
      						url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
      					}
      				]
      			}
      		},
      		{
      			module: "compliments",
      			position: "lower_third"
      		},
      		{
      			module: "currentweather",
      			position: "top_right",
      			config: {
      				location: "Cottleville",
      				locationID: "4382491",  
      			}
      		},
      		{
      			module: "weatherforecast",
      			position: "top_right",
      			header: "Weather Forecast",
      			config: {
      				location: "Cottleville",
      				locationID: "4382491",  
      				appid: "06ba2b8cec1e843098c058756882d642"
      			}
      		},
      		{
      			module: "newsfeed",
      			position: "bottom_bar",
      			config: {
      				feeds: [
      					{
      						title: "New York Times",
      						url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true
      			}
      		},
      	]
      
      };
      
      posted in Troubleshooting
      M
      motdog
    • RE: Total rookie, got it "running" but need help

      @bhepler Thanks. I’m a visual learner so seeing it broken down like this helps. I also found a few youtube videos that hopefully will do the same. I get changing the forecast will be the same as the current weather with the proper info in place.

      posted in Troubleshooting
      M
      motdog
    • RE: Total rookie, got it "running" but need help

      here is what is in my config.js file I see weatherforcast as a module ,so not sure why it didnt show up when I ran the mirror. I had a , after js and I removed it so I can access the mirror. Still not sure where to go from here, want weather and would like the clock not to be in 24 hour format.

      Thanks

      /* Magic Mirror Config Sample
      *

      • By Michael Teeuw http://michaelteeuw.nl
      • MIT Licensed.
      • For more information how you can configurate this file
      • See https://github.com/MichMich/MagicMirror#configuration

      */

      var config = {
      address: “localhost”, // Address to listen on, can be:
      // - “localhost”, “127.0.0.1”, “::1” to listen on loopback interface
      // - another specific IPv4/6 to listen on a specific interface
      // - “”, “0.0.0.0”, “::” to listen on any interface
      // Default, when address config is left out, is “localhost”
      port: 8080,
      ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”], // Set [] to allow all IP addresses
      // or add a specific IPv4 of 192.168.1.5 :
      // [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.5”],
      // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      // [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.3.0/28”],

      language: "en",
      timeFormat: 24,
      units: "metric",
      
      modules: [
      	{
      		module: "alert",
      	},
      	{
      		module: "updatenotification",
      		position: "top_bar"
      	},
      	{
      		module: "clock",
      		position: "top_left"
      	},
      	{
      		module: "calendar",
      		header: "US Holidays",
      		position: "top_left",
      		config: {
      			calendars: [
      				{
      					symbol: "calendar-check",
      					url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
      				}
      			]
      		}
      	},
      	{
      		module: "compliments",
      		position: "lower_third"
      	},
      	{
      		module: "currentweather",
      		position: "top_right",
      		config: {
      			location: "New York",
      			locationID: "",  //ID from http://bulk.openweathermap.org/sample/; unzip the gz file and find your city
      			appid: "YOUR_OPENWEATHER_API_KEY"
      		}
      	},
      	{
      		module: "weatherforecast",
      		position: "top_right",
      		header: "Weather Forecast",
      		config: {
      			location: "New York",
      			locationID: "5128581",  //ID from https://openweathermap.org/city
      			appid: "YOUR_OPENWEATHER_API_KEY"
      		}
      	},
      	{
      		module: "newsfeed",
      		position: "bottom_bar",
      		config: {
      			feeds: [
      				{
      					title: "New York Times",
      					url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
      				}
      			],
      			showSourceTitle: true,
      			showPublishDate: true
      		}
      	},
      ]
      

      };

      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== “undefined”) {module.exports = config;}

      posted in Troubleshooting
      M
      motdog
    • 1 / 1