A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
I want to display txt files from outside at the bottom
-
-
@sdetweil Display the text stored in another TXT file at the bottom. This TXT file is not related to magicirror
-
@史新瑞 ok, maybe
MMM-SimpleText
from the 3rd party modules list
https://github.com/MichMich/MagicMirror/wiki/3rd-Party-Modules -
@sdetweil Thank you very much. I didn’t find it yesterday
-
@sdetweil After installing this module, NPM Run Server is normal and NPM Run Start cannot be used
-
@史新瑞 show messages
-
@sdetweil There is no error message
-
@史新瑞 if npm start doesn’t work, show me ALL the messages
-
@sdetweil Is it the information in the terminal
-
@史新瑞 yes… you can redirect that to a file
npm start >somefile.txt 2>&1
wait…
then ctrl-c
then examine and post
make sure to pm2 stop all before npm start