You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-1Lines changed: 37 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@ I use my own Sentry server based on Glitchtip.
23
23
24
24
**The Open-Meteo Weather & PV Forecast Service Adapter for ioBroker.**
25
25
26
-
## First: If you are looking for a widget (only Weather) specifically for this adapter, then create it using [VIS2-widget-script-om-weather](https://github.com/H5N1v2/VIS2-widget-script-om-weather).
27
26
28
27
This adapter provides precise weather data, forecasts, air quality, pollen & Photovoltaic Forecast information powered by [Open-Meteo.com](https://open-meteo.com/). It is free for non-commercial use (under 10,000 daily API calls) and requires no API key registration, making the setup process extremely simple.
29
28
@@ -83,6 +82,33 @@ After installation, configure the following fields in the instance settings:
83
82
84
83
---
85
84
85
+
## Weather Widget
86
+
87
+
This adapter offers two ways to display weather data in your visualization:
88
+
89
+
### 1. Built-in Widget (Standard)
90
+
Since version **3.2.0**, the adapter can automatically generate a pre-configured HTML widget for each location.
91
+
92
+
**How to use:**
93
+
1.**Enable:** Check the "Create Widget" checkbox in the instance settings for your location.
94
+
2.**Find State:** The adapter will create a state called `htmlWidget` (under `open-meteo-weather.0.yourLocation.htmlWidget`).
95
+
3.**In VIS/VIS2:** * Drag a standard **"HTML" widget** onto your view.
96
+
* Set the "HTML" property of that widget to the binding of your state: `{open-meteo-weather.0.yourLocation.htmlWidget}`.
97
+
* Adjust the width and height of the widget container to fit the content.
98
+
99
+
**Customization:** You can only adjust basic settings like font sizes, forecast hours and days directly in the adapter configuration.
100
+
101
+
**Best for:** Users who want a quick, beautiful, and maintenance-free display.
102
+
103
+
**Note:** For optimal display on desktop browsers, do not use additional CSS borders or shadows in the VIS editor settings. The widget comes with its own optimized styling.
0 commit comments