Read the statement by Michael Teeuw here.
Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10
- 
@swvalenti nunjuks is the web content templating code, which some of the modules use (it generates the web content from a ‘form’ like definition)
but that will not be installed if you do not npm install from the MagicMirror/vendor folder
 - 
@sdetweil said in Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10:
@swvalenti nunjuks is the web content templating code, which some of the modules use (it generates the web content from a ‘form’ like definition)
but that will not be installed if you do not npm install from the MagicMirror/vendor folder
Ok offially at a lost oh well it was worth a shot to try
 - 
@sdetweil as an example MMM-PGA shows this in dev
module.js:525 Uncaught TypeError: Cannot read properties of undefined (reading 'replace') at cmpVersions (module.js:525) at Function.Module.register (module.js:502) at MMM-PGA.js:9 - 
@swvalenti here are the windows instructions
 - 
S sdetweil referenced this topic on
 - 
@swvalenti mmm-pga… looks like you didn’t complete the MM install process on windows
 - 
@sdetweil said in Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10:
@swvalenti mmm-pga… looks like you didn’t complete the MM install process on windows
I followed the complete walkthrough but I can’t diagnose what I did wrong if you say that I did. Sorry to be a bother Sam
 - 
@swvalenti I just install the module on my Windows MM 2.18 instance without trouble…
it was missing a library , per the back screen link… once I fixed that the module came up without issues
 - 
@sdetweil said in Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10:
@swvalenti I just install the module on my Windows MM 2.18 instance without trouble…
it was missing a library , per the back screen link… once I fixed that the module came up without issues
Well doesn’t surprise me there! HA thanks for all your work nonetheless
 - 
@swvalenti the module is missing ‘request’
 - 
@sdetweil said in Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10:
@swvalenti the module is missing ‘request’
npm install request in the MM folder?
 
