Selamun Aleykum,
i want to set my own calculation method, how can i do this for Berlin
the calculation is very close to the method:
13=Diyanet İşleri Başkanlığı, Turkey
need some help,
{
module: “MMM-PrayerTime”,
position: “middle_center”, // This can be any of the regions. Best result is in the top_left/top_right.
config: {
apiVersion: "1.0", // please, leave unchanged. reserved for future use.
lat: "52.5069312", // latitude of your position (city)
lon: "13.1445453", // longitude of your position (city)
timezone: "Europe/Berlin", // please refer to http://php.net/manual/en/timezones.php
timeFormat: "24",
method: "13",
playAdzan: ["fajr", "dhuhr", "asr", "maghrib", "isha"],
notDisplayed: ["midnight", "sunset"],
useUpdateInterval: "true",
updateInterval: "86400 * 1000", // How often do you want to fetch new praying time? (milliseconds)
animationSpeed: "2.5 * 1000", // Speed of the update animation. (milliseconds)
language: "en",
showAdzanAlert: "true",
showTomorrow: "true",
alertTimer: "15000",
}
},