slametps / MMM-PrayerTime

This an extension for the [MagicMirror](https://github.com/MichMich/MagicMirror). It will display prayer time (in local time).
MIT License
20 stars 10 forks source link

Can't remove FIRSTTHIRD and LASTTHIRD #48

Closed M-Moghazi closed 1 year ago

M-Moghazi commented 1 year ago

I can't customized to remove the FIRSTTHIRD and LASTTHIRD from prayers, I tried to add it to 'notDisplayed' but it doesn't work. and I can't find it also in MMM-PrayerTime.js

I'm kinda new to this also, but this is really important for me to fix

Screenshot 2023-02-15 at 9 53 02 PM
slametps commented 1 year ago

you should simply add firstthird and lastthird into option notDisplayed in your config, and make sure to enter them in lowercase, as following: notDisplayed: ['midnight', 'sunset', 'firstthird', 'lastthird']

M-Moghazi commented 1 year ago

it worked for me, was adding it to notDisplay in uppercase