@mykle1 i did that but i still got this problem
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
J
Latest posts made by jiyar
-
RE: why when install npm it show this WARN
-
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
-
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. -
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
-
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
-
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 } }, ]
};
-
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 } }, ]
};