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

    Dav8574

    @Dav8574

    0
    Reputation
    2
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Dav8574 Unfollow Follow

    Latest posts made by Dav8574

    • RE: MMM-CalendarExt3

      @MMRIZE
      How to add a event where do you place.

      {
        "title": "Leeds United - Chelsea",
        "startDate": 1650193200000,
        "endDate": 1650199500000,
        "fullDayEvent": false,
        "class": "PUBLIC",
        "location": false,
        "geo": false,
        "description": "...",
        "today": false,
        "symbol": ["calendar-alt"],
        "calendarName": "tottenham",
        "color": "gold",
        "calendarSeq": 1, // This would be the order from `calendarSet` of configuration
        "isPassed": true,
        "isCurrent": false,
        "isFuture": false,
        "isFullday": false,
        "isMultiday": false
      }
      
      posted in Utilities
      D
      Dav8574