Skip to content

Instantly share code, notes, and snippets.

@stborchert
Last active January 19, 2019 11:57
Show Gist options
  • Save stborchert/55613c5258bc9ad0756060a596e7da65 to your computer and use it in GitHub Desktop.
Save stborchert/55613c5258bc9ad0756060a596e7da65 to your computer and use it in GitHub Desktop.
Part of visu_config.xml
<?xml version="1.0" encoding="UTF-8"?>
<pages backend="oh" bind_click_to_widget="false" design="minimal" enable_column_adjustment="true" lib_version="7" scroll_speed="0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../visu_config.xsd">
<meta>
<plugins>
<!-- Custom plugin to display data from OpenWeatherMap. -->
<plugin name="openweathermap"/>
</plugins>
</meta>
<page name="Allgemein" showfooter="false" shownavbar-left="false" showtopnavigation="false">
<navbar position="top">
<group class="info fixed" nowidget="true">
<group class="weatherinfo" nowidget="true">
<openweathermap detailItems="1" forecastItems="0" lang="de" lat="..." lon="..." refresh="5" appid="..."/>
</group>
</group>
</navbar>
<group nowidget="true" class="group container-wrapper">
<group name="Wetter" class="container weather-forecast element">
<layout colspan="5"/>
<openweathermap detailItems="1" forecastItems="4" lang="de" lat="..." lon="..." refresh="5" appid="..."/>
</group>
</group>
</page>
</pages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment