@Sean
Ah ofcourse, thanks for the explanation!

My function does not have dependencies. I’ll use good old eval to fix this!

My use case is that I need to use a different function based on the language setting of the mirror. These functions live in a separate folder and I import them in the node_helper.js file (together with some other arrays and objects I need based on language). For now I’ll use this solution, maybe in the future I build in a build step in my module so I can import the files directly into my main module file.

https://github.com/ngnijland/MMM-text-clock/pull/2