I recently updated to the version that allows modules to be added from the function node. I am trying to test this out.
I have the module installed.
Is there documentation available explaining what to do next? I can't find a 'hello world' type guide on how to use the function node to interact with module?
My first thought was to use global variables. I would assign what I want module the module to use to a global variable, named according to what the library looks for? Then run it by injecting a blank message into the function node containing the module. The output would be visible as a global variable too. Is this right?
I honestly appreciate any help understanding this, or any resource/documentation I can learn from.
Hi, thanks for helping me out and sorry for the slow response. Managing hobbies on top of a work and a household is like.. crazy. And I dont even have kids...
I will download cowsay and test it out.
I'm struggling with the basic level of understanding though. It sounds really simple at its core i think?
get a module
identify a whatever function we want to use.
identify what information the function requires.
Return the payload or however its assigned.
Im on mobile so i might have missed the formatting but is the gist of this correct?