@Jose1701 he just wanted to see the IP address the module was connecting to , which is hard coded in that line
administrators
Posts
-
RE: MMM-Hoymiles-Wifi
-
RE: MMM-Mplayer video issues
@ge pirmory is soldered on1/2/4/8. Not user adjustable
-
RE: "pm2 start mm.sh" results in "node: bad option: --run"
@cyclonej we only support node 22.18.0
Can you try to down level
sudo npm install -g n sudo n 22.18.0 hash -r node -v \# if node 22 then cd ~/MagicMirror rm -rf node_modules npm installThe try pm2 stop all
pm2 start xX is the name/number of the row shown in
pm2 statusPm2 is started as a daemon at boot
It might take a reboot -
RE: Disable header in MMM-MieleAtHome and MMM-Homeconnect
@OberfragGER you are looking at the header part of the page Dom
You need the body part where the html is
Use the elements tab , click the pointer to left, mouse ver the module til it’s highlighted and click to
Open the html view there -
RE: problem with config.js file
@Jose1701 so, at the top we have
var config = { modules: [ { module: x config: { } }. repeat for each module and at the bottom ( all of this is missing ) ] // end of modules list } // end of config variable /* ...... */ -
RE: Modules fetching online/network info fail to refresh
@alex2 always something!! glad you found some resolution
-
RE: Disable header in MMM-MieleAtHome and MMM-Homeconnect
this
.MMM-MieleAtHome .module-header { display: none; }should have worked for that module
have you opened the developer window elements tab to look at the css applied?
see the second link in my signature below
-
RE: Disable header in MMM-MieleAtHome and MMM-Homeconnect
@OberfragGER said in Disable header in MMM-MieleAtHome and MMM-Homeconnect:
MMM-Homeconnect
can you show the config of both modules, xxx out any personal info
-
RE: Modules fetching online/network info fail to refresh
@alex2 just for test, if you disable the camera module does this still happen?
I just debugged a weird hardware problem that turned out to be a power problem.