Skill Settings #195
-
Has anyone been successful in modifying settings in the settingsmeta.json file for an installed skill? I am attempting to change the weather units to fahrenheit. These are the default settings:
I tried changing value to fahrenheit, "fahrenheit", and "Fahrenheit" but none of those have worked. I am making changes according to this document: https://openvoiceos.github.io/ovos-technical-manual/skill_settings/ ...but it seems I am missing something. Does the old mycroft.conf file need to be modified? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You can change your units in the main config file. Create or edit the file at Add
For Fahrenheit and "metric" for Celsius |
Beta Was this translation helpful? Give feedback.
-
I tried that and rebooted (no errors in json) and suddenly my /dev/root is 100% full when it is just a rpi ovos standard image. How find the error files |
Beta Was this translation helpful? Give feedback.
The
web_cache
file is applied before~/.config/mycroft/mycroft.conf
And if using a personal backend, that is where the settings are uploaded to. When using
no backend
, the default, it provides default data. So yes, it is expected to be overwritten.I mistyped the setting
"system_unit": "imperial"
https://github.com/OpenVoiceOS/ovos-config/blob/dev/ovos_config/mycroft.conf#L31