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

    Posts

    Recent Best Controversial
    • RE: MMM-Spotify

      @Sean Works great. Tx

      posted in Entertainment
      B
      bolish
    • RE: MMM-Spotify

      @sean, thanks I will try in the evening

      posted in Entertainment
      B
      bolish
    • RE: MMM-Spotify

      @sean thanks for feedback.
      I liked the default view, but wanted it to be a little bit smaller.

      I was a bit lost into the .css but I will try to play around with it and see what happens.

      Good idea would have been to have a single entry to modify ( like in %) so that user could adjust itself but I believe it’s very personal need, it’s maybe not worth to implement into the module.

      posted in Entertainment
      B
      bolish
    • RE: MMM-Spotify

      Hi guys,
      Do you know which parameter to play with into the custom.css to get the module smaller in size? (it’s taking to much place on my screen).
      Thx

      posted in Entertainment
      B
      bolish
    • RE: Magic mirror first try (France, ~Lille)

      @mmourcia
      :-)
      Ca fait loin de chez moi malheureusement (49) mais merci pour la propal’!
      Le chrome Spy 6mm semble être le bon compromis d’après tout ce que je lis sachant que comme toi, mon écran sera + petit que le miroir, je ne souhaite pas non plus qu’on voir les bords de la dalle LCD en transparence.
      Sur tes photos, j’ai l’impression qu’on ne les distingue pas non plus, ce qui est plutôt positif!

      posted in Show your Mirror
      B
      bolish
    • RE: Magic mirror first try (France, ~Lille)

      @mmourcia
      Beau boulot!
      Je me tate pour le Chrome Spy 6mm également.
      L’écran est-il lisible en condition de forte luminosité ou pas du tout?
      Cdt

      posted in Show your Mirror
      B
      bolish
    • RE: 55" LED TV Cr4z33 Mirror

      thanks @Cr4z33 , Done! I just wrote to Pilkington!

      posted in Show your Mirror
      B
      bolish
    • RE: 55" LED TV Cr4z33 Mirror

      Thanks for feedback. Indeed, smart idea.
      For now, i will try to choose the best glass.
      Seems there are 3 options available at Pilkington which are Mirrorpane (Spy), Mirrorview and the 50/50 mirrorview.
      I’ve tried to contact them also to get advices and will search additional examples / experiences on the forum also.
      Your mirror looks great by the way!

      posted in Show your Mirror
      B
      bolish
    • RE: 55" LED TV Cr4z33 Mirror

      thx @Cr4z33
      I’m afraid about the fact that we could see the LCD panel behind the glass as my LCD screen will be smaller than my mirror.
      I’ve the feeling that it’s the case (we can see lcd panel borders) on your picture… but it seems not too big…
      How is your feeling, is it’s acceptable?

      posted in Show your Mirror
      B
      bolish
    • RE: My First mirror 24" x 36" with 24" LCD Monitor

      Hi! Nice, what mirror glass did you used?

      posted in Show your Mirror
      B
      bolish
    • RE: 55" LED TV Cr4z33 Mirror

      Hi @Cr4z33
      Which MirrorView glass did you use? the normal version or the 50/50?

      posted in Show your Mirror
      B
      bolish
    • RE: Getting Google Contacts birthdays into Calendar

      @MwMagicMirror Happy it helped someone!!
      What do you mean by “was outside the loop”? Can you please show me the mistake?
      Tx

      posted in Development
      B
      bolish
    • RE: Getting Google Contacts birthdays into Calendar

      Hi @MwMagicMirror ,

      I didn’t got this specific error on my side but I got another one :

      • Mine was “too much invokes for one day” : I reduce the “every 2 hours triggers” to once a day + modified the time range from +/-400 to something less (copying before today date was useless)

      For your error, indeed, I’ve read somewhere on google that implementing a “sleep timer” between invokes could solve it.

      I just tried that and it works on my side (I don’t know if it will solve your issue as I don’t got the same) :

      function Sync_Birth_Cal() {
      
        // Calendars adress (ID)
        
        var calendarSource = CalendarApp.getCalendarById("ID1");
        var calendarDestination = CalendarApp.getCalendarById("ID2");
        
        // Start and End Date definition
        
        var Today = new Date();
        var StartDeleteDate = new Date();
        var EndDeleteDate = new Date();
        var StartCopyDate = new Date();
        var EndCopyDate = new Date();
        
        StartDeleteDate.setDate(Today.getDate()-10);
        EndDeleteDate.setDate(Today.getDate()+70);
        StartCopyDate.setDate(Today.getDate()-2);
        EndCopyDate.setDate(Today.getDate()+60);
       
        
        // first deletes all datas in calendar
        
        
        var eventToDelete = calendarDestination.getEvents(StartDeleteDate, EndDeleteDate);
        
         for (var i = 0; i < eventToDelete.length; i++) {  
          eventToDelete[i].deleteEvent();
           Utilities.sleep(1000); /// add a timer
          }  
      
      
        // then copy everything again
        
        var eventToCopy = calendarSource.getEvents(StartCopyDate, EndCopyDate);
      
        for (var t in eventToCopy){
          var newEvent = calendarDestination.createEvent(eventToCopy[t].getTitle(), eventToCopy[t].getStartTime(), eventToCopy[t].getEndTime());
          Utilities.sleep(1000); // add a timer
        }
        
      }
      
      posted in Development
      B
      bolish
    • RE: My hallway 27" MagicMirror! (Sweden)

      Hi @Wuz0ink
      I really like the project, and the frame is…waoo!

      Which Mirrorview glass did you took? normal one of 50/50 version one?

      Regards

      posted in Show your Mirror
      B
      bolish
    • RE: Google Birthdays

      Hi,

      I’m doing it without any module but using Google script :

      link text

      posted in Troubleshooting
      B
      bolish
    • RE: MMM-Assistantmk2 - SET default Question & Answers with voice response

      ifttt already existing applet link

      posted in Utilities
      B
      bolish
    • RE: MMM-Assistantmk2 - SET default Question & Answers with voice response

      Just go to your IFTTT account, create a Google Assistant trigger / applet…
      Did you at least searched or tried something with IFTTT befaore asking again?
      Open the browser, go on Google, search for IFTTT, create an account, click on “create a trigger”, search for Google assistant…
      And don’t forget to close your browser, turn the light off when you leave the room.

      posted in Utilities
      B
      bolish
    • RE: MMM-Assistantmk2 - SET default Question & Answers with voice response

      Indeed, it seems gAction is the natural way to do it.
      If it’s just for playing like simple default question and simple default answer :
      “Who is the best” : “It’s you Sir”.
      Then, I’m doing it with IFTTT and it works perfect. Very simple…

      posted in Utilities
      B
      bolish
    • RE: MMM-GroveGestures

      @Benjaminh86
      You have to search a bit on the forum.
      One idea could be to create 2 calendars instances.
      See below post extract :

      well… I believe it’s far from being perfect…but at least it seems to do the job…
      
      I created a “new” module which does exactly same / has the same code as the one I want to use, but has a different name (folder named “MMM-Calendar2” -> file named “MMM-Calendar2.js” -> within the line Module.register(‘MMM_Calendar2’)).
      Not in the default module folder but into the 3rd party module folder…
      

      And put instance 1 on page 1 and isntance 2 on page 2.

      posted in System
      B
      bolish
    • 1 / 1