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 739 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

      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 Reply Quote 0
      • S Offline
        sdetweil @nobita
        last edited by

        @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 Reply Quote 0
        • N Offline
          nobita @sdetweil
          last edited by

          @sdetweil Thanks for your hint so much

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

            @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
            • 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