<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Uiflow HTTP request]]></title><description><![CDATA[<p dir="auto">Did anyone manage to make this new ui function work?</p>
]]></description><link>https://community.m5stack.com/topic/1345/uiflow-http-request</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 00:35:15 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1345.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Sep 2019 21:39:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Uiflow HTTP request on Thu, 20 Feb 2020 00:22:19 GMT]]></title><description><![CDATA[<p dir="auto">Thanks so much I totally overlooked the plus sign and I was searching for a block in the map blocks. I’m grateful for you answering my question.</p>
]]></description><link>https://community.m5stack.com/post/7484</link><guid isPermaLink="true">https://community.m5stack.com/post/7484</guid><dc:creator><![CDATA[jpilarski]]></dc:creator><pubDate>Thu, 20 Feb 2020 00:22:19 GMT</pubDate></item><item><title><![CDATA[Reply to Uiflow HTTP request on Wed, 19 Feb 2020 22:24:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jpilarski" aria-label="Profile: jpilarski">@<bdi>jpilarski</bdi></a> said in <a href="/post/7472">Uiflow HTTP request</a>:</p>
<blockquote>
<p dir="auto">Where is the key value block, it no longer is in the map blocks. Can I please get an example of how to use one of the newer alternate blocks currently available.</p>
</blockquote>
<p dir="auto">Isn’t it here when you press the + button in the map?</p>
<p dir="auto"><img src="/assets/uploads/files/1582151077825-9c5f45e5-2b92-4e8a-8836-4408dbedcf79-resized.jpeg" alt="0_1582151075308_9C5F45E5-2B92-4E8A-8836-4408DBEDCF79.jpeg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/7483</link><guid isPermaLink="true">https://community.m5stack.com/post/7483</guid><dc:creator><![CDATA[world101]]></dc:creator><pubDate>Wed, 19 Feb 2020 22:24:44 GMT</pubDate></item><item><title><![CDATA[Reply to Uiflow HTTP request on Wed, 19 Feb 2020 07:06:21 GMT]]></title><description><![CDATA[<p dir="auto">Where is the key value block, it no longer is in the map blocks. Can I please get an example of how to use one of the newer alternate blocks currently available.</p>
]]></description><link>https://community.m5stack.com/post/7472</link><guid isPermaLink="true">https://community.m5stack.com/post/7472</guid><dc:creator><![CDATA[jpilarski]]></dc:creator><pubDate>Wed, 19 Feb 2020 07:06:21 GMT</pubDate></item><item><title><![CDATA[Reply to Uiflow HTTP request on Wed, 09 Oct 2019 05:41:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lukasmaximus" aria-label="Profile: lukasmaximus">@<bdi>lukasmaximus</bdi></a> This worked! thanks!</p>
]]></description><link>https://community.m5stack.com/post/5881</link><guid isPermaLink="true">https://community.m5stack.com/post/5881</guid><dc:creator><![CDATA[rupin.chheda]]></dc:creator><pubDate>Wed, 09 Oct 2019 05:41:44 GMT</pubDate></item><item><title><![CDATA[Reply to Uiflow HTTP request on Tue, 08 Oct 2019 11:49:52 GMT]]></title><description><![CDATA[<p dir="auto">With https it's not just with http!<br />
Use this solution for now</p>
<pre><code>  url = str(settings.Gateway.replace("https", "http")) #Es darf nur http genutzt werden kein https
  res3 = urequests.get(url)
</code></pre>
]]></description><link>https://community.m5stack.com/post/5876</link><guid isPermaLink="true">https://community.m5stack.com/post/5876</guid><dc:creator><![CDATA[Wolli01]]></dc:creator><pubDate>Tue, 08 Oct 2019 11:49:52 GMT</pubDate></item><item><title><![CDATA[Reply to Uiflow HTTP request on Tue, 08 Oct 2019 11:15:14 GMT]]></title><description><![CDATA[<p dir="auto">@rupin-chheda It works fine for me after downloading. I think it could be that when running a downloaded program it doesn't auto connect to the wifi, so you have to use the network blocks to setup your wifi, heres my example:</p>
<p dir="auto"><img src="/assets/uploads/files/1570533306431-screen-shot-2019-10-08-at-12.13.33.png" alt="0_1570533301433_Screen Shot 2019-10-08 at 12.13.33.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/5873</link><guid isPermaLink="true">https://community.m5stack.com/post/5873</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Tue, 08 Oct 2019 11:15:14 GMT</pubDate></item><item><title><![CDATA[Reply to Uiflow HTTP request on Sat, 05 Oct 2019 06:12:52 GMT]]></title><description><![CDATA[<p dir="auto">Yes, Kind of. But there is weird Behaviour.<br />
I used the following simple block</p>
<p dir="auto"><img src="/assets/uploads/files/1570255791994-d78f81f7-e728-4887-9a6d-3f4ae5163d4f-image.png" alt="0_1570255790792_d78f81f7-e728-4887-9a6d-3f4ae5163d4f-image.png" class=" img-fluid img-markdown" /> ![alt text](image url)</p>
<p dir="auto">When I run the program using the play button on UIFlow, I get the text "Ok" printed on the LCD.</p>
<p dir="auto">I get excited and I download the code into the Device, and I get to see the text " Not OK"</p>
<p dir="auto">The Python Error I get is  "list index out of range"</p>
<p dir="auto">Here is my modified code<br />
from m5stack import *<br />
from m5ui import *<br />
from uiflow import *<br />
import urequests</p>
<p dir="auto">setScreenColor(0x222222)</p>
<p dir="auto">label0 = M5TextBox(40, 93, "Text", lcd.FONT_Default,0xFFFFFF, rotate=0)</p>
<p dir="auto">try:<br />
req = urequests.request(method='GET', url='<a href="https://api.thingspeak.com/apps/thinghttp/send_request?api_key=AAXWP1R39OHJW1U1" target="_blank" rel="noopener noreferrer nofollow ugc">https://api.thingspeak.com/apps/thinghttp/send_request?api_key=AAXWP1R39OHJW1U1</a>', headers={'Content-Type':'text/html'})<br />
lcd.print('ok', 0, 0, 0xffffff)<br />
except Exception as e:<br />
lcd.print('not ok', 0, 0, 0xffffff)<br />
label0.setText(str(e))</p>
]]></description><link>https://community.m5stack.com/post/5828</link><guid isPermaLink="true">https://community.m5stack.com/post/5828</guid><dc:creator><![CDATA[rupin.chheda]]></dc:creator><pubDate>Sat, 05 Oct 2019 06:12:52 GMT</pubDate></item><item><title><![CDATA[Reply to Uiflow HTTP request on Sat, 28 Sep 2019 08:07:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hetzer" aria-label="Profile: hetzer">@<bdi>hetzer</bdi></a> not yet, just seen the new functions that have been added</p>
]]></description><link>https://community.m5stack.com/post/5753</link><guid isPermaLink="true">https://community.m5stack.com/post/5753</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sat, 28 Sep 2019 08:07:15 GMT</pubDate></item></channel></rss>