preArgs question

The idea is here that you load a state file, so it is clear what has to be set.

You can also track down the json structur, so it easier to understand.

@abstrus, sorry but I can't find a state file

image

seems this line is causing issues

var widgetData = loadJSON(settings.read('load'));

@GeneralMidi what i meant was the .config file, sorry for causing confusion (that would be one follow-up).
What is important is to load the config, check if ("load" / "custom-module" / "theme" points to "keko.json" / "main.js" / "nord-mod.css" )

in the sub folder "modules" there needs to be a file "kemper.js"

you found the correct part of the code, under this line is the switch

if ((typeof widgetData.content.tabs[0])) === "undefinded")

which takes care of different json types (one or more tabs / export).

You can enable the console.log in function "logitall" a cheap debugging implementation, to see if that helps. I would assume a wrong path / not loaded custom-module.

@abstrus success!