randomBrainstormer / MMM-GoogleCalendar

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

Check for location being `undefined` #15

Closed chodyo closed 2 years ago

chodyo commented 2 years ago

event.location is being set to undefined elsewhere, and undefined !== false evaluates to true, so the module is attempting to set the location in the UI even for events without locations.

Fixes #14

randomBrainstormer commented 2 years ago

Nice catch