MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. MadsChaves
    3. Best
    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 3
    • Posts 16
    • Groups 0

    Posts

    Recent Best Controversial
    • My second Magic Mirror (without a mirror)

      2_1573158268243_IMG_7703 (1).jpg 1_1573158268243_IMG_7702 (1).jpg 0_1573158268242_IMG_7701 (1).jpg

      Here are pics of my 2nd MagicMirror without a mirror. Had so much fun making this one!

      posted in Show your Mirror
      M
      MadsChaves
    • My first MagicMirror

      0_1571377386396_66AF9856-462E-4275-BF0B-F90E2DE63D28.jpeg

      Tinker with the Calendar to get previous, current and Next month…

      posted in Show your Mirror
      M
      MadsChaves
    • RE: My first MagicMirror

      @Mykle1 I saw the ISS south of us this morning. Naked eye was good enough 😀 since it reflects the sun, it’s very visible.

      posted in Show your Mirror
      M
      MadsChaves
    • RE: My first MagicMirror

      @Mykle1 Yes!

      posted in Show your Mirror
      M
      MadsChaves
    • MagicMirror on a MacBook White

      Following Mykle1’s lead I just have to try MagicMirror on the MacBook white running Ubuntu - server mode 😀
      1_1573707770374_7AFFD426-498D-4680-9F2A-1179F434B622.jpeg 0_1573707770373_080BE1F6-148F-4614-910D-5517E76B97B1.jpeg

      posted in Show your Mirror
      M
      MadsChaves
    • RE: My second Magic Mirror (without a mirror)

      So sorry for the late reply…here’s an example of what I changed…
      // Override dom generator
      getDom: function() {

      	if ((moment() > this.midnight) || (!this.loaded)) {
      
      		var month = moment().add(1,'months');
      		var year = moment().year();
      		var monthName = moment().add(1,'months').format("MMMM");
      		var monthLength = moment().add(1,'months').daysInMonth();
      
      		// Find first day of the month, LOCALE aware
      		var startingDay = moment().add(1,'months').date(1).weekday();
      
      posted in Show your Mirror
      M
      MadsChaves
    • 1 / 1