Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Donate
    • Discord
    1. Home
    2. MadsChaves
    M
    • Continue chat with MadsChaves
    • Start new chat with MadsChaves
    • Flag Profile
    • Block User
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    MadsChaves

    @MadsChaves

    Electrical Engr by profession
    Works at Infineon Technologies Automotive Division
    Loves to tinker around with electronics, cars, drones or anything I can get hold on to.
    I play the guitar and piano to stay sane :)

    8
    Reputation
    15
    Posts
    282
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Location Temecula, CA Age 60

    MadsChaves Follow

    Posts made by 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
    • RE: First Mirror

      Really nice! Love the frame!

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

      @Mykle1 Yes I did 🙂

      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)

      @Leobo Oh, if you just want the monthly calendar, checkout the calendar_monthly module by KirAsh4 under the Utility / IOT / 3rd Party / Integration modules. The same one I used.

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

      @mrdenmark & @Leobo - I am not a programmer but I can understand a little bit of code 🙂 Anyways, I essentially replicated/tweaked the calendar_monthly module of Ashley M, Kirchner - big thanks (& apologies as well) to him for this module!!
      This calendar_monthly is basically using the moment() function. So for the next month module I used the "moment().add(1,‘months’)"to re-define the var month variables and for the previous month I used the “moment().subtract(1,‘months’)”…and since I was going to show prev, currrent and next months at thesame time, I removed the days (grayed days) of the other months that did not belong. I also played with the font size that was pre-defined in the wrapper as well as tweaked the cssStyle. Hope this helps 🙂

      posted in Show your Mirror
      M
      MadsChaves
    • RE: First build

      really nice!

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

      @OldSunGuy I used: calendar_monthly (tweaked to also show previous and next month), MMM-BackgroundSlideshow, MMM-pages, MMM-Page-Indicator, MMM-GooglePhotos,worldclock…

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

      @cyberphox - the pages just cycle through every 30 seconds, I am thinking of adding options for external intervention i.e. voice commands but am not there yet 🙂

      posted in Show your Mirror
      M
      MadsChaves
    • 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
    • 1
    • 2
    • 1 / 2