MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    SOLVED Ongoing events

    Troubleshooting
    2
    3
    611
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      nickthebeer last edited by

      Hi all, newbie here (only to MM not Linux).

      I’m having trouble setting up MM so it shows the current event, once an event starts it removes it from display.

      Here’s my current config:

      modules: [
      {
      module: “alert”,
      },
      {
      module: “updatenotification”,
      position: “top_bar”
      },
      {
      module: “clock”,
      position: “top_left”
      },
      {
      module: “calendar”,
      header: “Upcoming Events”,
      position: “top_left”,
      config: {
      maximumEntries: “15”,
      maximumNumberOfDays: “14”,
      hideOngoing: “false”,
      showEnd: “true”,
      getRelative: “0”,
      fade: “false”,
      fadePoint: “1”,
      calendars: [
      {
      symbol: “calendar-check”,
      url: “webcal://www.calendarlabs.com/ical-calendar/ics/75/UK_Holidays.ics”
      },
      {
      url: “https://calendar.google.com/calendar/ical/”
      }
      ]
      }
      },

      I’d like to keep the current view as it is (showing start and end times of the events but also keep the currently ongoing events displayed too.

      I’ve tried different config options but can’t seem to make it work.

      Any ideas?

      TIA

      1 Reply Last reply Reply Quote 0
      • N
        nickthebeer last edited by

        Anyone able to help?

        1 Reply Last reply Reply Quote 0
        • S
          sdetweil last edited by

          it does not work the way you want… not a config option… code would have to be changed

          Sam

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 1
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy