Rpi Image Customization

Hi there, thanks so far for that awsome piece of work. But where is the config file for Mycroft stored? To customize the image i want to change the language and the tts engine. Is this possible in this state of development?

You can customize it by changing: /etc/mycroft/mycroft.conf

The settings you put in there will override the defaults. You can see defaults at:

For example, you can fill your /etc/mycroft/mycroft.conf with

{
    "confirm_listening": false
}