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.

    MMM-CalendarExt3 rename Popover PERIOD, DESCRIPTION, LOCATION, CALENDAR

    Scheduled Pinned Locked Moved Solved Troubleshooting
    3 Posts 2 Posters 700 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
      nhweb
      last edited by

      Hello,
      is it possible to rename the Popover Titles:
      PERIOD, DESCRIPTION, LOCATION, CALENDAR2024-02-13 14_55_37-Showing POPOVER (1.4.0 Experimental feature) · MMRIZE_MMM-CalendarExt3 · Discuss.png

      It is always in english, it would be nice to get in in german.

      M 2 Replies Last reply Reply Quote 0
      • M Offline
        MMRIZE @nhweb
        last edited by

        @nhweb
        Done. Update module to 1.8.1
        Then, in your custom.css, append these lines.

        /* css/custom.css */
        #CX3_POPOVER .criteriaItem.period .name::before {
          content: "PERIOD";
        }
        
        #CX3_POPOVER .criteriaItem.location .name::before {
          content: "LOCATION";
        }
        
        #CX3_POPOVER .criteriaItem.description .name::before {
          content: "DESCRIPTION";
        }
        
        #CX3_POPOVER .criteriaItem.calendar .name::before {
          content: "CALENDAR";
        }
        

        Modify as your wish.

        1 Reply Last reply Reply Quote 0
        • M Offline
          MMRIZE @nhweb
          last edited by

          @nhweb
          Sorry, not yet supported. I’ll provide it on next update.

          1 Reply Last reply Reply Quote 0
          • M Offline
            MMRIZE @nhweb
            last edited by

            @nhweb
            Done. Update module to 1.8.1
            Then, in your custom.css, append these lines.

            /* css/custom.css */
            #CX3_POPOVER .criteriaItem.period .name::before {
              content: "PERIOD";
            }
            
            #CX3_POPOVER .criteriaItem.location .name::before {
              content: "LOCATION";
            }
            
            #CX3_POPOVER .criteriaItem.description .name::before {
              content: "DESCRIPTION";
            }
            
            #CX3_POPOVER .criteriaItem.calendar .name::before {
              content: "CALENDAR";
            }
            

            Modify as your wish.

            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