randomBrainstormer / MMM-GoogleCalendar

Google Calendar for MagicMirror²
MIT License
64 stars 42 forks source link

Hide start/end time for events. #24

Closed parikshitjuvekar closed 1 year ago

parikshitjuvekar commented 1 year ago

Screen Shot 2022-11-18 at 10 47 05 PM

How do I get the module to stop displaying the start/end time? It is increasing the width of the module leading to an overlap between the module on the left and right of the Magic Mirror.

I have tried all possible configuration options for the module from the default calendar module as well as editing the width through the main.css. The easiest option would be to disable showing the time and just have the date visible under 'National Holidays' in the screenshot.

Besides this issue, the module works great! Thank you for your work.

parikshitjuvekar commented 1 year ago

For all who have this issue, you can edit the code in MMM-GoogleCalendar.js. Easiest way is to change timeFormat to "absolute" from "relative", but there are other ways too.