Read the statement by Michael Teeuw here.
[MMM-JaST] Just another Stock Ticker (new: version 2.x)
-
@jalibu
thank you very much, that was the solution -
Just noticed that I get this message on MM startup. Everything is running, current update installed this morning.
0|MagicMirror | [26.01.2022 11:04.50.818] [ERROR] 0|MagicMirror | ERROR! Could not validate main module js file. 0|MagicMirror | [26.01.2022 11:04.50.839] [ERROR] 0|MagicMirror | ReferenceError: Log is not defined 0|MagicMirror | at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-Jast/MMM-Jast.js:14:4347) 0|MagicMirror | at Module._compile (node:internal/modules/cjs/loader:1116:14) 0|MagicMirror | at Object.Module._extensions..js (node:internal/modules/cjs/loader:1169:10) 0|MagicMirror | at Module.load (node:internal/modules/cjs/loader:988:32) 0|MagicMirror | at Module._load (node:internal/modules/cjs/loader:829:12) 0|MagicMirror | at Function.c._load (node:electron/js2c/asar_bundle:5:13331) 0|MagicMirror | at Module.require (node:internal/modules/cjs/loader:1012:19) 0|MagicMirror | at require (node:internal/modules/cjs/helpers:94:18) 0|MagicMirror | at Class.loadModuleDefaultConfig (/home/pi/MagicMirror/modules/MMM-Remote-Control/node_helper.js:313:30) 0|MagicMirror | at /home/pi/MagicMirror/modules/MMM-Remote-Control/node_helper.js:267:26 0|MagicMirror | [2805:0126/110450.830713:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
-
@requiemmg whats your MagicMirror version?
-
I have similar errors running MMM-RAIN-MAP, happens only when using electron (not in server only). Using current mm develop branch.
-
thx @karsten13, I’ll check that for both modules
-
Hi @karsten13 @requiemmg,
this is a MMM-Remote-Control Bug: https://github.com/Jopyth/MMM-Remote-Control/issues/267
-
Thanks for the update. So I just ignore it and wait for fix.
-
Hi, i am struggling with your module. I am testing MM in VM on Ubuntu. It seems that module is running but i still see only Loading instead of content. I ve tried default config provided on Git and also some config from this feed with no succes.
-
@mmuser did you install the dependencies using
npm install
? -
Hi, yes i installed everything and after few restarts it is finally working, you did indeed great job, thanks for this module.
Maybe one quick question, for horizontal scrolling, on the left side, scrolling is aligned with module above but on right side, scrolling starting on very right side ( don’t know how to insert screenshot to this forum). I tried to modify maxWidth -no result, as it is according to description related only to vertical style. Any possibility to correct this ?