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

Script corrumpting my config.js #13

Closed OththeGentel closed 5 years ago

OththeGentel commented 5 years ago

Salamo aalaykoum brothers, I'm having some hard time configuring this module into my MM. here is mine, please help me guys find where is the bottleneck and shukran jazilan. { module: "MMM-PrayerTime", header: "أوقات الصلاة", position: "lower_right", config: { apiVersion: '1.0', lon: -73.587807, lat: 45.508839, timezone: Canada/Montreal, timeFormat: 24, method: 2, playAdzan: ['fajr', 'dhuhr', 'asr', 'maghrib', 'isha'], notDisplayed: ['midnight', 'sunset'], useUpdateInterval: true, updateInterval: 86400 1000, animationSpeed: 2.5 1000, language: en, showAdzanAlert: true, alertTimer: 15000 } },

slametps commented 5 years ago

timezone: 'Canada/Montreal',

OththeGentel commented 5 years ago

Thank you, I'll try it :)