Read the statement by Michael Teeuw here.
MMM-PrayerTime
-
@slametps Thanks! This’ll work much better than the calendar method.
-
@slametps Thank you for making this module. I just wanted to ask you why my config wouldn’t validate. I am in central north america. This is my config:
{ module: 'MMM-PrayerTime', position: 'bottom_right', config: { apiVersion: '1.0' lat: 38.033184, lon: -86.625225, timezone: true, method: 5, playAdzan: ['fajr', 'dhuhr', 'asr', 'maghrib', 'isha'], notDisplayed: ['midnight', 'sunset'], useUpdateInterval: true, updateInterval: 86400 * 1000, animationSpeed: 2.5 * 1000, language: config.language, showAdzanAlert: true, alertTimer: 15000 } },
-
@zzaidi148
There is a comma missing afterapiVersion: '1.0'
-
@yawns tried that but didn’t work. I think it has to be something with the timezone.
-
@zzaidi148 said in MMM-PrayerTime:
@yawns tried that but didn’t work. I think it has to be something with the timezone.
There is a missing comma after
apiVersion: '1.0'
. What does not work? What you get on your mirror? Or in pm/mm log? -
I am having trouble with my module…
{ module: 'MMM-PrayerTime', position: 'bottom_right', config: { apiVersion: '1.0', lat: 55.841727, lon: 13.303381, timezone: Europe/Stockholm, method: 3, playAdzan: ['fajr', 'dhuhr', 'asr', 'maghrib', 'isha'], notDisplayed: ['midnight', 'sunset'], useUpdateInterval: true, updateInterval: 86400 * 1000, animationSpeed: 2.5 * 1000, language: config.language, showAdzanAlert: true, alertTimer: 15000 } },
can you see anything wrong?
-
@noorm91 said in MMM-PrayerTime:
I am having trouble with my module…
{ module: 'MMM-PrayerTime', position: 'bottom_right', config: { apiVersion: '1.0', lat: 55.841727, lon: 13.303381, timezone: Europe/Stockholm, method: 3, playAdzan: ['fajr', 'dhuhr', 'asr', 'maghrib', 'isha'], notDisplayed: ['midnight', 'sunset'], useUpdateInterval: true, updateInterval: 86400 * 1000, animationSpeed: 2.5 * 1000, language: config.language, showAdzanAlert: true, alertTimer: 15000 } },
can you see anything wrong?
It should be
timezone: 'Europe/Stockholm'
. -
@slametps The mirror cannot validate the config.
-
@slametps It cannot read propert ‘language’
-
{ module: 'MMM-PrayerTime', position: 'top_right', config: { apiVersion: '1.0', lat: 55.841727, lon: 13.303381, timezone: 'Europe/Stockholm', method: 3, playAdzan: ['fajr', 'dhuhr', 'asr', 'maghrib', 'isha'], notDisplayed: ['midnight', 'sunset'], useUpdateInterval: true, updateInterval: 86400 * 1000, animationSpeed: 2.5 * 1000, language: config.language, showAdzanAlert: true, alertTimer: 15000 } },
Salam, changed it but still not working :( lon/lat: is ok? how about language: ?
Actually this is my first module I’m trying to get working, pretty new to MM2 so maybe I need to change somewhere else too.The module is under here;
pi@raspberrypi:~/MagicMirror/modules $ ls
default MMM-PrayerTime node_modules README.mdpi@raspberrypi:~/MagicMirror/modules/MMM-PrayerTime $ ls
LICENSE MMM-PrayerTime.css MMM-PrayerTime.js node_helper.js README.md res screenshot2.jpg screenshot-alert.png screenshot.png translations