Warning
This is still a work-in-progress, only the current page is implemented and a lot of functions are still missing, please report any bugs you find to us on the Issues tab above!
An open-source weather app for Windows Phone 8.1 that recreates the look of Bing Weather.
This app uses the OpenWeatherMap API to fetch weather information, which means you need to provide your own API key.

This teaches you how to get an OpenWeatherMap API key, I'm using Firefox for this tutorial so your stuff may vary.
- Visit the OpenWeatherMap website on your browser
- Open DevTools (F12 on Firefox) and go to the 'Network' tab
- Filter by 'XHR' requests and refresh the page
- You should now see fewer requests
- Copy the one that starts with
https://api.openweathermap.org/data/2.5/onecall
- You can copy it by right clicking on it, hovering over 'Copy Value' then 'Copy URL'
- You should see a part like
&appid={AppID}
at the end of the URL, copy the {AppID} value Congratulations! You now have an OpenWeatherMap API key.
- A setup screen for configuring Metrosun
- Fetching weather data from OpenWeatherMap
- Refreshing weather data from OpenWeatherMap
- The rest of the pages that have 'Coming soon!' on them
- Live tile support (Similar to Bing Weather)
- Adding extra locations
- Finding your current location
- Searching for locations
- Prognoza: The weather backgrounds used in Metrosun
- Kierownik223, timthewarriror_: Testing the application early