Skip to content
Snippets Groups Projects
Select Git revision
  • 4e8da9f8e00281c30c34419fb68caf02188054c5
  • master default
  • renovate/pytest-8.x-lockfile
  • renovate/icalendar-6.x
  • renovate/flask-3.x
  • renovate/gevent-25.x
  • renovate/pytz-2025.x
  • v1.33.0
  • v1.32.1
  • v1.32.0
  • v1.31.2
  • v1.31.1
  • v1.31.0
  • v1.30.0
  • v1.29.0
  • v1.28.0
  • v1.27.0
  • v1.26.0
  • v1.25.0
  • v1.24.0
  • v1.23.1
  • v1.23.0
  • v1.22.0
  • v1.20.0
  • v1.19.1
  • v1.19.0
  • v1.18.0
27 results

pageSettings-example.json

Blame
  • pageSettings-example.json 2.97 KiB
    [
        {
            "uniqueName": "My First Page",
            "tiles": [
                {
                    "tileType": "SensorLineChartTile",
                    "uniqueName": "SensorLineChart_Temperature_Wohnzimmer",
                    "intervalInSeconds": 60,
                    "settings": {
                        "title": "Wohnzimmer",
                        "url": "http://192.168.178.39:10003",
                        "sensorID": 1,
                        "sensorIDsForMinMax": [
                            1,
                            3,
                            5
                        ],
                        "numberOfHoursToShow": 4,
                        "decimals": 1,
                        "lineColor": "rgba(254, 151, 0, 1)",
                        "fillColor": "rgba(254, 151, 0, 0.2)",
                        "showAxes": false,
                        "outdatedValueWarning": {
                            "enable": false,
                            "limitInSeconds": -1,
                            "enableNotificationViaPushbullet": false,
                            "pushbulletToken": null
                        }
                    },
                    "x": 0,
                    "y": 0,
                    "width": 3,
                    "height": 3
                },
                {
                    "tileType": "SensorLineChartTile",
                    "uniqueName": "SensorLineChart_Humidity_Wohnzimmer",
                    "intervalInSeconds": 60,
                    "settings": {
                        "title": "Wohnzimmer",
                        "url": "http://192.168.178.39:10003",
                        "sensorID": 2,
                        "numberOfHoursToShow": 4,
                        "decimals": 0,
                        "lineColor": "rgba(70, 138, 221, 1))",
                        "fillColor": "rgba(70, 138, 221, 0.2)",
                        "outdatedValueWarning": {
                            "enable": false,
                            "limitInSeconds": -1,
                            "enableNotificationViaPushbullet": false,
                            "pushbulletToken": null
                        }
                    },
                    "x": 0,
                    "y": 3,
                    "width": 3,
                    "height": 3
                },
                {
                    "tileType": "CurrentWeatherTile",
                    "uniqueName": "CurrentWeather",
                    "intervalInSeconds": 60,
                    "settings": {
                        "lat": "51.012825",
                        "lon": "13.666365",
                        "apiKey": ""
                    },
                    "x": 3,
                    "y": 3,
                    "width": 3,
                    "height": 2
                },
                {
                    "tileType": "SevenDaysForecastTile",
                    "uniqueName": "SevenDaysForecast",
                    "intervalInSeconds": 60,
                    "settings": {
                        "lat": "51.012825",
                        "lon": "13.666365",
                        "apiKey": ""
                    },
                    "x": 3,
                    "y": 0,
                    "width": 3,
                    "height": 3
                }
            ]
        }
    ]