MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Mykle1
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Mykle1M Offline
    • Profile
    • Following 5
    • Followers 73
    • Topics 101
    • Posts 4,397
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: multiple calendars

      @brownco9

      You might also want to check on your google calendar page that the calendar you want to appear in the MM module is appearing on your calendar pages. On the left side of the google calendar page you’ll see “My calendars” and “Other calendars.” When you click on the colored square to the left of each calendar it will enable/disable that particular calendar in your main visible calendar (The big one, day to day). Make sure the calendar is showing in the main calendar.

      Restart your MM

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: multiple calendars

      @brownco9 said in multiple calendars:

      I added the urgency and getRelative after seeing yours and it didn’t change.

      First thing I see is you are missing a comma after the last ]

      It should look like this ],

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Precipitation accumulation forecast

      @FlatPepsi Check out WunderGround

      posted in Requests
      Mykle1M
      Mykle1
    • RE: multiple calendars

      @brownco9
      Post a copy of that portion of your config.js file here so that people can take a look at it. You’ll likely get an answer quicker that way. Just x-out any private info or keys before you post it. If you care to try again, here is my calendar entry. It SHOULD work if you replace a correct url with mine.

      {
      			module: 'calendar',
      			position: 'top_left',
      			config: {
      			urgency: 0,
      			getRelative: 0,
      			fadePoint: 0.25, // Start on 1/4th of the list.
      				calendars: [
      					{
      						symbol: 'calendar-check-o ',
      						url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
      					},
      					{
      						url: 'https://calendar.google.com/calendar/ical/xxxxxxxxxxxxxxxxxx.com/private-xxxxxxxxxxxxx/basic.ics'
      					},
      				],
      			}
      		},
      
      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: MMM-Wunderground clock

      @haskellj said in MMM-Wunderground clock:

      You are right, stupid mistake. Thanks!

      You’re welcome. We’ve all been there. I certainly have been. :thumbsup_tone2:

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: mirror for magic mirror?

      @Advokaten said in mirror for magic mirror?:

      I think he’s asking wether there’s something more than just that 3mm glass. Like another type of glass/screen/sheet of any sort, behind it.

      No, that’s the only thing I used.

      Looks amazing!

      Thanks bud. I do appreciate that :-)

      I’m thinking of using a 32" monitor. Sadly, the mirror I’m able to find when it comes to this size is really expensive

      Yes, I’m planning my next mirror. I want to go bigger, too, but I also want to keep my costs down. I’m thinking 27" for my next build

      posted in Hardware
      Mykle1M
      Mykle1
    • RE: MMM-Wunderground clock

      @haskellj said in MMM-Wunderground clock:

      The clock on the module is off by 2 minutes and I already have a module with a clock on it. Is there a way to just get rid of the time?

      I don’t think WunderGround has a clock. You might be referring to the sunruse/sunset time that WunderGround has

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: mirror for magic mirror?

      @vicdilou said in mirror for magic mirror?:

      Did you just put that or with a glass plate ?

      Not really sure what your question is but this is what I used. The 3mm. Rigid like plexiglass. No need for glue. Reasonable price. If you have amazon Prime (I do) you get it in 2 days.

      https://www.amazon.com/12-Acrylic-See-Through-Mirror-3mm/dp/B01G4MQ5OW/ref=sr_1_1?ie=UTF8&qid=1486555783&sr=8-1&keywords=3mm+acrylic+mirror

      posted in Hardware
      Mykle1M
      Mykle1
    • RE: Finally finished

      @Mykle1 Is that glass or acrylic? And, 6mm or 3mm?

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Finally finished

      @bluecaka69 said in Finally finished:

      Sorry I don’t have more pics I didn’t even think about taking any during the process

      Again, nice work! take more pictures on your next build. You know you’re gonna build another one.

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Working on the ole 32"...

      @johnnyboy said in Working on the ole 32"...:

      I’m gonna send the forum into meltdown now

      Looking around

      I don’t know these two guys

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Working on the ole 32"...

      @johnnyboy

      That’s not an icon. That’s a poster!

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Finally finished

      @johnnyboy said in Finally finished:

      Lets hope support for MM lasts eh?

      By then, “you’ll” be the support.

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Working on the ole 32"...

      @cowboysdude said in Working on the ole 32"...:

      NO Brokeback mountain

      Yeah, just for the record, “No F$#KING way!” You can keep your damn icon. ;-)

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: -=]!Show Your Module Setup![=-

      @akhil said in -=]!Show Your Module Setup![=-:

      could u please post your code ,it looks great bro,good job

      How many mirrors are going to wind up looking like mine now? ;-)

      var config = {
      	port: 8080,
      	ipWhitelist: [], 
      
      	language: 'en',
      	timeFormat: 12,
      	units: 'imperial',
      
      	modules: [
      		{
      			module: 'helloworld',
      			position: 'top_bar',	// This can be any of the regions.
      			classes: 'small bright',
      			config: {
      			text: 'Bottle Pop welcomes you to his very own Magic Mirror! You could have one if you were brilliant and talented and cool like him!'
      		}
      		},
      		{
      			module: 'updatenotification',
      			position: 'top_bar',	// This can be any of the regions.
      			config: {
      			updateInterval: 600000 // (10 minutes)
      		}
      		},
      		{
                  module: 'motiondetector',
                  config: {
                  timeout: 600000 // time in milliseconds (10 minutes) to switch off after last movement is detected.
              }
              },
      		{
      			module: 'MMM-Remote-Control',
      			position: 'lower_third'
      		},
      		{
      			module: 'compliments',
      			position: 'lower_third'
      		},
      		{
      			module: 'planetrise',
      			position: 'lower_third',	// This can be any of the regions.
      			// header: 'Join pop in looking at the heavens through his telescope',
              	config: {
      				latitude: 12.345678,   // Place the latitude and longitude of your mirror
                  	longitude: -12.345678,   // Place the latitude and longitude of your mirror
                  	bodies: {'Sun': '☉',
                          	'Moon': '☽',
                          	'Mercury': '☿',
                          	'Venus': '♀',
                          	'Mars': '♂',
                          	'Jupiter': '♃',
                          	'Saturn': '♄',
                  	}
              	}
      		},
      		{
      			module: 'alert',
      			config: {
      			timer: 3500,
      			effect: 'jelly', // Possible values: scale slide genie jelly flip exploader bouncyflip
      			alert_effect: 'flip', // Same as above
      			position: 'middle_center',
      		}
      		},
      		{
      			module: 'MMM-SimpleLogo',
      			position: 'bottom_left',	// This can be any of the regions.
      			fileUrl: "modules/MMM-SimpleLogo/public/yes.jpg",
      			config: {
      			width: "260px",
      		}
      		},
      		{
      			module: 'MMM-SimpleLogo',
      			position: 'bottom_right',	// This can be any of the regions.
      			config: {
      			width: "260px",
      			fileUrl: "modules/MMM-SimpleLogo/public/starship.jpg",
      			}
      		},
      		{
      			module: 'MMM-Globe',
      			position: 'bottom_center',
      			config: {
      			style: 'natColor', // natColor, geoColor, airMass, fullBand, europeDiscNat, europeDiscSnow, centralAmericaDiscNat
      			imageSize: 175,
      			updateInterval: 10*60*1000
      		}
      		},
      		{
      			module: 'clock',
      			position: 'top_center'
      		},
      		{
      			module: 'calendar',
      			position: 'top_left',
      			config: {
      			urgency: 0,
      			getRelative: 0,
      			fadePoint: 0.25, // Start on 1/4th of the list.
      				calendars: [
      					{
      						symbol: 'calendar-check-o ',
      						url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
      					},
      					{	// YOU GET THE FOLLOWING URL FROM YOUR GOOGLE CALENDAR PAGE
      						url: 'https://calendar.google.com/calendar/ical/xxxxxxxxxxxxxxxxxxxxx/private-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/basic.ics'
      					},
      				],
      			}
      		},
      		{
                  module: 'calendar_monthly',
                  position: 'top_left',
                  config: {
                  showHeader: false,
      			cssStyle: 'custom', // block, clean, custom, (slate is for no mirror)
      			updateDelay: 5 // 5 secs default
              }
              },
      		{
      			module: 'MMM-SystemStats',
      			position: 'top_left', // This can be any of the regions.
      			classes: 'small bright', // Add your own styling. Optional.
      			config: {
      			updateInterval: 10000,
      			animationSpeed: 0,
              }
          	},
      		{
              	module: 'MMM-NetworkScanner',
              	position: 'top_left', 
              	config: {
                  devices: [
                      { ipAddress: "192.168.1.2", name: "Dove", icon: "medkit"},
                      { ipAddress: "192.168.1.8", name: "BottlePop", icon: "globe"},
                      { ipAddress: "192.168.1.11", name: "Donna", icon: "venus"},
      				{ ipAddress: "192.168.1.10", name: "Nikki", icon: "coffee"},
      				{ ipAddress: "192.168.1.7", name: "Jason", icon: "fire-extinguisher"},
      				{ ipAddress: "192.168.1.18", name: "MJD", icon: "child"}
                      	 ],
                  	showUnknown: false,
                  	showOffline: true,
      				showLastSeen: false,
                  	keepAlive: 1200, // in seconds (20 min)
                  	updateInterval: 30, // in seconds
                  	residents: []
      		}        
       		},
      		{
          		module: 'MMM-WunderGround', // Just for current weather w/css entry
          		position: 'top_center',
          		config: {
              	apikey: 'YOUR API KEY GOES HERE', // private; don't share!
              	pws: 'pws:KNYNEWYO103', // Richmondtown Weather Station - Just around the corner. Very Cool!
      			currentweather: 1,
              	coloricon: true,
      			animationSpeed: 5000,
          		roundTmpDecs: 0,
          		UseCardinals: 1,
      			windunits: "mph", // bft or mph
      		}
      		},
      		{
          		module: 'MMM-WunderGround', // Just for forecast w/css entry
          		position: 'top_right',
          		config: {
              	apikey: 'YOUR API KEY GOES HERE', // private; don't share!
              	pws: 'pws:KNYNEWYO103', // Richmondtown Weather Station - Very Cool
      			currentweather: 0,
              	coloricon: true,
              	hourly: '1',
              	fctext: '1',
              	fcdaycount: "10",
              	fcdaystart: "0",
              	hourlyinterval: "2",
              	hourlycount: "1",
      			animationSpeed: 5000,
              	alerttime: 10000,
              	alerttruncatestring: "english:",
          		roundTmpDecs: 0,
          		UseCardinals: 1,
          		layout: "vertical",
      			windunits: "mph",
          		sysstat: "0"
      		}
      		},
      		{
          		module: 'MMM-doomsDay',
          		position: 'top_right', // This can be any of the regions, best results in center regions
          		config: {
              	doomsDay: "2017-04-11 24:00:00", // the end day of the countdown, format is YYYY-MM-DD HH:MM:SS, default is "2018-02-23 24:00:00", recommend that you don't alter the hour, keep it at 24:00:00
              	toWhat: 'Mark B-Day!', // the title of your countdown event
      			present: 'Call Him!',
      			updateInterval: 1 * 3600000,
      			singular: 'more day!', // what it should say when it's only one day left, default is `Day Left`
      			plural: 'more days', // what it should say when it's more days left, default is `Days Left`
      		}
      		},
      		{
      			module: 'camera',
          		position: 'top_right',
          		config: {
      			selfieInterval: 3,  // Time interval in seconds before the photo will be taken.
              	emailConfig: {
                  service: 'iCloud', // Email provider to use to send email with a photo.
                  auth: {
                  user: 'YOUR EMAIL ADDRESS',  // Your email account
                  pass: 'YOUR EMAIL PASSWORD'  // Your password for email account
              }
              }
      		}
      		},
      		{
          		module: 'voicecontrol',
          		position: 'top_right',
          		config: {
              		models: [
                  	{
                      	keyword: "Show Camera",
                      	description: "Say 'Show Camera' to display camera",
                      	file: "showCamera.pmdl",
                      	message: "SHOW_CAMERA"
                  	},
                  	{
                      	keyword: "Hide Camera",
                      	description: "Say 'Hide Camera' to hide camera",
                      	file: "hideCamera.pmdl",
                      	message: "HIDE_CAMERA"
                  	},
                  	{
                      	keyword: "Selfie",
                      	description: "Say 'Selfie' when camera is visible",
                      	file: "selfie.pmdl",
                      	message: "SELFIE"
                  	},
              ],
          }
      },
      		{
      			module: 'newsfeed',
      			position: 'bottom_bar',
      			config: {
      				feeds: [
      					{
      						title: "NASA",
      						url: "https://www.nasa.gov/rss/dyn/solar_system.rss"
      					},
      					{
      						title: "Reuters Science News",
      						url: "http://feeds.reuters.com/reuters/scienceNews"
      					},
      					{
      						title: "New York Times",
      						url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
      					},
      					{
                          	title: "BBC World News",
                          	url: "http://feeds.bbci.co.uk/news/world/us_and_canada/rss.xml"
                      	},
      				],
      				showSourceTitle: true,
      				showPublishDate: true
      			}
      		},
      	]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== 'undefined') {module.exports = config;}
      
      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Finally finished

      @yawns said in Finally finished:

      More pictures and details please

      Yeah, I’d like a story, too. And, at the very least, the dimensions and type of mirror glass you used and where you purchased it. (planning my next mirror) :-)

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Finally finished

      @bluecaka69 That’s good work. Go get yourself a beer. :beer:

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Working on the ole 32"...

      @johnnyboy said in Working on the ole 32"...:

      Then it’s official, we are… The Three Amigos!

      I feel better already! ;-)

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: How to resize Icon and Change Day language in WunderGround

      @wizz said in How to resize Icon and Change Day language in WunderGround:

      But it still shows in English and not in Swedish?

      I just checked my translations folder in the MMM-WunderGround folder. I only have de, en, fr, nl and pl. This may be where your problem is.

      posted in General Discussion
      Mykle1M
      Mykle1
    • RE: How to resize Icon and Change Day language in WunderGround

      @wizz said in How to resize Icon and Change Day language in WunderGround:

      But it still shows in English and not in Swedish?

      Yes, that’s odd. You could try removing lang: ‘sv’, from the WunderGround portion of your config.js.

      Also, are you sure you’re using the most recent version of WunderGround?
      In your terminal, go to ~/MagicMirror/modules/MMM-WunderGround $
      and type git pull, then restart your mirror

      posted in General Discussion
      Mykle1M
      Mykle1
    • 1
    • 2
    • 200
    • 201
    • 202
    • 203
    • 204
    • 219
    • 220
    • 202 / 220