Karsten Hassel 92ac3895a7
updatenotification: avoid using pm2 when running in docker container (#3484)
related to #3480 

Change module updatenotification so that it can work without `pm2` in a
docker container.

It now tests if file `/.dockerenv` exists and if so `require("pm2")` is
never called.
2024-06-28 22:33:21 +02:00
..
2024-01-01 15:38:08 +01:00
2022-01-26 23:47:51 +01:00
2024-01-01 15:38:08 +01:00

Module: Update Notification

The updatenotification module is one of the default modules of the MagicMirror². This will display a message whenever a new version of the MagicMirror² application is available.

For configuration options, please check the MagicMirror² documentation.