﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Commentaires sur : ForecastIO : les prévisions météo dans Constellation	</title>
	<atom:link href="https://developer.myconstellation.io/package-library/forecastio/feed/" rel="self" type="application/rss+xml" />
	<link>https://developer.myconstellation.io/package-library/forecastio/</link>
	<description>Votre plateforme d&#039;interconnexion</description>
	<lastBuildDate>Thu, 13 Jun 2019 14:35:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.11</generator>
	<item>
		<title>
		Par : marmoul70		</title>
		<link>https://developer.myconstellation.io/package-library/forecastio/#comment-160</link>

		<dc:creator><![CDATA[marmoul70]]></dc:creator>
		<pubDate>Sat, 24 Feb 2018 09:27:39 +0000</pubDate>
		<guid isPermaLink="false">https://developer.myconstellation.io/?p=3279#comment-160</guid>

					<description><![CDATA[Bonjour Sébastien,

&#160;

J&#039;ai remarqué qu&#039;il était possible d&#039;avoir l&#039;indice UV dans l&#039;api de dark Sky.

Serait-il possible de l&#039;ajouter dans le SO constellation?

&#160;

Merci d&#039;avance]]></description>
			<content:encoded><![CDATA[<p>Bonjour Sébastien,</p>
<p>&nbsp;</p>
<p>J&rsquo;ai remarqué qu&rsquo;il était possible d&rsquo;avoir l&rsquo;indice UV dans l&rsquo;api de dark Sky.</p>
<p>Serait-il possible de l&rsquo;ajouter dans le SO constellation?</p>
<p>&nbsp;</p>
<p>Merci d&rsquo;avance</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Par : Jex2512		</title>
		<link>https://developer.myconstellation.io/package-library/forecastio/#comment-159</link>

		<dc:creator><![CDATA[Jex2512]]></dc:creator>
		<pubDate>Wed, 31 Jan 2018 18:25:56 +0000</pubDate>
		<guid isPermaLink="false">https://developer.myconstellation.io/?p=3279#comment-159</guid>

					<description><![CDATA[Bonjour,

Nouvel utilisateur depuis peu sur Constellation, je souhaite récupérer la météo locale dans mon package WPF C#.

Après avoir déclaré l&#039;abonnement au stateObject suivant :
&lt;pre class=&quot;lang:c# decode:true &quot;&gt;[StateObjectLink(&quot;PCCONSTELLATION&quot;, &quot;ForecastIO&quot;, &quot;Quibou&quot;)]
public StateObjectNotifier ForecastIO_Quibou { get; set; }&lt;/pre&gt;
je n&#039;arrive pas à récupérer les informations de ce dernier pour les binder sur mon TextBlock :
&lt;pre class=&quot;lang:default decode:true &quot;&gt;&#060;TextBlock x:Name=&quot;Quibou&quot;
                        Margin=&quot;0,578,82,0&quot; VerticalAlignment=&quot;Top&quot;
                        Style=&quot;{StaticResource MaterialDesignBody2TextBlock}&quot; FontSize=&quot;20&quot; Height=&quot;61&quot; 
                        Text=&quot;{Binding ForecastIO_Quibou.Value.DynamicValue.Latitude}&quot; TextAlignment=&quot;Left&quot; HorizontalAlignment=&quot;Right&quot; Width=&quot;176&quot;/&#062;&lt;/pre&gt;
Pour mon premier test je souhaite récupérer la latitude, mais je ne sais pas quoi saisir comme adresse de binding... Je sais que les données récupérées sont du type &quot;&lt;a&gt;ForecastIO.ForecastIOResponse&quot; mais en vain.&lt;/a&gt;

Merci

Cordialement]]></description>
			<content:encoded><![CDATA[<p>Bonjour,</p>
<p>Nouvel utilisateur depuis peu sur Constellation, je souhaite récupérer la météo locale dans mon package WPF C#.</p>
<p>Après avoir déclaré l&rsquo;abonnement au stateObject suivant :</p><!-- Crayon Syntax Highlighter v_2.7.2_beta -->

		<div id="crayon-69707ee5cb388878337253" class="crayon-syntax crayon-theme-classic crayon-font-monaco crayon-os-mac print-yes notranslate" data-settings=" minimize scroll-mouseover" style=" margin-top: 12px; margin-bottom: 12px; font-size: 12px !important; line-height: 15px !important;">
		
			<div class="crayon-toolbar" data-settings=" show" style="font-size: 12px !important;height: 18px !important; line-height: 18px !important;"><span class="crayon-title"></span>
			<div class="crayon-tools" style="font-size: 12px !important;height: 18px !important; line-height: 18px !important;"><div class="crayon-button crayon-nums-button" title="Afficher/cacher numéros de lignes"><div class="crayon-button-icon"></div></div><div class="crayon-button crayon-plain-button" title="Basculer vers code brut"><div class="crayon-button-icon"></div></div><div class="crayon-button crayon-wrap-button" title="Toggle Line Wrap"><div class="crayon-button-icon"></div></div><div class="crayon-button crayon-expand-button" title="Expand Code"><div class="crayon-button-icon"></div></div><div class="crayon-button crayon-copy-button" title="Copy"><div class="crayon-button-icon"></div></div><div class="crayon-button crayon-popup-button" title="Ouvrir le code dans une nouvelle fenêtre"><div class="crayon-button-icon"></div></div><span class="crayon-language">C#</span></div></div>
			<div class="crayon-info" style="min-height: 16.8px !important; line-height: 16.8px !important;"></div>
			<div class="crayon-plain-wrap"><textarea wrap="soft" class="crayon-plain print-no" data-settings="dblclick" readonly style="-moz-tab-size:4; -o-tab-size:4; -webkit-tab-size:4; tab-size:4; font-size: 12px !important; line-height: 15px !important;">
[StateObjectLink("PCCONSTELLATION", "ForecastIO", "Quibou")]
public StateObjectNotifier ForecastIO_Quibou { get; set; }</textarea></div>
			<div class="crayon-main" style="">
				<table class="crayon-table">
					<tr class="crayon-row">
				<td class="crayon-nums " data-settings="show">
					<div class="crayon-nums-content" style="font-size: 12px !important; line-height: 15px !important;"><div class="crayon-num" data-line="crayon-69707ee5cb388878337253-1">1</div><div class="crayon-num crayon-striped-num" data-line="crayon-69707ee5cb388878337253-2">2</div></div>
				</td>
						<td class="crayon-code"><div class="crayon-pre" style="font-size: 12px !important; line-height: 15px !important; -moz-tab-size:4; -o-tab-size:4; -webkit-tab-size:4; tab-size:4;"><div class="crayon-line" id="crayon-69707ee5cb388878337253-1"><span class="crayon-sy">[</span><span class="crayon-e">StateObjectLink</span><span class="crayon-sy">(</span><span class="crayon-s">"PCCONSTELLATION"</span><span class="crayon-sy">,</span><span class="crayon-h"> </span><span class="crayon-s">"ForecastIO"</span><span class="crayon-sy">,</span><span class="crayon-h"> </span><span class="crayon-s">"Quibou"</span><span class="crayon-sy">)</span><span class="crayon-sy">]</span></div><div class="crayon-line crayon-striped-line" id="crayon-69707ee5cb388878337253-2"><span class="crayon-m">public</span><span class="crayon-h"> </span><span class="crayon-e">StateObjectNotifier</span><span class="crayon-h"> </span><span class="crayon-e">ForecastIO_Quibou</span><span class="crayon-h"> </span><span class="crayon-sy">{</span><span class="crayon-h"> </span><span class="crayon-st">get</span><span class="crayon-sy">;</span><span class="crayon-h"> </span><span class="crayon-st">set</span><span class="crayon-sy">;</span><span class="crayon-h"> </span><span class="crayon-sy">}</span></div></div></td>
					</tr>
				</table>
			</div>
		</div>
<!-- [Format Time: 0.0002 seconds] -->
<p>je n&rsquo;arrive pas à récupérer les informations de ce dernier pour les binder sur mon TextBlock :</p><!-- Crayon Syntax Highlighter v_2.7.2_beta -->

		<div id="crayon-69707ee5cb38e958143417" class="crayon-syntax crayon-theme-classic crayon-font-monaco crayon-os-mac print-yes notranslate" data-settings=" minimize scroll-mouseover" style=" margin-top: 12px; margin-bottom: 12px; font-size: 12px !important; line-height: 15px !important;">
		
			<div class="crayon-toolbar" data-settings=" show" style="font-size: 12px !important;height: 18px !important; line-height: 18px !important;"><span class="crayon-title"></span>
			<div class="crayon-tools" style="font-size: 12px !important;height: 18px !important; line-height: 18px !important;"><div class="crayon-button crayon-nums-button" title="Afficher/cacher numéros de lignes"><div class="crayon-button-icon"></div></div><div class="crayon-button crayon-plain-button" title="Basculer vers code brut"><div class="crayon-button-icon"></div></div><div class="crayon-button crayon-wrap-button" title="Toggle Line Wrap"><div class="crayon-button-icon"></div></div><div class="crayon-button crayon-expand-button" title="Expand Code"><div class="crayon-button-icon"></div></div><div class="crayon-button crayon-copy-button" title="Copy"><div class="crayon-button-icon"></div></div><div class="crayon-button crayon-popup-button" title="Ouvrir le code dans une nouvelle fenêtre"><div class="crayon-button-icon"></div></div></div></div>
			<div class="crayon-info" style="min-height: 16.8px !important; line-height: 16.8px !important;"></div>
			<div class="crayon-plain-wrap"><textarea wrap="soft" class="crayon-plain print-no" data-settings="dblclick" readonly style="-moz-tab-size:4; -o-tab-size:4; -webkit-tab-size:4; tab-size:4; font-size: 12px !important; line-height: 15px !important;">
&lt;TextBlock x:Name="Quibou"
                        Margin="0,578,82,0" VerticalAlignment="Top"
                        Style="{StaticResource MaterialDesignBody2TextBlock}" FontSize="20" Height="61" 
                        Text="{Binding ForecastIO_Quibou.Value.DynamicValue.Latitude}" TextAlignment="Left" HorizontalAlignment="Right" Width="176"/&gt;</textarea></div>
			<div class="crayon-main" style="">
				<table class="crayon-table">
					<tr class="crayon-row">
				<td class="crayon-nums " data-settings="show">
					<div class="crayon-nums-content" style="font-size: 12px !important; line-height: 15px !important;"><div class="crayon-num" data-line="crayon-69707ee5cb38e958143417-1">1</div><div class="crayon-num crayon-striped-num" data-line="crayon-69707ee5cb38e958143417-2">2</div><div class="crayon-num" data-line="crayon-69707ee5cb38e958143417-3">3</div><div class="crayon-num crayon-striped-num" data-line="crayon-69707ee5cb38e958143417-4">4</div></div>
				</td>
						<td class="crayon-code"><div class="crayon-pre" style="font-size: 12px !important; line-height: 15px !important; -moz-tab-size:4; -o-tab-size:4; -webkit-tab-size:4; tab-size:4;"><div class="crayon-line" id="crayon-69707ee5cb38e958143417-1"><span class="crayon-h">&lt;</span><span class="crayon-i">TextBlock</span><span class="crayon-h"> </span><span class="crayon-i">x</span><span class="crayon-sy">:</span><span class="crayon-i">Name</span>=<span class="crayon-s">"Quibou"</span></div><div class="crayon-line crayon-striped-line" id="crayon-69707ee5cb38e958143417-2"><span class="crayon-h">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="crayon-i">Margin</span>=<span class="crayon-s">"0,578,82,0"</span><span class="crayon-h"> </span><span class="crayon-i">VerticalAlignment</span>=<span class="crayon-s">"Top"</span></div><div class="crayon-line" id="crayon-69707ee5cb38e958143417-3"><span class="crayon-h">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="crayon-i">Style</span>=<span class="crayon-s">"{StaticResource MaterialDesignBody2TextBlock}"</span><span class="crayon-h"> </span><span class="crayon-i">FontSize</span>=<span class="crayon-s">"20"</span><span class="crayon-h"> </span><span class="crayon-i">Height</span>=<span class="crayon-s">"61"</span><span class="crayon-h"> </span></div><div class="crayon-line crayon-striped-line" id="crayon-69707ee5cb38e958143417-4"><span class="crayon-h">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="crayon-i">Text</span>=<span class="crayon-s">"{Binding ForecastIO_Quibou.Value.DynamicValue.Latitude}"</span><span class="crayon-h"> </span><span class="crayon-i">TextAlignment</span>=<span class="crayon-s">"Left"</span><span class="crayon-h"> </span><span class="crayon-i">HorizontalAlignment</span>=<span class="crayon-s">"Right"</span><span class="crayon-h"> </span><span class="crayon-i">Width</span>=<span class="crayon-s">"176"</span>/<span class="crayon-h">&gt;</span></div></div></td>
					</tr>
				</table>
			</div>
		</div>
<!-- [Format Time: 0.0002 seconds] -->
<p>Pour mon premier test je souhaite récupérer la latitude, mais je ne sais pas quoi saisir comme adresse de binding&#8230; Je sais que les données récupérées sont du type « <a>ForecastIO.ForecastIOResponse » mais en vain.</a></p>
<p>Merci</p>
<p>Cordialement</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Par : marmoul 70		</title>
		<link>https://developer.myconstellation.io/package-library/forecastio/#comment-73</link>

		<dc:creator><![CDATA[marmoul 70]]></dc:creator>
		<pubDate>Wed, 21 Dec 2016 18:56:09 +0000</pubDate>
		<guid isPermaLink="false">https://developer.myconstellation.io/?p=3279#comment-73</guid>

					<description><![CDATA[Bonjour,

Mise à jour faite à l&#039;instant et c&#039;est fonctionnel!!

Un grand merci et bravo]]></description>
			<content:encoded><![CDATA[<p>Bonjour,</p>
<p>Mise à jour faite à l&rsquo;instant et c&rsquo;est fonctionnel!!</p>
<p>Un grand merci et bravo</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Par : Sebastien Warin		</title>
		<link>https://developer.myconstellation.io/package-library/forecastio/#comment-72</link>

		<dc:creator><![CDATA[Sebastien Warin]]></dc:creator>
		<pubDate>Wed, 21 Dec 2016 16:51:16 +0000</pubDate>
		<guid isPermaLink="false">https://developer.myconstellation.io/?p=3279#comment-72</guid>

					<description><![CDATA[Bonjour,

Le package vient d&#039;être mis à jour dans la catalogue en version 1.2 ! Vous devrez avoir une notification dans votre console Constellation pour procéder à sa mise à jour !

Vous pouvez maintenant rajouter dans la configuration du setting l&#039;attribut &quot;language&quot; à &quot;fr&quot; comme ceci :
&lt;pre class=&quot;lang:xhtml decode:true &quot;&gt;&#060;forecastIOConfigurationSection xmlns=&quot;urn:ForecastIO&quot; apiKey=&quot;xxxxxxxxxxxxxxxxx&quot; language=&quot;fr&quot;&#062;&lt;/pre&gt;
Bien à vous,]]></description>
			<content:encoded><![CDATA[<p>Bonjour,</p>
<p>Le package vient d&rsquo;être mis à jour dans la catalogue en version 1.2 ! Vous devrez avoir une notification dans votre console Constellation pour procéder à sa mise à jour !</p>
<p>Vous pouvez maintenant rajouter dans la configuration du setting l&rsquo;attribut « language » à « fr » comme ceci :</p><!-- Crayon Syntax Highlighter v_2.7.2_beta -->

		<div id="crayon-69707ee5cb424252957947" class="crayon-syntax crayon-theme-classic crayon-font-monaco crayon-os-mac print-yes notranslate" data-settings=" minimize scroll-mouseover" style=" margin-top: 12px; margin-bottom: 12px; font-size: 12px !important; line-height: 15px !important;">
		
			<div class="crayon-toolbar" data-settings=" show" style="font-size: 12px !important;height: 18px !important; line-height: 18px !important;"><span class="crayon-title"></span>
			<div class="crayon-tools" style="font-size: 12px !important;height: 18px !important; line-height: 18px !important;"><div class="crayon-button crayon-nums-button" title="Afficher/cacher numéros de lignes"><div class="crayon-button-icon"></div></div><div class="crayon-button crayon-plain-button" title="Basculer vers code brut"><div class="crayon-button-icon"></div></div><div class="crayon-button crayon-wrap-button" title="Toggle Line Wrap"><div class="crayon-button-icon"></div></div><div class="crayon-button crayon-expand-button" title="Expand Code"><div class="crayon-button-icon"></div></div><div class="crayon-button crayon-copy-button" title="Copy"><div class="crayon-button-icon"></div></div><div class="crayon-button crayon-popup-button" title="Ouvrir le code dans une nouvelle fenêtre"><div class="crayon-button-icon"></div></div><span class="crayon-language">XHTML</span></div></div>
			<div class="crayon-info" style="min-height: 16.8px !important; line-height: 16.8px !important;"></div>
			<div class="crayon-plain-wrap"><textarea wrap="soft" class="crayon-plain print-no" data-settings="dblclick" readonly style="-moz-tab-size:4; -o-tab-size:4; -webkit-tab-size:4; tab-size:4; font-size: 12px !important; line-height: 15px !important;">
&lt;forecastIOConfigurationSection xmlns="urn:ForecastIO" apiKey="xxxxxxxxxxxxxxxxx" language="fr"&gt;</textarea></div>
			<div class="crayon-main" style="">
				<table class="crayon-table">
					<tr class="crayon-row">
				<td class="crayon-nums " data-settings="show">
					<div class="crayon-nums-content" style="font-size: 12px !important; line-height: 15px !important;"><div class="crayon-num" data-line="crayon-69707ee5cb424252957947-1">1</div></div>
				</td>
						<td class="crayon-code"><div class="crayon-pre" style="font-size: 12px !important; line-height: 15px !important; -moz-tab-size:4; -o-tab-size:4; -webkit-tab-size:4; tab-size:4;"><div class="crayon-line" id="crayon-69707ee5cb424252957947-1"><span class="crayon-r ">&lt;forecastIOConfigurationSection </span><span class="crayon-e ">xmlns</span>=<span class="crayon-s ">"urn:ForecastIO"</span><span class="crayon-h"> </span><span class="crayon-e ">apiKey</span>=<span class="crayon-s ">"xxxxxxxxxxxxxxxxx"</span><span class="crayon-h"> </span><span class="crayon-e ">language</span>=<span class="crayon-s ">"fr"</span><span class="crayon-r ">&gt;</span></div></div></td>
					</tr>
				</table>
			</div>
		</div>
<!-- [Format Time: 0.0001 seconds] -->
<p>Bien à vous,</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Par : marmoul 70		</title>
		<link>https://developer.myconstellation.io/package-library/forecastio/#comment-70</link>

		<dc:creator><![CDATA[marmoul 70]]></dc:creator>
		<pubDate>Sun, 18 Dec 2016 12:49:14 +0000</pubDate>
		<guid isPermaLink="false">https://developer.myconstellation.io/?p=3279#comment-70</guid>

					<description><![CDATA[Bonjour,

je viens d&#039;installer ce package et sa fonctionne nickel.

J&#039;ai remarqué quand dans l&#039;api il était possible de choisir la langue. C&#039;est possible également dans les setting du package ?

merci :)]]></description>
			<content:encoded><![CDATA[<p>Bonjour,</p>
<p>je viens d&rsquo;installer ce package et sa fonctionne nickel.</p>
<p>J&rsquo;ai remarqué quand dans l&rsquo;api il était possible de choisir la langue. C&rsquo;est possible également dans les setting du package ?</p>
<p>merci 🙂</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Mise en cache de page à l’aide de Disk: Enhanced 

Served from: developer.myconstellation.io @ 2026-01-21 08:23:17 by W3 Total Cache
-->