Read the statement by Michael Teeuw here.
How to add modules. For absolute beginners.
-
@Mykle1 because some other module already had. npm install would have resolved that, if he had provided the package. json
-
@sdetweil said in How to add modules. For absolute beginners.:
npm install would have resolved that, if he had provided the package. json
:thumbsup:
-
What if no errors are generated and yet the widget is not shown on the screen? Where do we start troubleshooting?
TIA
-
@ebolisa said in How to add modules. For absolute beginners.:
What if no errors are generated and yet the widget is not shown on the screen? Where do we start troubleshooting?
It would help if you named the widget (I assume you mean module) and posted your config entry for that module. Please post in a code block.
EDIT:
And everything @sdetweil says. :-)
-
@ebolisa do you have a position defined? must be else MM doesn’t know where to put the content…
next, look in the window where npm start was done, or in the logs if pm2, using pm2 logs --lines=??? ??? is a number 15 default…
also look in the developers window
ctrl-shift-i, select the tab labeled console, and scroll up… u can also filter by module, add some of the unique part of the module name to the filter field -
Hi Mykle1. Thank you for doing this. I am trying to build a MagicMirror for my daughter for Christmas and have had a hard time with a few things. Absolute noobie, but have learned a bunch in the past 2 weeks of this journey.
First question: I installed the Kevinatown MMM-Screencast module and after some trial and error, I did get the module to start, BUT as I am starting the casting from my phone, the Screencast window opens and then freezes stating “loading…” without ever actually starting the video/cast. I assume the config entry is correct, because the screencast opens, but maybe I am missing a step?
Your help would be greatly appreciated! ![1_1608396591977_2020-12-19-103618_1024x768_scrot.png](Uploading 100%) ![0_1608396591974_2020-12-19-103955_1024x768_scrot.png](Uploading 100%)I guess the screenshots did not work. How do I send a screenshot?
-
@fsne04 said in How to add modules. For absolute beginners.:
I guess the screenshots did not work. How do I send a screenshot?
click the button above the editor that looks like the sun over the mountain, with top right corner folded over
-
-
@fsne04 open the developers window, ctrl-shift-i on the keyboard, select the tab labeled ‘console’ and scroll up…
u can also filter messages by module, by placing a unique part of the module name (cast) in the filter field
-
@sdetweil Hi Sam,
Thank you for the response, but I am not sure what you are asking me to do. Ctl + Shift+i on the Pi4 or on my Mac (where I am writing this)? Also, I don’t know what palancing is, or the last 4 words of your post. Sorry…
Actually, just figured out the last 4… in the filter field (duh)… but which filter field?
Oh and I tried Ctl Shift i on both Pi and Mac, neither one did something. Again sorry about the ignorance…