A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-CalendarExt3 rename Popover PERIOD, DESCRIPTION, LOCATION, CALENDAR
-
Hello,
is it possible to rename the Popover Titles:
PERIOD, DESCRIPTION, LOCATION, CALENDARIt is always in english, it would be nice to get in in german.
-
@nhweb
Done. Update module to 1.8.1
Then, in yourcustom.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.
-
@nhweb
Sorry, not yet supported. I’ll provide it on next update. -
@nhweb
Done. Update module to 1.8.1
Then, in yourcustom.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.