• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Replace Empty view with " No Event"

Scheduled Pinned Locked Moved Productivity
4 Posts 2 Posters 707 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
    nobita
    last edited by Feb 11, 2021, 4:46 PM

    Re: MMM-CalendarExt
    when no event , the calendarExt show only frame . if i want to replace empty view with word such as " No Events" or other word. how can i do?

    S 1 Reply Last reply Feb 11, 2021, 5:16 PM Reply Quote 0
    • S Offline
      sdetweil @nobita
      last edited by Feb 11, 2021, 5:16 PM

      @nobita you might be able to use the :empty selector

      https://css-tricks.com/almanac/selectors/e/empty/

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      N 1 Reply Last reply Feb 14, 2021, 3:40 AM Reply Quote 0
      • N Offline
        nobita @sdetweil
        last edited by Feb 14, 2021, 3:40 AM

        @sdetweil Thanks for your hint so much

        S 1 Reply Last reply Feb 14, 2021, 2:00 PM Reply Quote 0
        • S Offline
          sdetweil @nobita
          last edited by sdetweil Feb 14, 2021, 4:24 PM Feb 14, 2021, 2:00 PM

          @nobita

          so, i think it might be

          .EXTCAL :empty.eventLocation {
             content:'No Events';
          }
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          1 / 1
          • First post
            4/4
            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