MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. berlink36
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    B
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-PrayerTime

      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",
                                  }
      
                  },
      
      posted in Education
      B
      berlink36
    • 1 / 1