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

    Posts

    Recent Best Controversial
    • RE: MMA - Praytime

      thats a working file know

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       *
       * For more information how you can configurate this file
       * See https://github.com/MichMich/MagicMirror#configuration
       *
       */
      
      var config = {
      	address: "localhost", // Address to listen on, can be:
      	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
      	                      // - another specific IPv4/6 to listen on a specific interface
      	                      // - "", "0.0.0.0", "::" to listen on any interface
      	                      // Default, when address config is left out, is "localhost"
      	port: 8080,
      	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
      	                                                       // or add a specific IPv4 of 192.168.1.5 :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
      	                                                       // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      
      	language: "de",
      	timeFormat: 24,
      	units: "metric",
      
      	modules: [
      		{
      		module:'MMM-PrayerTime',
      		position: 'bottom_left',
      		config: {
      			apiVersion: "1.0",
      			lat: 55.841727, 
      			lon: 13.303381,
      			timezone: 'Europe/Berlin', 
      			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
      			}
      		},
      		{
      			module: 'MMM-RandomQuranAyah',
      			position: 'top_bar',	
      			config: {
      			apiVersion: '1.0', 
      			showArabic: true,
      			showTranslation: true,
      			surahArabicName:false,
      			translationLang:'de.Aburida',
      			updateInterval: 3600 * 100, 
      			}
      		},
      
      		{
      			module: "alert",
      		},
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: "clock",
      			position: "top_right"
      		},
      		{
      			module: "calendar",
      			header: "Ferien Deutschland",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check-o ",
      						url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
      					}
      				]
      			}
      		},
      		{
      			module: "compliments",
      			position: "bottom_bar"
      		},
      		{
      			module: "currentweather",
      			position: "top_right",
      			config: {
      				location: "New York",
      				locationID: "",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "YOUR_OPENWEATHER_API_KEY"
      			}
      		},
      		{
      			module: "weatherforecast",
      			position: "top_right",
      			header: "Weather Forecast",
      			config: {
      				location: "New York",
      				locationID: "5128581",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "YOUR_OPENWEATHER_API_KEY"
      			}
      		},
      		{
      			module: "newsfeed",
      			position: "bottom_bar",
      			config: {
      				feeds: [
      					{
      						title: "New York Times",
      						url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true
      			}
      		},
      	]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      
      posted in Requests
      G
      govabm
    • RE: MMA - Praytime

      ou no i have some mistakes

      i edit the possition on the screen know its show me i shoud config the file

      posted in Requests
      G
      govabm
    • RE: MMA - Praytime

      @justjim1220 i installed complete Sm mirror again now its work i config now the moduls on the screen do you know all the position on the screen witch i can select ?

      posted in Requests
      G
      govabm
    • RE: MMM-PrayerTime

      it works ! i think i have a Problem with the mm.sh data i have install complet new smart mirror to an SD now it Works

      Barakallhufeek

      posted in Education
      G
      govabm
    • RE: MMM-PrayerTime

      sorry have a foult this is the file:

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       *
       * For more information how you can configurate this file
       * See https://github.com/MichMich/MagicMirror#configuration
       *
       */
      
      var config = {
      	address: "localhost", // Address to listen on, can be:
      	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
      	                      // - another specific IPv4/6 to listen on a specific interface
      	                      // - "", "0.0.0.0", "::" to listen on any interface
      	                      // Default, when address config is left out, is "localhost"
      	port: 8080,
      	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
      	                                                       // or add a specific IPv4 of 192.168.1.5 :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
      	                                                       // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      
      	language: "de",
      	timeFormat: 24,
      	units: "metric",
      
      	modules: [
      		{
      		module:'MMM-PrayerTime',
      		position: 'top_right',
      		config: {
      			apiVersion: "1.0",
      			lat: 55.841727, 
      			lon: 13.303381,
      			timezone: 'Europe/Berlin', 
      			timeFormat: 24,
      			method: 3,
      			playAdzan: ['fajr', 'dhuhr', 'asr', 'maghrib', 'isha'],
      			notDisplayed: ['midnight', 'sunset'],
      			useUpdateInterval: true,
      			updateInterval: 86400 * 1000,
      			animationSpeed: 2.5 * 1000,
      			language: "en",
      			showAdzanAlert: true,
      			alertTimer: 15000
      			}
      		},
      
      		{
      			module: "alert",
      		},
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: "clock",
      			position: "top_right"
      		},
      		{
      			module: "calendar",
      			header: "Ferien Deutschland",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check-o ",
      						url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
      					}
      				]
      			}
      		},
      		{
      			module: "compliments",
      			position: "bottom_bar"
      		},
      		{
      			module: "currentweather",
      			position: "top_right",
      			config: {
      				location: "New York",
      				locationID: "",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "YOUR_OPENWEATHER_API_KEY"
      			}
      		},
      		{
      			module: "weatherforecast",
      			position: "top_right",
      			header: "Weather Forecast",
      			config: {
      				location: "New York",
      				locationID: "5128581",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "YOUR_OPENWEATHER_API_KEY"
      			}
      		},
      		{
      			module: "newsfeed",
      			position: "bottom_bar",
      			config: {
      				feeds: [
      					{
      						title: "New York Times",
      						url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true
      			}
      		},
      	]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      

      the mirror works but i dont see the Modul

      posted in Education
      G
      govabm
    • RE: MMM-PrayerTime

      Salam Aleykum,

      i need help for the config.

      thats my File:

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       *
       * For more information how you can configurate this file
       * See https://github.com/MichMich/MagicMirror#configuration
       *
       */
      
      var config = {
      	address: "localhost", // Address to listen on, can be:
      	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
      	                      // - another specific IPv4/6 to listen on a specific interface
      	                      // - "", "0.0.0.0", "::" to listen on any interface
      	                      // Default, when address config is left out, is "localhost"
      	port: 8080,
      	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
      	                                                       // or add a specific IPv4 of 192.168.1.5 :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
      	                                                       // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      
      	language: "de",
      	timeFormat: 24,
      	units: "metric",
      
      	modules: [
      		{
      		module:'MMM-PrayerTime',
      		position: 'top_right',
      		config: {
      			apiVersion: "1.0",
      			lat: 55.841727, 
      			lon: 13.303381,
      			timezone: 'Europe/Berlin', 
      			timeFormat: 24,
      			method: 3,
      			playAdzan: ['fajr', 'dhuhr', 'asr', 'maghrib', 'isha'],
      			notDisplayed: ['midnight', 'sunset'],
      			useUpdateInterval: true,
      			updateInterval: 86400 * 1000,
      			animationSpeed: 2.5 * 1000,
      			language: "en",
      			showAdzanAlert: true,
      			alertTimer: 15000
      			}
      		},
      ]
      [
      		{
      			module: "alert",
      		},
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: "clock",
      			position: "top_right"
      		},
      		{
      			module: "calendar",
      			header: "Ferien Deutschland",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check-o ",
      						url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
      					}
      				]
      			}
      		},
      		{
      			module: "compliments",
      			position: "bottom_bar"
      		},
      		{
      			module: "currentweather",
      			position: "top_right",
      			config: {
      				location: "New York",
      				locationID: "",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "YOUR_OPENWEATHER_API_KEY"
      			}
      		},
      		{
      			module: "weatherforecast",
      			position: "top_right",
      			header: "Weather Forecast",
      			config: {
      				location: "New York",
      				locationID: "5128581",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "YOUR_OPENWEATHER_API_KEY"
      			}
      		},
      		{
      			module: "newsfeed",
      			position: "bottom_bar",
      			config: {
      				feeds: [
      					{
      						title: "New York Times",
      						url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true
      			}
      		},
      	]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      
      posted in Education
      G
      govabm
    • MMA - Praytime

      Hello ,

      I have a Problem with the config file Can someone Help me

      Thats my config file

      this is my config file

      /*************** DO NOT EDIT THE LINE BELOW **************/
      if (typeof module !== “undefined”) {module.exports = config;}
      / Magic Mirror Config Sample
      *

      By Michael Teeuw http://michaelteeuw.nl
      MIT Licensed.
      For more information how you can configurate this file
      See https://github.com/MichMich/MagicMirror#configuration
      */

      var config = {
      address: “localhost”, // Address to listen on, can be:
      // - “localhost”, “127.0.0.1”, “::1” to listen on loopback interface
      // - another specific IPv4/6 to listen on a specific interface
      // - “”, “0.0.0.0”, “::” to listen on any interface
      // Default, when address config is left out, is “localhost”
      port: 8080,
      ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”], // Set [] to allow all IP addresses
      // or add a specific IPv4 of 192.168.1.5 :
      // [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.5”],
      // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      // [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.3.0/28”],

      language: “de”,
      timeFormat: 24,
      units: “metric”,

      modules: [
      {
      module: ‘MMM-PrayerTime’,
      position: ‘bottom_right’, .
      config: {
      apiVersion: ‘1.0’,
      lat: 31.972836,
      lon: 35.898916,
      timezone: ‘Asia/Dubai’, // please refer to http://php.net/manual/en/timezones.asia.php
      timeFormat: 12,
      method: 5,
      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: config.language | ‘en’,
      showAdzanAlert: true,
      alertTimer: 15000
      }
      },
      ]
      [
      {
      module: “alert”,
      },

      {
      	module: "updatenotification",
      	position: "top_bar"
      },
      {
      	module: "clock",
      	position: "top_left"
      },
      {
      	module: "calendar",
      	header: "Ferien NRW",
      	position: "top_left",
      	config: {
      		calendars: [
      			{
      				symbol: "calendar-check-o ",
      				url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
      			}
      		]
      	}
      },
      {
      	module: "compliments",
      	position: "lower_third"
      },
      {
      	module: "currentweather",
      	position: "top_right",
      	config: {
      		location: "New York",
      		locationID: "",  //ID from http://www.openweathermap.org/help/city_list.txt
      		appid: "YOUR_OPENWEATHER_API_KEY"
      	}
      },
      {
      	module: "weatherforecast",
      	position: "top_right",
      	header: "Weather Forecast",
      	config: {
      		location: "New York",
      		locationID: "5128581",  //ID from http://www.openweathermap.org/help/city_list.txt
      		appid: "YOUR_OPENWEATHER_API_KEY"
      	}
      },
      {
      	module: "newsfeed",
      	position: "bottom_bar",
      	config: {
      		feeds: [
      			{
      				title: "New York Times",
      				url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
      			}
      		],
      		showSourceTitle: true,
      		showPublishDate: true
      	}
      },
      

      ]

      posted in Requests
      G
      govabm
    • 1 / 1