MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. bolish
    3. Topics
    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

    Topics

    • B

      Getting Google Contacts birthdays into Calendar

      Watching Ignoring Scheduled Pinned Locked Moved Development
      6
      1 Votes
      6 Posts
      3k Views
      M
      for (var i = 0; i < eventToDelete.length; i++) { } eventToDelete[i].deleteEvent(); Thats what I noticed, anyway its all good, dont see that issue in any code now. Also I noticed that my birthday calendar has all my appointments and such. I see the logic is basically copying my main calendar into the birthday calendar. I manually delete everything out of my birthday calendar except for the birthdays, all is good…until…the script runs again then I back to having everything in my birthday calendar. MW
    • B

      Default Calendar // Help in tweaking the dateheaders mode

      Watching Ignoring Scheduled Pinned Locked Moved Development
      7
      0 Votes
      7 Posts
      2k Views
      B
      @sdetweil Thanks for your support, works fine! Last thing : i.e : we are on March 11th. fulldayevent starts on March 9th and finishes on 13th Thanks to you, the event only starts to show on 11th. Unfortunatly, it “only” shows on 11th. not on 12 and 13th. Looking at how the dateheaders part is written, I believe it’s impossible, correct? (as the event display date is only based on one dateasstring…)
    • B

      MMM-Hotword or voicecontrol - far-field mic

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      5
      0 Votes
      5 Posts
      1k Views
      B
      Indeed…It will also avoid the USB latence issue which I saw in several threads… There are tons of mic arrays (mainly called ReSpeaker). Some of them are expensive (79USD). I just found that one which already includes connexion board to the Pi, only have 4 mics but is cheaper. Seems to be a good comprise. link text [image: httpsstatics3.seeedstudio.comseeedfile2017-08bazaar549330_2400.jpg] I just need to figure out how to connect it to the Pi without using / covering the full GPIO as I already have 2 others sensors connected on it.
    • B

      MM Error - .AppleDouble and UnhandledPromiseRejectionWarning

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      34
      0 Votes
      34 Posts
      14k Views
      B
      @lavolp3 :-) Let’s see what will happen to mine then!! But to be honest, I’m also afraid that this is the kind of things which is never really “finished”… Who cares…As soon as we enjoy?? (the issue then becomes the quantity of unfinished things…)
    • B

      Default Calendar module // request to show events only if start date > today + 2 days

      Watching Ignoring Scheduled Pinned Locked Moved Development
      10
      0 Votes
      10 Posts
      3k Views
      B
      @sdetweil Works like a charm. Thank you very much, I’ve learnt something thanks to you and appreciated your support for debug. See you around.
    • B

      Interaction between MMM-Pages & MMM-GroveGestures

      Watching Ignoring Scheduled Pinned Locked Moved Solved Requests
      12
      0 Votes
      12 Posts
      5k Views
      B
      Works like charm!!! @Sean = this guys rocks! Thank you very much for that.
    • B

      Default Calendar - Sub-headers "Today" / "Tomorrow" / "Coming Next"

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Requests
      6
      0 Votes
      6 Posts
      1k Views
      B
      @lavolp3 Hi! Would you mind trying to solve this one also (both are related to the same topic) : MMForum Post Same Issue on GitHub within your PR? I still would like to have 2 different instances which doesn’t overwrite each other. If OK for you, I will close the other post and refer to this one. Regards
    • B

      Default Calendar // Multiple caldendar instances overwritting each other..(maximumNumberOfDays)

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      7
      0 Votes
      7 Posts
      2k Views
      H
      Some additional Information: In calendarfetcher.js and nodehelper.js is the following line: const Log = require("../../../js/logger.js"); If you copy the “calendar” folder down to “modules” this reference will be broken. So you have to change to: const Log = require("../../js/logger.js");
    • 1 / 1