Read the statement by Michael Teeuw here.
MMM-network-signal not showing
-
@icmike52 and then restarted mm?
-
Yes
pm2 restart mm -
@icmike52 ok, on the mirror, open the developers window ctrl-shift-i, and select the elements tab, and navigate to the position where u configured module.
bottom-leftthen locate module there and examine it’s dom content
-
That is useful. Thanks, Sam.
Load script: modules/MMM-network-signal//MMM-network-signal.js
loader.js:191 GET http://0.0.0.0:8080/modules/MMM-network-signal//MMM-network-signal.js net::ERR_ABORTED 404 (Not Found)
loader.js:185 Error on loading script: modules/MMM-network-signal//MMM-network-signal.jsBut makes no sense 404 Not Found. I have not edited the MMM-network-signal.js file . The only address i see the the MMM-network-signal.js file is 8.8.8.8 (Google DNS) which I can ping just fine. I’ve even changed the server: “192.168.0.1” and it made no difference.
-
@icmike52 so, filesystem in linux is case sensitive, so module: name,
and folder in MM/Modules and filename all have to be exactly the samethat is telling
0|mm | [2020-08-01 16:33:48.667] [LOG] No helper found for module: MMM-network-signal.as there IS a node_helper for this module… SO, looks like the foldername is wrong…
can you do
cd ~/MagicMirror/modules
ls -laF -
pi@raspberrypi:~/MagicMirror/modules $ ls -laf
MMM-network-signal-master MMM-Tools …
MMM-BMW-OW default MMM-Remote-Control
MMM-MyScoreboard . MMM-HistoryI renamed the folder “MMM-network-signal-master” to “MMM-network-signal” and it is now working. So simple when you know what to look for. Thanks Sam! I learned something.
FYI I seem to remember I downloaded the folder https://github.com/PoOwAa/MMM-network-signal.git from https://github.com/PoOwAa/MMM-network-signal
When I unzipped it, the folder name was wrong.
-
@icmike52 said in MMM-network-signal not showing:
FYI I seem to remember I downloaded the folder https://github.com/PoOwAa/MMM-network-signal.git from https://github.com/PoOwAa/MMM-network-signal
yes, u did the zip download process, instead of the git clone process
the zip download adds the repo branch name to the unzipped folder name
the git clone process does notalso, the zip process disables the git pull update process for modules… i recommend NEVER using the zip download process