Du kannst es aber nicht als Dashboard importieren, Du musst selbst ein neues Panel anlegen, dann unter "Panel title / Inspect / Panel JSON" aufrufen und rechts in der angezeigten JSON alles markieren und löschen und anschließend den folgenden Text reinkopieren:
Code: Alles auswählen
{
  "type": "table-old",
  "title": "Wetterdaten",
  "gridPos": {
    "h": 3,
    "w": 24,
    "x": 0,
    "y": 0
  },
  "id": 20,
  "targets": [
    {
      "alias": "",
      "groupBy": [],
      "measurement": "aktuellesWetter",
      "orderByTime": "ASC",
      "policy": "default",
      "refId": "A",
      "resultFormat": "table",
      "select": [
        [
          {
            "params": [
              "Datum"
            ],
            "type": "field"
          },
          {
            "params": [
              "Bericht vom"
            ],
            "type": "alias"
          }
        ],
        [
          {
            "params": [
              "Himmel"
            ],
            "type": "field"
          },
          {
            "params": [],
            "type": "last"
          },
          {
            "params": [
              "Text"
            ],
            "type": "alias"
          }
        ],
        [
          {
            "params": [
              "Wolkendichte"
            ],
            "type": "field"
          },
          {
            "params": [
              "Wolken"
            ],
            "type": "alias"
          }
        ],
        [
          {
            "params": [
              "Temperatur"
            ],
            "type": "field"
          },
          {
            "params": [
              "Temp."
            ],
            "type": "alias"
          }
        ],
        [
          {
            "params": [
              "Luftdruck"
            ],
            "type": "field"
          },
          {
            "params": [
              "Luftdruck"
            ],
            "type": "alias"
          }
        ],
        [
          {
            "params": [
              "Windrichtung"
            ],
            "type": "field"
          },
          {
            "params": [
              "Windrichtung"
            ],
            "type": "alias"
          }
        ],
        [
          {
            "params": [
              "Wind"
            ],
            "type": "field"
          },
          {
            "params": [
              "Windstärke"
            ],
            "type": "alias"
          }
        ]
      ],
      "tags": []
    }
  ],
  "options": {
    "showHeader": true
  },
  "datasource": "Solaranzeige",
  "columns": [],
  "fontSize": "100%",
  "pageSize": 1,
  "showHeader": true,
  "sort": {
    "col": 0,
    "desc": true
  },
  "styles": [
    {
      "alias": "Time",
      "dateFormat": "YYYY-MM-DD HH:mm:ss",
      "pattern": "Time",
      "type": "hidden",
      "$$hashKey": "object:1281"
    },
    {
      "alias": "Himmel",
      "colorMode": null,
      "colors": [
        "rgba(245, 54, 54, 0.9)",
        "rgba(237, 129, 40, 0.89)",
        "rgba(50, 172, 45, 0.97)"
      ],
      "decimals": 2,
      "mappingType": 1,
      "pattern": "Text",
      "thresholds": [],
      "type": "string",
      "unit": "short",
      "$$hashKey": "object:1282"
    },
    {
      "alias": "",
      "colorMode": "row",
      "colors": [
        "#1F60C4",
        "rgba(237, 129, 40, 0.89)",
        "rgba(50, 172, 45, 0.97)"
      ],
      "dateFormat": "YYYY-MM-DD HH:mm:ss",
      "decimals": 0,
      "mappingType": 1,
      "pattern": "Wolken",
      "thresholds": [],
      "type": "number",
      "unit": "percent",
      "$$hashKey": "object:1283"
    },
    {
      "alias": "",
      "colorMode": null,
      "colors": [
        "rgba(245, 54, 54, 0.9)",
        "rgba(237, 129, 40, 0.89)",
        "rgba(50, 172, 45, 0.97)"
      ],
      "dateFormat": "YYYY-MM-DD HH:mm:ss",
      "decimals": 0,
      "mappingType": 1,
      "pattern": "Temp.",
      "thresholds": [],
      "type": "number",
      "unit": "celsius",
      "$$hashKey": "object:1284"
    },
    {
      "alias": "",
      "colorMode": null,
      "colors": [
        "rgba(245, 54, 54, 0.9)",
        "rgba(237, 129, 40, 0.89)",
        "rgba(50, 172, 45, 0.97)"
      ],
      "dateFormat": "YYYY-MM-DD HH:mm:ss",
      "decimals": 0,
      "mappingType": 1,
      "pattern": "Luftdruck",
      "thresholds": [],
      "type": "number",
      "unit": "pressurehpa",
      "$$hashKey": "object:1285"
    },
    {
      "alias": "",
      "colorMode": null,
      "colors": [
        "rgba(245, 54, 54, 0.9)",
        "rgba(237, 129, 40, 0.89)",
        "rgba(50, 172, 45, 0.97)"
      ],
      "dateFormat": "YYYY-MM-DD HH:mm:ss",
      "decimals": 0,
      "mappingType": 1,
      "pattern": "Windstärke",
      "thresholds": [],
      "type": "number",
      "unit": "velocityms",
      "$$hashKey": "object:1286"
    },
    {
      "alias": "",
      "colorMode": null,
      "colors": [
        "rgba(245, 54, 54, 0.9)",
        "rgba(237, 129, 40, 0.89)",
        "rgba(50, 172, 45, 0.97)"
      ],
      "dateFormat": "YYYY-MM-DD HH:mm:ss",
      "decimals": 0,
      "mappingType": 1,
      "pattern": "Windrichtung",
      "thresholds": [],
      "type": "number",
      "unit": "grad",
      "$$hashKey": "object:1287"
    }
  ],
  "transform": "table",
  "pluginVersion": "7.1.1",
  "fieldConfig": {
    "defaults": {
      "custom": {
        "align": null
      },
      "thresholds": {
        "mode": "absolute",
        "steps": [
          {
            "color": "dark-blue",
            "value": null
          }
        ]
      },
      "mappings": []
    },
    "overrides": []
  },
  "transparent": true,
  "timeFrom": null,
  "timeShift": null
}
Anschließend Speichern und Dashboard neu laden, Anzeige kann ein paar Sekunden dauern...