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

    Topics

    • ScrewyoudriverS

      Trashday modules based on ICAL

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Requests
      4
      0 Votes
      4 Posts
      846 Views
      lavolp3L
      @Screwyoudriver OK makes sense. I thought about some module like this as well. BTW: Another workaround would be to fetch the notification that is distributed by calendar: broadcastEvents: function () { var eventList = []; for (var url in this.calendarData) { var calendar = this.calendarData[url]; for (var e in calendar) { var event = cloneObject(calendar[e]); event.symbol = this.symbolsForUrl(url); event.calendarName = this.calendarNameForUrl(url); event.color = this.colorForUrl(url); delete event.url; eventList.push(event); } } eventList.sort(function(a,b) { return a.startDate - b.startDate; }); this.sendNotification("CALENDAR_EVENTS", eventList); } calendar could do the conversion work for the trash module, and the trash module could just fetch and filter the events for trash-related ones.
    • ScrewyoudriverS

      Newsfeed CSS edit

      Watching Ignoring Scheduled Pinned Locked Moved Solved Custom CSS
      8
      1
      0 Votes
      8 Posts
      4k Views
      S
      @Unisol2003 by default its empty
    • 1 / 1