<?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[&#x27;module&#x27; object has not attribute &#x27;ENV3&#x27;]]></title><description><![CDATA[<p dir="auto">I'm using UIFlow to read a temperature from the ENV3 hat connected to a StickC, but am consistently getting the above error on the screen. The code is:</p>
<p dir="auto">from m5stack import *<br />
from m5ui import *<br />
from uiflow import *<br />
import hat</p>
<p dir="auto">setScreenColor(0x111111)</p>
<p dir="auto">hat_env3_4 = hat.get(hat.ENV3)</p>
<p dir="auto">label0 = M5TextBox(16, 37, "label0", lcd.FONT_Default, 0xFFFFFF, rotate=0)</p>
<p dir="auto">while True:<br />
label0.setText(str(hat_env3_4.temperature))</p>
<p dir="auto">What can be causing this?</p>
]]></description><link>https://community.m5stack.com/topic/4504/module-object-has-not-attribute-env3</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 19:35:23 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4504.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 04 Aug 2022 22:34:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &#x27;module&#x27; object has not attribute &#x27;ENV3&#x27; on Fri, 05 Aug 2022 07:16:03 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/guymanuel" aria-label="Profile: guymanuel">@<bdi>guymanuel</bdi></a></p>
<p dir="auto">which UIFlow firmware version is installed on your M5StickC?</p>
<p dir="auto">One possible cause I know for this error is a too old UIFlow firmware version running on your M5StickC. I can provoke this error when I load UIFlow firmware version 1.7.5 onto my M5StickC. Newer UIFlow firmware versions seem to be ok.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/18198</link><guid isPermaLink="true">https://community.m5stack.com/post/18198</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 05 Aug 2022 07:16:03 GMT</pubDate></item></channel></rss>