Problem was in MMM remote control module. Error message disappeared when i disabled it.
Read the statement by Michael Teeuw here.
Posts made by ooskay
-
RE: pm2 logs - UnhandledPromiseRejectionWarning
-
RE: pm2 logs - UnhandledPromiseRejectionWarning
/*************** 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
-
RE: pm2 logs - UnhandledPromiseRejectionWarning
hi,
try disable remote control to see result. i’m away from my setup. -
pm2 logs - UnhandledPromiseRejectionWarning
Hi,
using v.2.4.1
in the pm2 logs i see below error message with each loading. Any suggestion?1|mm | (node:2597) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property ‘refs’ of undefined
1|mm | (node:2597) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
1|mm | (node:2597) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot read property ‘refs’ of undefined
1|mm | (node:2597) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3): TypeError: Cannot read property ‘refs’ of undefined -
RE: how i do change font and it's size of a module?
Thanks for the kindly respond. Solved with using below …
#module_8_MMM-JsonTable table td
{
color: #fff;
font-weight: 400;
font-size: 25px;
font-family: “Roboto Condensed”, sans-serif;
} -
how i do change font and it's size of a module?
Dear All,
I’ve added below functions in to custom.css but nothing changed.
module name is correct and text is fully match with the model name.Your helps welcome.
thanks and regardsmodule: ‘MMM-JsonTable’,
font-size: 15px
font-family: “Roboto Condensed”, Arial, Helvetica, sans-serif;
font-weight: 400; -
RE: Add an external output to Dash Board from an html or Xml file.
@charley said in Add an external output to Dash Board from an html or Xml file.:
Domoticz module
Hi,
Thanks for the reply. Yes, i think JSON is best solution at this moment. Thanks again for your kindly respond… -
RE: iFrame module not showing content
does it solved or still problematic?
I would like to use Iframe on my setup to display an html or xml output taken from my local app?
what do you suggest? -
Add an external output to Dash Board from an html or Xml file.
Hello,
I would like to display content in an html file on the dashboard.
http://serverip/mirror.hmtl or http://serverip/mirror.xml
content in it will be looks like :
TotalSales:100
TopSeller:Jhon
TopItem:Bookhow i can able to do that?
thanks advance…