diff --git a/docs/old/2023-10-15.md b/docs/old/2023-10-15.md new file mode 100644 index 0000000..eace26b --- /dev/null +++ b/docs/old/2023-10-15.md @@ -0,0 +1,49 @@ +## Welcome to News from _Loop and Learn_ + +Published on 15 October 2023. + +## In this edition: + +* [Upcoming *Zoom* Sessions](#upcoming-zoom-sessions) +* [Reminder if you Build with Browser](#reminder-if-you-build-with-browser) +* [Helpful Links](#helpful-links) + +## Upcoming *Zoom* Sessions + +*Zoom* Sessions use this link: + +* [https://us06web.zoom.us/j/89085412738?pwd=eXpTN2M5V3M0TEVJQktmVldBTVRYUT09](https://us06web.zoom.us/j/89085412738?pwd=eXpTN2M5V3M0TEVJQktmVldBTVRYUT09) + +| Topic | Recorded? | Time | Date | +| - | - | - | - | +| _Loop_ Any Topic | no | 18:00 UTC | 19 Oct,
02 Nov,
16 Nov,
30 Nov | +| _iAPS_ Session: Dynamic ISF with Magnus & Theresa | yes | 17:00 UTC | 28 October | + +### Video Replay + +Did you miss this Special Session, 13 October 2023: **Little Loopers to T1D Titans: Moving Our Kids Towards T1D Independence**? + +* [Click for Video Replay](https://youtu.be/4RT_Czdu2vI) +* This featured a talk with Joe Donahue and Tina Hammer, parents of teen Loopers at various stages of independence + +Many sessions are recorded. The full list is found here: + +* Recorded sessions at [LOOP and LEARN YouTube Channel](https://www.youtube.com/c/loopandlearn) + +## Reminder if you Build with Browser + +When you build the *Loop* app using a browser, you must rebuild a minimum of every 90 days. If you fail to do this, you will see the message: **"Loop Beta has expired"** on your phone and will not be able to run _Loop_ until you build again. Remember that your pump will revert to running your scheduled basal rates within 30 minutes when the app is not available. + +You can go into the *Testflight* app on the phone and check how many days are left on your current build and then add a reminder in your calendar to rebuild before then. [Update with Browser](https://loopkit.github.io/loopdocs/gh-actions/gh-update/). + +If you are using the released version of the *Loop* app (`main`), consider adding the new customization that reports the *TestFlight* date. You will receive in-app reminders starting 20 days before expiration. Loop dev users are already benefitting from this feature. + +* [*TestFlight* Expiration (Browser Build, main only)](https://www.loopandlearn.org/custom-code/#tf-expire) + +## Helpful Links + +* [Subscribe](https://www.loopandlearn.org/newsletter-signup/) to get the Newsletter delivered to your email weekly. + * Some articles in the [original Newsletter](https://www.loopandlearn.org/2022/10/19/loop-and-learn-newsletter/) are not reproduced here +* [Check for Updates](https://www.loopandlearn.org/version-updates/) +* [Find a Loop-friendly Health Care Provider](https://www.loopandlearn.org/hcp-recommendations/) + diff --git a/mkdocs.yml b/mkdocs.yml index c1c4623..6607fd8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -94,6 +94,7 @@ use_directory_urls: !ENV [CHECK_BROKEN_LINKS, True] nav: - Current: 'index.md' - Older: + - '2023-10-15': 'old/2023-10-15.md' - '2023-10-08': 'old/2023-10-08.md' - '2023-10-01': 'old/2023-10-01.md' - '2023-09-24': 'old/2023-09-24.md'