home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Retrieve Weather Data from Netatmo for WorldWeather Plugin xml
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="pur_berger" data-source="post: 1116837" data-attributes="member: 50701"><p>THX to Rick164 who is helping me out getting the local Data from your Netatmo Device with building a App <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p></p><p></p><p></p><p>The idea is to fill the data to the local weather condition file from <a href="https://forum.team-mediaportal.com/threads/worldweather-plugin-v1-6-5-for-mediaportal-1-3-0-and-higher.102775/" target="_blank">WorldWeatherPlugin</a> to get your own values to MP.</p><p></p><p>[code]<?xml version="1.0" encoding="UTF-8"?></p><p><data></p><p></p><p><provider></p><p><name>WorldWeather</name></p><p><version>1.0</version></p><p></provider></p><p></p><p><location></p><p><city>Munich</city></p><p><country>Germany</country></p><p><region>Bavaria</region></p><p><postalcode>80331</postalcode></p><p><longitude>11.58</longitude></p><p><latitude>48.15</latitude></p><p><altitude>500</altitude></p><p><unit>SI</unit></p><p></location></p><p></p><p><current></p><p><date>2013-01-01</date></p><p><temperature>16</temperature></p><p><temperatureFeelsLike>15</temperatureFeelsLike></p><p><weatherCode>26</weatherCode></p><p><weatherDescription>Partly Cloudy</weatherDescription></p><p><windSpeed>7</windSpeed></p><p><windDirectionDegree>280</windDirectionDegree></p><p><precipitation>0.0</precipitation></p><p><pressure>1026</pressure></p><p><barometricPressure>2</barometricPressure></p><p><humidity>68</humidity></p><p><visibility>0</visibility></p><p><cloudCoverage>10</cloudCoverage></p><p><uvIndex>1</uvIndex></p><p></current></p><p></p><p><forecast></p><p><forecastday></p><p><date>2013-01-02</date></p><p><temperatureLow>8</temperatureLow></p><p><temperatureHigh>20</temperatureHigh></p><p><weatherCode>25</weatherCode></p><p><weatherDescription>Mostly Cloudy</weatherDescription></p><p><windSpeed>7</windSpeed></p><p><precipitation>2.0</precipitation></p><p><pressure>1028</pressure></p><p><humidity>68</humidity></p><p><cloudCoverage>10</cloudCoverage></p><p></forecastday></p><p></forecast></p><p></p><p></data></p><p>[/code]</p><p></p><p><a href="https://github.com/RickDB/NetAtmo.Net/tree/master/NetAtmo.NET" target="_blank">https://github.com/RickDB/NetAtmo.Net/tree/master/NetAtmo.NET</a></p></blockquote><p></p>
[QUOTE="pur_berger, post: 1116837, member: 50701"] THX to Rick164 who is helping me out getting the local Data from your Netatmo Device with building a App :) The idea is to fill the data to the local weather condition file from [URL='https://forum.team-mediaportal.com/threads/worldweather-plugin-v1-6-5-for-mediaportal-1-3-0-and-higher.102775/']WorldWeatherPlugin[/URL] to get your own values to MP. [code]<?xml version="1.0" encoding="UTF-8"?> <data> <provider> <name>WorldWeather</name> <version>1.0</version> </provider> <location> <city>Munich</city> <country>Germany</country> <region>Bavaria</region> <postalcode>80331</postalcode> <longitude>11.58</longitude> <latitude>48.15</latitude> <altitude>500</altitude> <unit>SI</unit> </location> <current> <date>2013-01-01</date> <temperature>16</temperature> <temperatureFeelsLike>15</temperatureFeelsLike> <weatherCode>26</weatherCode> <weatherDescription>Partly Cloudy</weatherDescription> <windSpeed>7</windSpeed> <windDirectionDegree>280</windDirectionDegree> <precipitation>0.0</precipitation> <pressure>1026</pressure> <barometricPressure>2</barometricPressure> <humidity>68</humidity> <visibility>0</visibility> <cloudCoverage>10</cloudCoverage> <uvIndex>1</uvIndex> </current> <forecast> <forecastday> <date>2013-01-02</date> <temperatureLow>8</temperatureLow> <temperatureHigh>20</temperatureHigh> <weatherCode>25</weatherCode> <weatherDescription>Mostly Cloudy</weatherDescription> <windSpeed>7</windSpeed> <precipitation>2.0</precipitation> <pressure>1028</pressure> <humidity>68</humidity> <cloudCoverage>10</cloudCoverage> </forecastday> </forecast> </data> [/code] [url]https://github.com/RickDB/NetAtmo.Net/tree/master/NetAtmo.NET[/url] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Retrieve Weather Data from Netatmo for WorldWeather Plugin xml
Contact us
RSS
Top
Bottom