Skip to content

Commit 54cc855

Browse files
committed
add icon to alert
add icon to alert
1 parent bd8ba4c commit 54cc855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MMM-PrayerTime.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Module.register("MMM-PrayerTime",{
168168
if (this.config.showAdzanAlert) {
169169
var occasionNameUpper = (this.arrTodaySchedule[indexAdzan][0]).toUpperCase();
170170
//console.log("occasionNameUpper-"+occasionNameUpper);
171-
this.sendNotification("SHOW_ALERT", {title: this.translate("ADZAN"), message: this.translate("ALERT_ADZAN_MSG").replace("%OCCASION", this.translate(occasionNameUpper)), timer: this.config.alertTimer});
171+
this.sendNotification("SHOW_ALERT", {title: this.translate("ADZAN"), imageFA: 'bullhorn', message: this.translate("ALERT_ADZAN_MSG").replace("%OCCASION", this.translate(occasionNameUpper)), timer: this.config.alertTimer});
172172
}
173173
//console.log("this.arrTodaySchedule[indexAdzan][0]).toUpperCase()-"+(this.arrTodaySchedule[indexAdzan][0]).toUpperCase());
174174
this.sendSocketNotification("PLAY_ADZAN", {occasion: (this.arrTodaySchedule[indexAdzan][0]).toUpperCase()});

0 commit comments

Comments
 (0)