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

    Posts

    Recent Best Controversial
    • RE: Calendar Event Display start and end date

      @sdetweil Ok i think i got it now…
      if (this.config.showEnd) {
      timeWrapper.innerHTML += “-”;
      timeWrapper.innerHTML += this.capFirst(moment(event.endDate, “x”).format(this.config.dateEndFormat));
      } else
      // For full day events we use the fullDayEventDateFormat
      if (event.fullDayEvent) {

      posted in Troubleshooting
      P
      pastormingle
    • RE: MMM-Carousel not displaying

      @sdetweil OK it’s working now… Thanks for all the hard work… So I unistalled the shbatm version and installed the schramkef. now it’s working fine…

      730a416c-50f8-455b-a988-7324e486992d-image.png

      posted in Forum
      P
      pastormingle
    • RE: MMM-Carousel not displaying

      @sdetweil Thanks Sam… It seems to be an issue with mmm-google task and the order you call the calendarext from mmm-carousel. It needs to be first on the list if you are using a slide mode on the carousel… Not sure yet why the mmm-googletask is causing it to fail… Thanks for all the help Sam… I’m adding this just in case someone else comes along with the same issue…

      posted in Forum
      P
      pastormingle
    • 1 / 1