Read the statement by Michael Teeuw here.
MMM-PrayerTime
-
does the MMM-PrayerTime still work??
I am trying to set it up but fail to get anything.
-
what kind of issue that you get ?
-
@danialothman said in MMM-PrayerTime:
does the MMM-PrayerTime still work??
I am trying to set it up but fail to get anything.
yeah, of course. mine is running. if you got trouble running this module, try install async module.
npm install async
-
@slametps my apologies,
yes it does work. Thank you for building this.
there were some missing commas in your module page, which I overlooked.
In case anyone from Brunei, you can use the below:
{ module: "MMM-PrayerTime", position: "top_left", config: { apiVersion: "1.0", lat: 4.5353, lon: 114.7277, timezone: "Asia/Brunei", timeFormat: 24, method: 3, playAdzan: ['fajr', 'dhuhr', 'asr', 'maghrib', 'isha'], notDisplayed: ['midnight', 'sunset'], useUpdateInterval: true, updateInterval: 86400 * 1000, animationSpeed: 2.5 * 1000, language: "en", showAdzanAlert: true, alertTimer: 15000 } }
-
@danialothman thx for correction. I fixed the info in the github.
@zzaidi148 said in MMM-PrayerTime:
@slametps Thank you so much! How do I do that?
go to MMM-PrayerTime folder and run:
git pull
-
@noorm91 Hello, do you know why during prayer time, azan is not playing? Is there anything i need to add ?
-
@aishaamila Or anyone who knows it?
-
@aishaamila said in MMM-PrayerTime:
@aishaamila Or anyone who knows it?
What is your MM hardware and config?
-
Adzan is played at server side (rpi) by omxplayer. You have to install omxplayer.
-
@slametps I try to play the adzan using /usr/bin/omxplayer -o hdmi modules/MMM-PrayerTime/res/adzan.mp3 and it played… Do i still need to install the omxplayer?