iOS Shortcuts #300
Replies: 13 comments 22 replies
-
Thanks for sharing, @kejadlen! I didn’t know you could do form POST operations like this with Shortcuts… it would be nice to have a full set of functionality available for this. I’ll probably play around with adding more at some point. |
Beta Was this translation helpful? Give feedback.
-
See also #388. I haven't had time look in to bringing together more of these lately but I would like to. |
Beta Was this translation helpful? Give feedback.
-
I also improved upon @kejadlen Diaper Change by adding a question about 💩 color if Solid 💩 is selected by the user. |
Beta Was this translation helpful? Give feedback.
-
For stop baby buddy I had to add “/“ at the end of the post messages for the APIs to get it to work. I also had to remove the s from HTTPS but that’s on me :) |
Beta Was this translation helpful? Give feedback.
-
Has anyone tried using the Add Diaper Change (with color support) or Add Feeding via the Apple Watch? I keep getting an error that says “Conversion Error - Get Dictionary Value failed because Shortcuts couldn’t convert Text to Dictionary.” |
Beta Was this translation helpful? Give feedback.
-
Hi guys, great work. Could the "Add feeding" shortcut set the start time at the moment shortcut is started, and end time at time when shortcut is finalized ? Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi guys, I played a bit more with the Shortcuts App and got two new shortcuts if anyone wants to try them. They work differently as they are Here they are :
|
Beta Was this translation helpful? Give feedback.
-
anyone has issues with apple watch? It only happens when including solids |
Beta Was this translation helpful? Give feedback.
-
@kejadlen , here’s a shortcut to add a pumping session: https://www.icloud.com/shortcuts/d1df7a99a90c413a983f81abf2cd5673 |
Beta Was this translation helpful? Give feedback.
-
I've further built upon @a-camacho 's Toggle Feeding skill here: https://www.icloud.com/shortcuts/6a38e5c7f5e04690afb50fe7cbd8957f (updated on 2/14 14:29 to fix a time bug) The updated shortcut removes the "Start/Stop" menu in favor of checking if the previous feeding was complete. If not, it wraps up the previous feeding and adds an updated end time to it. If the previous feeding is complete, then it starts a new one, asking for feeding type and method. This eliminates 1 button click every time its used. Additionally, it is now smart about asking about what kind of food is being used. For instance, if delivery method is through left/right/both breasts, then we know that the food is breast milk, so it skips that menu, saving 1 click. If delivery method is a bottle, we know the only options are breast milk/fortified/formula. Solid foods won't be delivered though a bottle. Likewise, if parent/self fed then we know we are only doing solids or solid foods. This saves at least 1 more click. Finally, when wrapping up, it will ask how much food was consumed, either mL or grams. However, if we're delivering through breasts, theres no way to know how much food was consumed, so it skips that and fills in zero. In total, it can reduce the number of clicks per feeding by almost half when the conditions are right. |
Beta Was this translation helpful? Give feedback.
-
I’ve made some changes to @lenaxia's shortcut that just made sense to me.
I did also fix a couple of functional issues I had:
The shortcut is here: https://www.icloud.com/shortcuts/0afd187e87d846b4999f230b4bf66c77 A quick note that I’d like to mention because it would be easy to miss: feedings can be started and stopped from two (or more) separate devices. Which means you can start a feeding from your phone, and your partner can stop it from their phone! This is because of the (brilliant) way @a-camacho uses to start/stop the feeding by setting the duration to 0 at start, and then checking for a 0 duration the next time the shortcut is run. |
Beta Was this translation helpful? Give feedback.
-
Hi, is there a way to add your app functionality to the rabbit r1? |
Beta Was this translation helpful? Give feedback.
-
Hi! This is my first time sharing a shortcut, so if it turns out horrible I apologize in advance! I made some additions to the "Add a Feeding" shortcut from @SpeakingOfBrad as a prep for my baby to be born in November. Some changes are practical, others were just personal preference. Here are my changes: Breast / Bottle Feeding Changes
Solid Food Changes, these are mostly personal preference
Miscellaneous
I'm thinking of adding a tag for "nighttime feeding" or something similar that will be auto-added, but we'll see. You may hear from me again soon. Here ya go! https://www.icloud.com/shortcuts/fbeb22ad5a284aa9a4e8aaee33314df3 |
Beta Was this translation helpful? Give feedback.
-
A few basic iOS shortcuts that can be used as templates if other people want to use Siri to add diaper changes and start/stop timers. I’ve only implemented the functionality I need, but putting them here for now so other people can pull them down and configure it for their own needs.
Beta Was this translation helpful? Give feedback.
All reactions