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

    jiyar

    @jiyar

    0
    Reputation
    440
    Profile views
    9
    Posts
    0
    Followers
    1
    Following
    Joined
    Last Online

    jiyar Unfollow Follow

    Latest posts made by jiyar

    • RE: why when install npm it show this WARN

      @mykle1 i did that but i still got this problem

      posted in Troubleshooting
      J
      jiyar
    • RE: why when install npm it show this WARN

      @mykle1 when I git clone a modules then I execute npm install i got this problem

      posted in Troubleshooting
      J
      jiyar
    • why when install npm it show this WARN

      npm WARN enoent ENOENT: no such file or directory, open ‘/home/pi/MagicMirror/modules/package.json’
      npm WARN enoent ENOENT: no such file or directory, open ‘/home/pi/MagicMirror/modules/node_modules/node_helper/package.json’
      npm WARN modules No description
      npm WARN modules No repository field.
      npm WARN modules No README data
      npm WARN modules No license field.

      posted in Troubleshooting
      J
      jiyar
    • RE: can someone help pleas with my config/config.js

      @strawberry-3.141 I add a new module I got this problem but whith defualt config file it works

      posted in Troubleshooting
      J
      jiyar
    • RE: can someone help pleas with my config/config.js

      @strawberry-3.141 yes config.js

      posted in Troubleshooting
      J
      jiyar
    • RE: can someone help pleas with my config/config.js

      @strawberry-3.141 my problems when I run the magicmirror it says creat config file

      posted in Troubleshooting
      J
      jiyar
    • RE: can someone help pleas with my config/config.js

      @strawberry-3.141 thank u for replaying but I’v got the same problem
      language: “en”,
      timeFormat: 12,
      units: “imperial”,

      modules: [
      	{
      		module: "alert",
      	},
      	{
      		module: "updatenotification",
      		position: "top_bar"
      	},
      	{
      		module: "clock",
      		position: "top_left"
      	},
      	{
      	        module: 'MMM-PrayerTime',
      	        position: 'top_left',	// 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: false, // latitude of your position (city)
      		        lon: false, // longitude of your position (city)
      		        timezone: false, // please refer to http://php.net/manual/en/timezones.php
      		        timeFormat: 12,
      		        method: 5,
      		        playAdzan: ['spede', 'nivro', 'evar', 'maghrib', 'aisha'],
      		        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,
      		        showAdzanAlert: true,
      		        alertTimer: 15000
           		}
      	},
      	{
      		module: "compliments",
      		position: "lower_third"
                	},
      	{
      		module: "currentweather",
      		position: "top_right",
      		config: {
      			location: "Duhok",
      			locationID: "95446",  //ID from http://www.openweathermap.org/help/city_list.txt
      			appid: "bd5e378503939ddaee76f12ad7a97608"
      		}
      	},
      	{
      		module: "weatherforecast",
      		position: "top_right",
      		header: "Weather Forecast",
      		config: {
      			location: "Erbil",
      			locationID: "95446",  //ID from http://www.openweathermap.org/help/city_list.txt
      			appid: "bd5e378503939ddaee76f12ad7a97608"
      		}
      	},
      	{
      		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 Troubleshooting
      J
      jiyar
    • can someone help pleas with my config/config.js
      language: "en",
      timeFormat: 12,
      units: "imperial",
      
      modules: [
      	{
      		module: "alert",
      	},
      	{
      		module: "updatenotification",
      		position: "top_bar"
      	},
      	{
      		module: "clock",
      		position: "top_left"
      	},
      	{
      	        module: 'MMM-PrayerTime',
      	        position: 'top_left',	// 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: false, // latitude of your position (city)
      		        lon: false, // longitude of your position (city)
      		        timezone: false, // please refer to http://php.net/manual/en/timezones.php
      		        timeFormat: 12,
      		        method: 5,
      		        playAdzan: ['spede', 'nivro', 'evar', 'maghrib', 'aisha'],
      		        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,
      		        showAdzanAlert: true,
      		        alertTimer: 15000
      				} 
      			]
              	}
      	},
      	{
      		module: "compliments",
      		position: "lower_third"
                	},
      	{
      		module: "currentweather",
      		position: "top_right",
      		config: {
      			location: "Erbil",
      			locationID: "95446",  //ID from http://www.openweathermap.org/help/city_list.txt
      			appid: "bd5e378503939ddaee76f12ad7a97608"
      		}
      	},
      	{
      		module: "weatherforecast",
      		position: "top_right",
      		header: "Weather Forecast",
      		config: {
      			location: "Erbil",
      			locationID: "95446",  //ID from http://www.openweathermap.org/help/city_list.txt
      			appid: "bd5e378503939ddaee76f12ad7a97608"
      		}
      	},
      	{
      		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 Troubleshooting
      J
      jiyar