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

    Posts

    Recent Best Controversial
    • RE: I am stuck need help

      Thank you for the help

      posted in Troubleshooting
      D
      dcarls91
    • RE: I am stuck need help

      Thank you, I’ll try that. I’m honestly in over my head i believe, but I’m gonna keep working on it.

      posted in Troubleshooting
      D
      dcarls91
    • I am stuck need help

      Hello, very new to coding and the magic mirror platform. I have installed magic mirror and the modules correctly. I then went into the config.js file and edited it to add the modules etc. Every time I try to start magic mirror it tells me that I have no validated config. js file and that there are errors. Could someone please tell me what I am doing wrong.
      Here is the entire config.js file:

      var config = {
      	address: "localhost", // Address to listen on, can be:
      	                      // - "localhost", "127.0.0.1", "::1" 
      	                      // - another specific IPv4/6 
      	                      // - "", "0.0.0.0", "::" 
      	                      // 
      	port: 8080,
      	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], 
      	
              language: "en",
      	timeFormat: 24,
      	units: "imperial",
      
      	modules: [
      		  {
      			module: "alert",
      		  },
      		  {
      			module: "updatenotification",
      			position: "top_bar",
      		  },
      		  {
      			module: "clock",
      			position: "top_left",
      		  },
      		  {
      		 	module: "calendar"
      			header: "Calendar"
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check",
      						url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
      					
      				         },
                                               {
      
      						symbol: "calendar-plus-o ",
      						url: "https://calendar.google.com/XXXXXXXX/basic.ics"
      					},
      					{
      						symbol: "calendar-plus-o ",
      						url: "https://calendar.google.com/XXXXXXX/basic.ics"
      				}	
      				
      			
      		  },
      		  {
      			module: "helloworld",
      		        position: "top_bar",
      		        config: {
      			         
      			         text: "Welcome to the Carls Residence"
      			        } 
      		  },
      		  {
      			
                               module: "MMM-DarkSkyForecast",
                               header: "Weather",
                               position: "top_right",
                               classes: "default everyone",
                               disabled: false,
                               config: {
                                        apikey: "Xxxxxxxxxxdda4d069a",
                                        latitude: "39.548935",
                                        longitude: "-89.294533",      
                                        iconset: "4c",
                                        concise: false,
                                        forecastLayout: "table"
                                       }
      			
      		  },
      		  {
      			 module: "MMM-MyScoreboard",
                               position: "bottom_left",
                               classes: "default everyone",
                               header: "My Scoreboard",
                               config: {
                                        show LeagueSeparators: true,
                                        colored: true,
                                        viewStyle: "mediumLogos",
                                           sports: [
                                                    {
                                                     league: "NHL",
                                                     groups: ["Western"]
                                                    },
                                                    {
                                                     league: "NFL",
                                                     groups: ["NFC North"]
                                                    },
                                                    {
                                                     league: "MLB",
                                                     groups: ["NL Central"]
                                                   },
                                                   {
                                                    league: "NCAAM",
                                                    groups: ["Big Ten"]
                                                   },
                                                   {
                                                    league: "NCAAF",
                                                    groups: ["Big Ten"]
                                        }
      		  },
      		  {
      		
      
      		       module: 'MMM-iFrame-Ping',
      		       position: 'bottom_left',	
      		       config: {
      			        // See 'Configuration options' for more information.
      			        url: "https://radar.weather.gov/radar.php?rid=ILX&product=NCR&overlay=11101111&loop=yes", 
      			        height:"100%", 
      			        width:"100%",
      			        autoRefresh: true, 
      			        updateInterval: 10, 
      			        displayLastUpdate: true,
      			        width: "100%", 
      			        height: "400px", 
      			       scrolling: "no" 
      			}
      	           },
                         {
                    
      
      
                      	module: "newsfeed",
      			position: "bottom_bar",
      			config: {
      				 feeds: [
      					{
      						title: "Fox News",
      						url: "http://feeds.foxnews.com/foxnews/latest"
      					}
      				 ],
      				  showSourceTitle: true,
      				  showPublishDate: true
      			        }
      		 },
      	   ]
      
      };
      
      
      if (typeof module !== "undefined") {module.exports = config;}
      
      posted in Troubleshooting
      D
      dcarls91
    • RE: Microphone and speakers

      I actually have an echo dot laying around. Just out of curiosity, is it very hard to integrate the echo dot to the mirror. I do not have alot of experience with things like that.

      posted in Hardware
      D
      dcarls91
    • Microphone and speakers

      I am looking to add alexa to my magic mirror and was wondering if anyone could recommend a speaker and microphone setup that isn’t too crazy expensive.

      posted in Hardware
      D
      dcarls91
    • RE: Monitor size recommendations

      Awesome, thanks for all of your input. Ended up with a 22" monitor to start with.

      posted in Hardware
      D
      dcarls91
    • RE: Monitor size recommendations

      Would a tv work? Thinking of using a tv so the speakers are already built in so that i can add alexa.

      posted in Hardware
      D
      dcarls91
    • Monitor size recommendations

      Begining my mirror build here soon, and was wondering what size monitor you all recommend for the build. Thanks

      posted in Hardware how to monitor
      D
      dcarls91
    • 1 / 1