<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Weather Clock Dash</title>
    <description>The latest articles on DEV Community by Weather Clock Dash (@wclockdash).</description>
    <link>https://dev.to/wclockdash</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3918834%2F1f371f52-8742-42c5-9426-6dde9814b0aa.png</url>
      <title>DEV Community: Weather Clock Dash</title>
      <link>https://dev.to/wclockdash</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wclockdash"/>
    <language>en</language>
    <item>
      <title>I Built a Free Firefox New Tab Extension with Live Weather and World Clocks</title>
      <dc:creator>Weather Clock Dash</dc:creator>
      <pubDate>Thu, 07 May 2026 22:50:13 +0000</pubDate>
      <link>https://dev.to/wclockdash/i-built-a-free-firefox-new-tab-extension-with-live-weather-and-world-clocks-2bp1</link>
      <guid>https://dev.to/wclockdash/i-built-a-free-firefox-new-tab-extension-with-live-weather-and-world-clocks-2bp1</guid>
      <description>&lt;p&gt;I spent a few weekends building a Firefox browser extension because I was tired of my new tab page doing absolutely nothing useful.&lt;/p&gt;

&lt;p&gt;The result: &lt;strong&gt;Weather &amp;amp; Clock Dashboard&lt;/strong&gt; — a replacement new tab that shows live weather, a 3-day forecast, and clocks for any cities you care about.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Live weather&lt;/strong&gt;: Current conditions with temperature, humidity, and feels-like for your location&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;3-day forecast&lt;/strong&gt;: See what's coming so you can actually plan your day&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;World clocks&lt;/strong&gt;: Multiple cities displayed in real time — great for remote teams across time zones&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Search bar&lt;/strong&gt;: Quick search without switching tabs&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dark/light mode&lt;/strong&gt;: Respects your preference, toggles with one click&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;I was using Firefox's default new tab (tiles of recent sites). It told me nothing useful at a glance.&lt;/p&gt;

&lt;p&gt;I wanted something that answered "should I bring an umbrella?" and "is my colleague in London even awake yet?" in under a second, without switching apps.&lt;/p&gt;

&lt;h2&gt;
  
  
  The tech (refreshingly simple)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Pure HTML, CSS, and vanilla JavaScript — no framework, no npm, no webpack&lt;/li&gt;
&lt;li&gt;Uses &lt;a href="https://open-meteo.com/" rel="noopener noreferrer"&gt;Open-Meteo&lt;/a&gt; for weather (free API, no key required)&lt;/li&gt;
&lt;li&gt;All data stays local — no servers, no accounts, no tracking&lt;/li&gt;
&lt;li&gt;MIT licensed and fully open source&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The entire extension is about 300 lines of JavaScript. Sometimes the best solution is the simplest one.&lt;/p&gt;

&lt;h2&gt;
  
  
  Install it
&lt;/h2&gt;

&lt;p&gt;→ &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/weather-clock-dashboard/" rel="noopener noreferrer"&gt;Weather &amp;amp; Clock Dashboard on Firefox Add-ons&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Free, takes 10 seconds to install, no account required.&lt;/p&gt;

&lt;h2&gt;
  
  
  Also: Quick Calculator
&lt;/h2&gt;

&lt;p&gt;I also published &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/quick-calculator-unit-converte/" rel="noopener noreferrer"&gt;Quick Calculator &amp;amp; Unit Converter&lt;/a&gt; — a sidebar calculator that handles unit conversions (km ↔ miles, Celsius ↔ Fahrenheit, etc.). Same approach: useful, fast, zero setup.&lt;/p&gt;




&lt;p&gt;Happy to take questions or feedback. What does your current new tab setup look like?&lt;/p&gt;

</description>
      <category>firefox</category>
      <category>opensource</category>
      <category>productivity</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
