access config.json

Greetings,
How do I call up a parameter from config.json within the onVolumioStart function within index.js?

The tutorial says it typically loads the configuration file for the plugin, but does not say how to access the data.

Thanks,
Randy

Greetings,
Never mind, I figured it out. It’s amazing what stepping back and getting a little sleep can do for you. :smiley: It is done through the “v-conf” function.

Anyone looking for info on this function see https://www.npmjs.com/package/v-conf

Randy