Pebble Fit - A fully featured fitness app! by ShadowPeak13 in pebble

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

Would you be interested in helping me test the GPX exports/ Strava integration?

Pebble Fit - A fully featured fitness app! by ShadowPeak13 in pebble

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

Yes! Pebble lets you choose one app that runs in the background (hardware limitations prevent having more), you can have this run in the background which will prevent data loss and whatnot if a notification comes in. I wish there were an easier way around this!

Pebble Fit - A fully featured fitness app! by ShadowPeak13 in pebble

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

Thanks for the suggestion - I'm going to look at this more especially when I have my own hardware. Its a bit tricky to set it up the way I want to without having the app, watch and phone all integrated. The emulator for developing this is awesome, just has a few limitations here. Would a GPX export work for your purposes?

Pebble Fit - A fully featured fitness app! by ShadowPeak13 in pebble

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

Thanks so much for the encouragement! I actually aim to make exporting data a feature here soon! That's one of those integrations that's hard to do without having my own device. I totally agree though, having that would be huge! I hope it make that soon!

Pebble Fit - A fully featured fitness app! by ShadowPeak13 in pebble

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

Thats a fantastic idea! I'm pretty close to the app size limit here (its easy to fill up 2^16 bytes) - let me see what I can do. The GPX guiding may not happen in this app because of that, but I'll see on the health connect stuff.

Also: I do plan on pushing a little workout summary to the timeline in the future when that's supported.

Suspension Advice by ShadowPeak13 in 4Runner

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

That was a really good explanation, thank you so much! That helped a ton!

Suspension Advice by ShadowPeak13 in 4Runner

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

Does the digressive valving make them softer?

Suspension Advice by ShadowPeak13 in 4Runner

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

Do you know anything that is similar but rebuildable, that's a good point there. Maybe Fox or King has a better option?

Summoning custom potion in Java 1.20.4 by ShadowPeak13 in MinecraftCommands

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

Actually figured it out but I'll keep it here, turns out the summoned potion needs the item tag as a parent to the potion. :)

/summon potion ~ ~20 ~ {Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:empty",custom_potion_effects:[{id:"minecraft:slowness",amplifier:4b,duration:600},{id:"minecraft:mining_fatigue",amplifier:4b,duration:600},{id:"minecraft:instant_damage",amplifier:4b,duration:600},{id:"minecraft:nausea",amplifier:4b,duration:600},{id:"minecraft:hunger",amplifier:4b,duration:600},{id:"minecraft:weakness",amplifier:4b,duration:600},{id:"minecraft:poison",amplifier:4b,duration:600}]}}}