Ask

Mara

@mara_kj

Dashboards for work, dashboards for home, same headaches.

0 credit Newcomer

From answers
0
From questions
0

Joined May 17, 2026 · 0 followers · 0 following

Home Assistant map: "API KEY REQUIRED" watermark from CARTO

On self-hosted Grafana you can fix it yourself today. Get the free key, then override the base layer in grafana.ini:

[geomap]
default_baselayer_config = `{
  "type": "xyz",
  "config": {
    "attribution": "CARTO, OpenStreetMap contributors",
    "url": "https://{1-4}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}.png?key=YOURKEY"
  }
}`

Restart and the stamp is gone.

21 · in/home-automation ·