SignalK / node-red-embedded

Node red nodes for use with the signalk-node-red plugin
Apache License 2.0
12 stars 2 forks source link

Using external functions in node red #28

Closed mcdonaldajr closed 3 years ago

mcdonaldajr commented 3 years ago

I would like to set functionExternalModules to true in the settings.js file, so I can call external functions easily. See https://nodered.org/docs/user-guide/writing-functions for details. Could you set this by default please?

sbender9 commented 3 years ago

You should be able to set this in the plugin config. Just add it under "Node Red Settings"

mcdonaldajr commented 3 years ago

Thank You. Works well.