but there is a problem…when i started the server in the container with “npm run server” with putty… and i shut down the laptop the server is not reachable anymore :-(
means if I then eb on the ipad the 192.168.200.74:8080 enter the mirror is not accessible :-(
I have to enter again in putty then “npm run server” and then it is there…I shut down the laptop the server is no longer accessible :-(
What can be the reason for this now?
pi@MagicMirror-live:~/MagicMirror$ npm run server
> magicmirror@2.21.0 server
> node ./serveronly
[16.10.2022 15:55.38.561] [LOG] Starting MagicMirror: v2.21.0
[16.10.2022 15:55.38.563] [LOG] Loading config ...
[16.10.2022 15:55.38.566] [LOG] Loading module helpers ...
[16.10.2022 15:55.38.567] [LOG] No helper found for module: alert.
[16.10.2022 15:55.38.582] [LOG] Initializing new module helper ...
[16.10.2022 15:55.38.582] [LOG] Module helper loaded: updatenotification
[16.10.2022 15:55.38.583] [LOG] No helper found for module: clock.
[16.10.2022 15:55.38.712] [LOG] Initializing new module helper ...
[16.10.2022 15:55.38.712] [LOG] Module helper loaded: calendar
[16.10.2022 15:55.38.713] [LOG] No helper found for module: compliments.
[16.10.2022 15:55.38.713] [LOG] No helper found for module: MMM-OpenmapWeather.
[16.10.2022 15:55.38.714] [LOG] No helper found for module: weather.
[16.10.2022 15:55.38.722] [LOG] Initializing new module helper ...
[16.10.2022 15:55.38.722] [LOG] Module helper loaded: newsfeed
[16.10.2022 15:55.38.722] [LOG] No helper found for module: MMM-Traffic.
[16.10.2022 15:55.38.723] [LOG] Initializing new module helper ...
[16.10.2022 15:55.38.724] [LOG] Check MagicMirror² version for node helper 'MMM-Fuel' - Minimum version: 2.15.0 - Current version: 2.21.0
[16.10.2022 15:55.38.724] [LOG] Version is ok!
[16.10.2022 15:55.38.724] [LOG] Module helper loaded: MMM-Fuel
[16.10.2022 15:55.38.919] [LOG] Initializing new module helper ...
[16.10.2022 15:55.38.921] [LOG] Module helper loaded: MMM-RNV
[16.10.2022 15:55.39.141] [LOG] Initializing new module helper ...
[16.10.2022 15:55.39.158] [LOG] Module helper loaded: MMM-PublicTransportHafas
[16.10.2022 15:55.39.158] [LOG] Initializing new module helper ...
[16.10.2022 15:55.39.158] [LOG] Module helper loaded: MMM-ioBroker
[16.10.2022 15:55.39.209] [LOG] Initializing new module helper ...
[16.10.2022 15:55.39.209] [LOG] Module helper loaded: MMM-COVID19-AMPEL
[16.10.2022 15:55.39.211] [LOG] Initializing new module helper ...
[16.10.2022 15:55.39.211] [LOG] Module helper loaded: MMM-SoccerLiveScore
[16.10.2022 15:55.39.211] [LOG] No helper found for module: MMM-Snow.
[16.10.2022 15:55.39.212] [LOG] No helper found for module: MMM-Carousel.
[16.10.2022 15:55.39.212] [LOG] All module helpers loaded.
[16.10.2022 15:55.39.277] [LOG] Starting server on port 8080 ...
[16.10.2022 15:55.39.315] [WARN] You're using a full whitelist configuration to allow for all IPs
[16.10.2022 15:55.39.321] [LOG] Server started ...
[16.10.2022 15:55.39.332] [LOG] Connecting socket for: updatenotification
[16.10.2022 15:55.39.332] [LOG] Starting module helper: updatenotification
[16.10.2022 15:55.39.333] [LOG] Connecting socket for: calendar
[16.10.2022 15:55.39.333] [LOG] Starting node helper for: calendar
[16.10.2022 15:55.39.333] [LOG] Connecting socket for: newsfeed
[16.10.2022 15:55.39.333] [LOG] Starting node helper for: newsfeed
[16.10.2022 15:55.39.334] [LOG] Connecting socket for: MMM-Fuel
[16.10.2022 15:55.39.334] [LOG] Starting module helper: MMM-Fuel
[16.10.2022 15:55.39.334] [LOG] Connecting socket for: MMM-RNV
[16.10.2022 15:55.39.449] [LOG] Connecting socket for: MMM-PublicTransportHafas
[16.10.2022 15:55.39.450] [LOG] Connecting socket for: MMM-ioBroker
[16.10.2022 15:55.39.451] [LOG] Connecting socket for: MMM-COVID19-AMPEL
[16.10.2022 15:55.39.452] [LOG] Starting node helper for: MMM-COVID19-AMPEL
[16.10.2022 15:55.39.452] [LOG] Connecting socket for: MMM-SoccerLiveScore
[16.10.2022 15:55.39.453] [LOG] Starting node helper for: MMM-SoccerLiveScore
[16.10.2022 15:55.39.453] [LOG] Sockets connected & modules started ...
[16.10.2022 15:55.39.453] [LOG]
Ready to go! Please point your browser to: http://0.0.0.0:8080
and then this:
Ready to go! Please point your browser to: http://0.0.0.0:8080
^C[16.10.2022 15:55.50.516] [LOG] [SIGINT] Received. Shutting down server...
[16.10.2022 15:55.50.516] [LOG] Stopping module helper: updatenotification
[16.10.2022 15:55.50.517] [LOG] Stopping module helper: calendar
[16.10.2022 15:55.50.517] [LOG] Stopping module helper: newsfeed
[16.10.2022 15:55.50.517] [LOG] Stopping module helper: MMM-Fuel
[16.10.2022 15:55.50.517] [LOG] Stopping module helper: MMM-RNV
[16.10.2022 15:55.50.517] [LOG] Stopping module helper: MMM-PublicTransportHafas
[16.10.2022 15:55.50.517] [LOG] Stopping module helper: MMM-ioBroker
[16.10.2022 15:55.50.518] [LOG] Stopping module helper: MMM-COVID19-AMPEL
[16.10.2022 15:55.50.518] [LOG] Stopping node helper for: MMM-SoccerLiveScore