So I bought a 935 last week and, since I'm a developer, I wanted to build something. There were a couple of speed bumps along the way but I just got it published.
I made a widget inspired by the Weather Line iOS weather app that I really like.
It shows 9 hour forecast via temperature trend line. I also have semi-hourly icons show the exact condition and temperature.
Line turns blue if there's precipitation (rain, snow,…) and orange where there is none. Current conditions are shown in the bottom center.
It supports Celsius or Fahrenheit and 12 or 24 hour layout. Both are determined by watch settings. The data is very accurate it comes from Dark Sky that uses 19 different weather sources and machine learning algorithms.
So here it is: ForecastLine :cool:
And here's the source: https://github.com/mrfoto/ForecastLine
I'd love if you guys commented on it: what would you add, what would you change, what I did wrong, I'd love if someone suggested how to improve my code as well. As said, this is my first Monkey C project and I don't know what I'm doing :D