<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Fun Community Builders by Sigli Mumuni</title>
      <link>https://padlet.com/mumunisigli/ho7eohr8bhjg1l94</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2025-09-26 00:00:13 UTC</pubDate>
      <lastBuildDate>2025-09-26 00:04:00 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-uploads-usc1.storage.googleapis.com/4446054556/db4c703657f3de76b136d6b589cd644c/padlet_crane_logo.png</url>
      </image>
      <item>
         <title>Code and URLs</title>
         <author>mumunisigli</author>
         <link>https://padlet.com/mumunisigli/ho7eohr8bhjg1l94/wish/3604743042</link>
         <description><![CDATA[<p><strong>// Get the current time to create a cycle</strong></p><p><strong>let now = new Date();</strong></p><p><strong>let seconds = now.getSeconds();</strong></p><p><br></p><p><strong>// Create a base moisture level that follows a sine wave (like a daily cycle)</strong></p><p><strong>// The value will oscillate between 40 and 60</strong></p><p><strong>let baseMoisture = 50 + 10 <em> Math.sin(seconds </em> 2 * Math.PI / 60);</strong></p><p><br></p><p><strong>// Add some random "noise" to make it more realistic (+/- 2.5)</strong></p><p><strong>let noise = (Math.random() * 5) - 2.5;</strong></p><p><strong>let finalMoisture = baseMoisture + noise</strong></p><p><br></p><p><strong>// Set the message payload to our final value, formatted to 2 decimal places</strong></p><p><strong>msg.payload = parseFloat(finalMoisture.toFixed(2));</strong></p><p><strong>return msg;</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-09-26 00:01:20 UTC</pubDate>
         <guid>https://padlet.com/mumunisigli/ho7eohr8bhjg1l94/wish/3604743042</guid>
      </item>
   </channel>
</rss>
