{"version":3.6,"name":"Meteogram","namespace":"meteogram","variables":[ {"variable":"meteogramLocations","desc":"Go to https://www.yr.no/storage/lookup/English.csv.zip, search for your location and then copy the second column, it will look for example something like this: lat=41.89193&lon=12.51133&altitude=20 ( or provide your own coordinates ). You also have to provide the name of the place to be used in the select box. You can use more than one location, if you use more than one, the first one will be loaded by default. If you only specify one, there will be no selection box.

The syntax is as follows:
place_name,url;place_name2,url2;....

First name, then comma (,), then url and semi-colon to separate the locations.","default":"Rome-Italy,lat=41.89193&lon=12.51133&altitude=20"}, {"variable":"resolution","desc":"What data to display? ( 1h, 6h, all )","default":"1h"}, {"variable":"iconPosition","desc":"Position of sun/cloud icons (top,normal)","default":"normal"}, {"variable":"windChartHeight","desc":"Height of wind chart ( expressed in % )","default":"30"}, {"variable":"separation","desc":"Separation between temperature and wind graphs ( expressed in % )","default":"5"}, {"variable":"tColor","desc":"When setting the colors be careful and do not forget that the default takes into account the theme (dark or light). If you choose a different color make sure it is visible for the theme you use. If you want to use your own color, replace the 'default' with the color given in the format #XXXXXX, i.e. white for example is #ffffff, or use 'well known' color names ( as red, green... ).

Color of the temperature line.","default":"default"}, {"variable":"rColor","desc":"Color of the precipitation line.","default":"default"}, {"variable":"pColor","desc":"Color of the pressure line.","default":"default"}, {"variable":"wColor","desc":"Color of the wind speed line.","default":"default"}, {"variable":"enableExport","desc":"Enable exporting block to image","default":"true"} ]}