For platform users / Platform
Embedd & Share
Any graph on the explore map can be dropped into another page as a live iframe — same chart, same location, refreshed against the real API every time it loads. No account needed to view one; only to generate the embed code for a day-scale graph.
01 · Where to find it
The share icon on the graph widget
Open the detail graph for any location, then click the share icon next to the Line/Bar toggle. It opens Embed this graph with a ready-to-copy <iframe> snippet for whatever variable, time scale, and date range the graph is currently showing.
02 · The snippet
Copy, paste, done
The dialog builds a single self-contained tag — no extra script tags or CSS to include on the host page.
<iframe src="https://dailymeteo.com/embedd/explore?var=tmax&zoom=4.00&time_scale=ann&from=1961&to=2024&lon=20.4457&lat=44.8153&basemap=satellite" width="640" height="480" style="border:0" loading="lazy" title="DailyMeteo climate data embed"></iframe>width/heightare just the iframe's starting size — resize them freely to fit the host page's layout, the embed itself is fully responsive.
03 · URL parameters
What's encoded in the src
| Param | Meaning |
|---|---|
var | Dataset being shown — tmax, tmin, tmean, or prcp. |
lat / lon | Location as decimal degrees. |
zoom | Starting globe zoom level. |
time_scale | ann, mon, or day — see time scales. |
from / to | Date range for the graph, in the format matching time_scale. |
basemap | satellite or vector — whichever basemap was selected on the map when the link was generated. |
api_key | Present only for day-scale embeds — see below. |
04 · Day scale needs a key
Public key, spent on every load
Year and month embeds are free and need no key. A day-scale embed queries live daily data, so it needs an API key attached — generate one from Account → API Keys first, or the dialog blocks the snippet until you do.
That key rides in the iframe's srcin plain text — anyone viewing the host page's source can read and reuse it, and every load of the embed spends credits from your account. Only publish a day-scale embed on pages you trust, the same way you would for the raw key.
05 · What renders inside
Place name and coordinates, location on the globe and the graph results
Globe
Centered and marked on the location, with no pan, zoom, or click handling — a picture, not a map.
Place card
Floating label at the top with the resolved place name and coordinates.
Graph
Same chart as the app's graph widget, sized to fill the space between the place card and the attribution bar.
Attribution
Map and tile source credits, pinned full-width along the very bottom edge.