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

    Posts

    Recent Best Controversial
    • RE: How to display start and end times/dates of events in calendar

      Thanks that was really useful. My revised config is:
      (start and end date/time, one of many possible formats)

      		config: {
      					dateFormat: "llll",
      

      // dateEndFormat: “YYYY-MMDDTHH:mm:ss”,
      dateEndFormat: “llll”,
      timeFormat: ‘absolute’,
      showEnd: true,
      urgency: 0,
      getRelative: 0,
      fetchInterval: 2 * 60000,

      			calendars: [
      				{
      

      I found this site a bit easier to follow:
      https://devhints.io/moment

      posted in Troubleshooting
      M
      MikeSeveno
    • 1 / 1