Hide start/end time for events.
Closed this issue · 1 comments
parikshitjuvekar commented
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
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.