Read the statement by Michael Teeuw here.
obsession with modul checker
-
@HeikoGr said in obsession with modul checker:
node scripts/magicmirror-check.mjs
I tried it, but get an error
❌ Error: Cannot copy a FIFO pipe: cp returned EINVAL (cannot copy a FIFO pipe: /tmp/mm-module-checker-MagicMirror/modules/MagicMirror-----MagicMirrorOrg/.lgd-nfy0) /tmp/mm-module-checker-MagicMirror/modules/MagicMirror-----MagicMirrorOrg/.lgd-nfy0 -
you need to put the script inside the folder of the module you want to check - not the MagicMirror folder itself
-
@HeikoGr
So it is not possible to check all the modules in one run?
I have to do it for each module? -
@htilburgs my main objection was to support the module development. so yes, at the moment it’s a per module check,
-
@HeikoGr
Oké, clear. Thanks for the quick replys -
@heikogr Nice idea! I’ll take a closer look.
-
@htilburgs now it should work for all installed modules
-
@HeikoGr
So now I put It in the MagicMirror folder? -
@htilburgs the script looks if it is under an magicmirror/modules folder and takes this as root folder for modules.
otherwise it will take/opt/magic_mirror/modulesif your setup is different you need to adapt the script.
the script itself can be placed independently
-
@HeikoGr
Oké, thank you
