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

    Posts

    Recent Best Controversial
    • RE: MMM-CalendarExt3

      @MMRIZE No worries, it worked perfectly.

      My latest issue is that I’m struggling to refresh the calendar when I add a new event to my google calendar. I’m temporarily working on a local copy to play around with the JS and have this step currently. Would this work or is there an easier/better way that you’ve already built?

      forceRefresh: function() {
         console.log("forceRefresh called");
      
         if (this.refreshTimer) {
           clearTimeout(this.refreshTimer);
           this.refreshTimer = null;
         }
         this.tempMoment = null;
         this.stepIndex = 0;
         this.updateDom(this.config.animationSpeed);
       }
      
      posted in Utilities
      T
      tjat
    • RE: MMM-CalendarExt3

      @MMRIZE

      Thanks. I was able to build a simple module to advance the month via arrow keys using glance. Let me know if that’d be useful to share anywhere.

      This question is basic but driving me nuts, but is it possible for the calendar title to include the year? For instance, it now says “July” but I’d like it to say “July 2023”.

      posted in Utilities
      T
      tjat
    • RE: MMM-CalendarExt3

      @MMRIZE first, thank you for your development and continued efforts on this module. It is the centerpiece of my home dashboard. I am interested in incorporating user interaction to my calendar module. For instance,is there capability to display the prior or next month based on a user swiping or hitting an arrow key on an attached keyboard? I know other modules are needed to feature event listeners for those actions but I’m not sure if cx3 can handle the notifications those would pass as is.

      Alternatively if this would need serious coding, would running multiple instances of the module work (each for a different month) and showing/hiding as appropriate?

      (Long term, My dream state for my dashboard is an applet to popup and let the user add/modify an event directly from the screen and update my Google calendar, but that’ll be the last item in my list!)

      posted in Utilities
      T
      tjat
    • 1
    • 2
    • 2 / 2