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

Adzan doesn't work #18

Closed erkilic closed 5 years ago

erkilic commented 5 years ago

I cannot hear adzan sounds coming out from my audio-jack and loudspeaker connected to the pi. if I go into the „res“ directory per file-explorer and click on one of the mp3 files, my vlc media player starts and the adzan is played correctly via the audio-jack (pi audio connector) and the connected loudspeaker. any idea what is wrong in my setting of MMM-PrayerTime ? thx in advance

slametps commented 5 years ago

you should modify command to play adzan in file node_helper.js. Currently it will output the audio to HDMI via omxplayer.

var adzanCmd = '/usr/bin/omxplayer -o hdmi modules/MMM-PrayerTime/res/' + adzanSound + ' &';

replace hdmi with local or both.