MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Ongoing events

    Scheduled Pinned Locked Moved Solved Troubleshooting
    3 Posts 2 Posters 961 Views 2 Watching
    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 Offline
      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 Offline
        nickthebeer
        last edited by

        Anyone able to help?

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

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

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          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 Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy