A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
pm2 logs - UnhandledPromiseRejectionWarning
-
hi,
try disable remote control to see result. i’m away from my setup. -
@ooskay - Please post your
config.js
file here and we’ll take a look at it. When you do, be sure to use the forum markdown features to help us read your file and be sure to remove any API keys from your file to keep them private. Here is a link explaining the markdown features. -
This post is deleted! -
/*************** AUTO GENERATED BY REMOTE CONTROL MODULE ***************/ var config = { address: "0.0.0.0", electronOptions: { }, ipWhitelist: [ "127.0.0.1", "0.0.0.0", "::1", "192.168.1.0/24" ], language: "tr", modules: [ { module: "alert", config: { } }, { module: "MMM-Remote-Control", config: { } }, /* { module: "updatenotification", position: "top_bar", config: { } }, { module: "MMM-EARTH", header: "", position: "upper_third", config: { rotateInterval: 15000, MonthsArray: { Jan: "01", Feb: "02", Mar: "03", Apr: "04", May: "05", Jun: "06", Jul: "07", Aug: "08", Sep: "09", Oct: "10", Nov: "11", Dec: "12" } }, }, { module: "clock", position: "top_left", config: { } }, { module: "calendar", header: "Resmi Tatiller", position: "top_left", config: { calendars: [ { symbol: "calendar-check-o ", url: "http://88.248.2.178/onur/calendar.php" } ], titleReplace: { "De verjaardag van ": "", "'s birthday": "" }, excludedEvents: [ ] } }, { module: "compliments", position: "lower_third", config: { compliments: { anytime: [ "Merhaba!", "Bugün Harika Gözüküyorsunuz :) " ], morning: [ "Günaydın!", "İyi bir gün geçirmenizi dilerim!", "Güzel bir gün geçirmeniz dileğiyle!" ], afternoon: [ "Merhaba", "Gününüz nasıl geçiyor?", "Gününüz umarım iyi geçiyordur!" ], evening: [ "İyi akşamlar!", "Umarım gününüz iyi geçmiştir!", "İyi geceler!" ] } } }, { module: "MMM-Cursor", config: { } }, { module: "currentweather", position: "top_right", config: { location: "Antalya", locationID: "323777", appid: "d3a9feef45f79bd25729df85b125194d", iconTable: { "01d": "wi-day-sunny", "02d": "wi-day-cloudy", "03d": "wi-cloudy", "04d": "wi-cloudy-windy", "09d": "wi-showers", "10d": "wi-rain", "11d": "wi-thunderstorm", "13d": "wi-snow", "50d": "wi-fog", "01n": "wi-night-clear", "02n": "wi-night-cloudy", "03n": "wi-night-cloudy", "04n": "wi-night-cloudy", "09n": "wi-night-showers", "10n": "wi-night-rain", "11n": "wi-night-thunderstorm", "13n": "wi-night-snow", "50n": "wi-night-alt-cloudy-windy" } } }, */ { module: "MMM-JsonTable", position: "botto
-
Problem was in MMM remote control module. Error message disappeared when i disabled it.