jclarke0000 / MMM-MyCalendar

Alternative calendar module for MagicMirror.
57 stars 17 forks source link

Filter Event #33

Open Mazzokun opened 3 years ago

Mazzokun commented 3 years ago

Hi all! Is there a way to "filter" an event with this module? For example filter: (event) =>{ if (event.title.search(“LOAD_CNT”) > -1) { return true } else { return false } },