Duckdns wont save config

anyone got the duckdns working yet?
options are

{
“token”: null,
“domains”: [
null
],
“seconds”: 300
}

so I figured I could do this

{
“token”: hereismytoekn,
“domains”: [
xxx
],
“seconds”: 300
}

but no joy. it greys out save and wont let me save

You can only safe valid config. Look on documentation how that need look https://home-assistant.io/addons/duckdns/

1 Like

champion
fixed it with

{
“token”: “hereismytoken”,
“domains”: [
xxx.duckdns.org
],
“seconds”: 300
}

so after you fix this in the Duck DNS addon, do you have to add anything to the config? Every time I add the duckdns information to the config, it just spins the circle after i enter my api password,

I ahve mine structured correctly like yours, and I am still getting a “KO” error.

Mine was just a formatting issue forogot to include “”

I had the same problem. The sample text on many of these configuration options have simple text such as null, but when you replace that text, you’re supposed to know you have to add quotes around the text. Still trying to figure out all these syntax rules!