Adding Skill to Mycroft.CONF

When I add the openhab skill to my Mycroft.conf file, my Mark1 never boots:
Rest interface is enabled in openhab
Installed to skill folder using mycroft, install openhab skill

{
“enclosure”: {
“platform”: “mycroft_mark_1”,
“platform_build”: 13,
“port”: “/dev/ttyAMA0”,
“rate”: 9600,
“timeout”: 5.0,
“update”: true,
“test”: false
},
“VolumeSkill”: {
“default_level”: 6,
“min_volume”: 0,
“max_volume”: 83
},
“openHABSkill”: {
“host”: 192.168.1.60,
“port”: 8080
},
“ipc_path”: “/ramdisk/mycroft/ipc/”
}

What did I do wrong?

thanks
Guy

Hey @oakguy, the first thing I did here was run your mycroft.conf through a JSON syntax checker, and it didn’t like the structure at all. Can you run it through jsonlint and have a look at the structure?

1 Like