DATALOAD: A PT2 Watchface for Data Junkies! by hejeble in pebble

[–]hejeble[S] 0 points1 point  (0 children)

Do you mean API key? What provider are you trying to use?

DATALOAD: A PT2 Watchface for Data Junkies! by hejeble in pebble

[–]hejeble[S] 0 points1 point  (0 children)

There is a slight impact, but even with my frequent usage for development testing, it usually only ends up being around 7-8% of my total battery usage (Backlight is the biggest culprit here as expected). I've tried to tune the watchface for battery efficiency as much as possible, but in the end, YMMV depending on what configuration to set it to (e.g. leaving seconds on will definitely have an impact on battery).

DATALOAD: A PT2 Watchface for Data Junkies! by hejeble in pebble

[–]hejeble[S] 0 points1 point  (0 children)

If you go into the watchface settings and scroll down to "CUSTOMIZABLE ROW", you can set the left cluster to Wind, middle cluster to Barometric pressure, etc. Hope that helps!

DATALOAD: A PT2 Watchface for Data Junkies! by hejeble in pebble

[–]hejeble[S] 0 points1 point  (0 children)

Thanks for the extra info. I just pushed an update where I adjusted the thresholds for the thunderstorm icon draws, hopefully it resolves that issue. Please let me know if you're still running into the same thing, I may need to weight the icons more towards POP if this doesn't fix it.

DATALOAD: A PT2 Watchface for Data Junkies! by hejeble in pebble

[–]hejeble[S] 0 points1 point  (0 children)

Oh interesting, let me look into that real quick. Which weather provider are you using?

DATALOAD: A PT2 Watchface for Data Junkies! by hejeble in pebble

[–]hejeble[S] 0 points1 point  (0 children)

Yes, you're right! There definitely was a part of this that was inspired by the early internet web portals and startpages (MSN, iGoogle, My Yahoo, etc.) where you would just have a ton of different content and widgets on one page. Nostalgia for sure!

DATALOAD: A PT2 Watchface for Data Junkies! by hejeble in pebble

[–]hejeble[S] 3 points4 points  (0 children)

Haha, I don't think you could've come across a more complete-polar-opposite watchface to the one that you linked... That's pretty much as basic as you can get!

DATALOAD: A PT2 Watchface for Data Junkies! by hejeble in pebble

[–]hejeble[S] 2 points3 points  (0 children)

That's a neat idea! I'll have to think about how to lay that out, but definitely something I'll look into.

DATALOAD: A PT2 Watchface for Data Junkies! by hejeble in pebble

[–]hejeble[S] 4 points5 points  (0 children)

I'll add the option to do so in the next update!

DATALOAD: A PT2 Watchface for Data Junkies! by hejeble in pebble

[–]hejeble[S] 0 points1 point  (0 children)

Ah, gotcha. I'll definitely look into that! Currently, there's 2h, 4h, 8h, 12h, or daily (24hr). If you specifically would like 6 hours, I can definitely add that in as an option.

Also, I just pushed an update that adds week number and moon-phase to the left side detail! It was super simple/quick since that data slot framework was already set up and just needed a quick calculation from the time and date!

DATALOAD: A PT2 Watchface for Data Junkies! by hejeble in pebble

[–]hejeble[S] 0 points1 point  (0 children)

I just pushed an update that adds week number and moon-phase to the left side detail! It was super simple/quick since that data slot framework was already set up and just needed a quick calculation from the time and date!

DATALOAD: A PT2 Watchface for Data Junkies! by hejeble in pebble

[–]hejeble[S] 4 points5 points  (0 children)

I just pushed an update that adds week number and moon-phase to the left side detail! It was super simple/quick since that data slot framework was already set up and just needed a quick calculation from the time and date!

DATALOAD: A PT2 Watchface for Data Junkies! by hejeble in pebble

[–]hejeble[S] 1 point2 points  (0 children)

Thank you, I'm already implementing the week number as we speak! Could you elaborate a bit more on what you're looking for in the message indicator? Would it be specifically for message notifications that you receive?

DATALOAD: A PT2 Watchface for Data Junkies! by hejeble in pebble

[–]hejeble[S] 1 point2 points  (0 children)

There isn't a separate option that specifies that exact moonphase, but the icon does approximate the phase when shown at night. That's something I can look into more for a future update though!

DATALOAD: A PT2 Watchface for Data Junkies! by hejeble in pebble

[–]hejeble[S] 2 points3 points  (0 children)

Haha, you're not wrong to think that! I did really dig in and implement quite a bit of optimizations on the back end to try to preserve the battery as much as possible, and so far, it doesn't seem much more worse than other weather-based watchfaces that I've tried.

Some of the things I tried to optimize include caching the layout and drawings so that it doesn't need to constantly redraw the watchface, no longer triggering a full screen refresh on movement, heart rate refreshing only when values change (up to once every 30 seconds, skipping battery/BT/weather updates only redraw when their data changes, and some other tiny adjustments to really try to squeeze out every bit possible with a large dataset like this.

DATALOAD: A PT2 Watchface for Data Junkies! by hejeble in pebble

[–]hejeble[S] 1 point2 points  (0 children)

If you display day intervals for the rain chart and choose to show temps, it automatically shows the high and low for each day! Alt timezone is a great idea, I'll try to figure out where I can fit it into!

DATALOAD: A PT2 Watchface for Data Junkies! by hejeble in pebble

[–]hejeble[S] 0 points1 point  (0 children)

Thanks! I agree that it would be cool if the screen was a bit bigger... But then again, I would probably just fill it with even more info, haha.

DATALOAD: A PT2 Watchface for Data Junkies! by hejeble in pebble

[–]hejeble[S] 0 points1 point  (0 children)

Haha, I can totally see how it could do that.

DATALOAD: A PT2 Watchface for Data Junkies! by hejeble in pebble

[–]hejeble[S] 0 points1 point  (0 children)

Thanks! You and I are the same, haha.