# How to configure location/region on OVOS

**URL:** https://community.openconversational.ai/t/how-to-configure-location-region-on-ovos/15340
**Category:** OpenVoiceOS's Voice AI Platform
**Tags:** ovos
**Created:** [June 22, 2024, 6:52am UTC](https://community.openconversational.ai/t/how-to-configure-location-region-on-ovos/15340 "2024-06-22T06:52:06Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![vanja1](https://community.openconversational.ai/letter_avatar_proxy/v4/letter/v/f4b2a3/32.png) [@vanja1](https://community.openconversational.ai/u/vanja1)
#### Post date: [June 22, 2024, 6:52am UTC](https://community.openconversational.ai/t/how-to-configure-location-region-on-ovos/15340/1 "2024-06-22T06:52:06Z")

</div>

hi,  
running raspovos headless image on rpi3+

Where do I configure my current location in ovos?  
Judging by his response of “what’s the weather?” he has no clue where he is. the temperature is off by 30 degrees celsius 🙂  
how to ask him where he thinks he is at? or check in the config…

edit: i imagined he pinpoints the location by IP address, but in that case its not working very well…

---

<div class="post-metadata">

### Author: ![JarbasAl](https://community.openconversational.ai/user_avatar/community.openconversational.ai/jarbasal/32/1319_2.png) [@JarbasAl](https://community.openconversational.ai/u/JarbasAl)
#### Post date: [June 22, 2024, 5:25pm UTC](https://community.openconversational.ai/t/how-to-configure-location-region-on-ovos/15340/2 "2024-06-22T17:25:25Z")

</div>

you are correct that by default location comes from IP address and isn’t very accurate

you can change the location in your mycroft.conf

see here what that looks like

> <https://github.com/OpenVoiceOS/ovos-config/blob/dev/ovos_config/mycroft.conf#L75>

if `~/.config/mycroft/mycroft.conf` does not exist, create it, that’s where all your config changes should go

---

<div class="post-metadata">

### Author: ![vanja1](https://community.openconversational.ai/letter_avatar_proxy/v4/letter/v/f4b2a3/32.png) [@vanja1](https://community.openconversational.ai/u/vanja1)
#### Post date: [January 16, 2025, 5:07am UTC](https://community.openconversational.ai/t/how-to-configure-location-region-on-ovos/15340/3 "2025-01-16T05:07:01Z")

</div>

Hi,

```auto
{
   "tts": {
    "module": "ovos-tts-plugin-google-tx"
},
   "stt": {
    "module": "ovos-stt-plugin-server",
    "ovos-stt-plugin-server": {"url": "https://stt.smartgic.io/fasterwhisper/stt"},
    "verify_ssl": true
   },
   "location": {
   "city": {
    "code": "Abu Dhabi",
    "name": "Abu Dhabi"},
    "state": {
      "code": "AD",
      "name": "Abu Dhabi"},
      "country": {
        "code": "AE",
        "name": "United Arab Emirates"}
      }
}

```

my ip on the ovos machine is in abu dhabi.  
however, answer to what is theh weather is 4 deg celsius and fog. maybe London, definitely not Abu Dhabi

---

<div class="post-metadata">

### Author: ![JarbasAl](https://community.openconversational.ai/user_avatar/community.openconversational.ai/jarbasal/32/1319_2.png) [@JarbasAl](https://community.openconversational.ai/u/JarbasAl)
#### Post date: [January 16, 2025, 1:19pm UTC](https://community.openconversational.ai/t/how-to-configure-location-region-on-ovos/15340/4 "2025-01-16T13:19:11Z")

</div>

you need to set latitude and longitude

---

<div class="post-metadata">

### Author: ![vanja1](https://community.openconversational.ai/letter_avatar_proxy/v4/letter/v/f4b2a3/32.png) [@vanja1](https://community.openconversational.ai/u/vanja1)
#### Post date: [January 16, 2025, 6:28pm UTC](https://community.openconversational.ai/t/how-to-configure-location-region-on-ovos/15340/5 "2025-01-16T18:28:32Z")

</div>

done, still gives out nonsense as current weather

---

<div class="post-metadata">

### Author: ![vanja1](https://community.openconversational.ai/letter_avatar_proxy/v4/letter/v/f4b2a3/32.png) [@vanja1](https://community.openconversational.ai/u/vanja1)
#### Post date: [January 17, 2025, 9:25pm UTC](https://community.openconversational.ai/t/how-to-configure-location-region-on-ovos/15340/6 "2025-01-17T21:25:04Z")

</div>

fixed. found wrong data (probably picked up via my UK vpn) in web\_cache.json (last modified on 28 March last year).
