@cowboysdude
Sorry mate but still everything is in English. No Greek at all. Am I doing something wrong?
Read the statement by Michael Teeuw here.
Posts made by Anthony
-
RE: MMM-NOAA - Another Weather Module
-
RE: Considering taking donations to support the MagicMirror project. Interested in your thoughts!
@michmich
My paypal account has another mail registered than the one is registered here. If you cannot find my donation pm me. (I am sorry for the small ammount of money but that’s all I can give for now). -
RE: MMM-Compliments doesn't load
@sdetweil
My mistake. Sorry. I will Mark the topic as solved right now! Thank you. -
RE: MMM-Compliments doesn't load
@sdetweil
Whatever module you use (default compliments or MMM-Compliments for not crowding your config.js with a big array you can create a json file containing the array with the compliments you want and save it in your compliments folder. After that you must edit your config.js for the compliments module to target that json you created by adding the lineremoteFile: "your_file's_name.json",
under theconfig: {
. If you don’t have a programm to create the .json file you can do it on line. -
RE: MMM-Compliments doesn't load
@lavolp3
FIXED! Thank you very much for your help. -
RE: MMM-Compliments doesn't load
@lavolp3
Can you give me a little more help? I created the json file by copy paste the original js file, added my compliments and saved it in the compliments folder named as compliments2.json (was this right?). I also added the lines in my config as you mentioned but still only the defaults are visible. Thank you. -
RE: MMM-Compliments doesn't load
@mykle1
I would appreciate that. Thnak you very much. I will wait for your results and suggestions. As for the MMM-EARTH it is working perfect again. I read your reply on github but I already had disabled it for a couple of days and after that it load perfectly again. -
RE: MMM-NOAA - Another Weather Module
@cowboysdude
Hello. I did the update and it looks good but still no Greek translation. Everything is in English. If it is using my config.js for the language it is in english because if I turn it to Greek I get a black screen when I restart MM. And I am using Dark Sky as provider. -
RE: MMM-NOAA - Another Weather Module
but I am getting this error when I run
pm2 logs mm
and before I start MM:0|mm | TypeError: self.provider.getALERT is not a function 0|mm | at Class.getALERT (/home/pi/MagicMirror/modules/MMM-NOAA3/node_helper.js:118:23) 0|mm | at Timeout.self.updateInterval.setInterval [as _onTimeout] (/home/pi/MagicMirror/modules/MMM-NOAA3/node_helper.js:60:9) 0|mm | at ontimeout (timers.js:427:11) 0|mm | at tryOnTimeout (timers.js:289:5) 0|mm | at listOnTimeout (timers.js:252:5) 0|mm | at Timer.processTimers (timers.js:212:10) 0|mm | TypeError: self.provider.getALERT is not a function 0|mm | at Class.getALERT (/home/pi/MagicMirror/modules/MMM-NOAA3/node_helper.js:118:23) 0|mm | at Timeout.self.updateInterval.setInterval [as _onTimeout] (/home/pi/MagicMirror/modules/MMM-NOAA3/node_helper.js:60:9) 0|mm | at ontimeout (timers.js:427:11) 0|mm | at tryOnTimeout (timers.js:289:5) 0|mm | at listOnTimeout (timers.js:252:5) 0|mm | at Timer.processTimers (timers.js:212:10) 0|mm | ATTENTION: default value of option force_s3tc_enable overridden by environment.
-
pm2 error logs
Can somebody help me with these error logs?
0|mm | (node:23821) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'refs' of undefined 0|mm | at /home/pi/MagicMirror/modules/MMM-Remote-Control/node_helper.js:238:31 0|mm | at /home/pi/MagicMirror/modules/MMM-Remote-Control/node_modules/simple-git/src/git.js:780:18 0|mm | at Git.<anonymous> (/home/pi/MagicMirror/modules/MMM-Remote-Control/node_modules/simple-git/src/git.js:820:18) 0|mm | at done (/home/pi/MagicMirror/modules/MMM-Remote-Control/node_modules/simple-git/src/git.js:1432:21) 0|mm | at /home/pi/MagicMirror/modules/MMM-Remote-Control/node_modules/simple-git/src/git.js:1457:16 0|mm | (node:23821) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) 0|mm | (node:23821) [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. 0|mm | ATTENTION: default value of option force_s3tc_enable overridden by environment.
My remote control module works very well. Is there something I must do?