# Haiku Viewer for MagTag

## Overview

![Adafruit MagTag running the Haiku Viewer project. There are bamboo sticks with small leaf sprouts below some text. The text reads:
"hot iron, cool bench
everything is organized
nirvana achieved"](https://cdn-learn.adafruit.com/assets/assets/000/141/956/medium800/circuitpython_haiku_viewer_overview_hero.png?1769180698 )

Bring some Zen to your life with this MagTag Haiku Viewer. Load your favorite haikus in a local text file, or use an AdafruitIO feed for easy remote management capabilities. When the MagTag boots up, a random haiku is selected and shown. The right and left buttons cycle through all of the available haikus forward and backwards respectively. The D12 button selects a new haiku to show at random.

Are haikus not your vibe? No problem, the code for this project can be easily repurposed to show jokes, quotes, or anything else you like.

## Parts
### Adafruit MagTag - 2.9" Grayscale E-Ink WiFi Display

[Adafruit MagTag - 2.9" Grayscale E-Ink WiFi Display](https://www.adafruit.com/product/4800)
The Adafruit MagTag combines the ESP32-S2 wireless module and a 2.9" grayscale E-Ink display to make a low-power IoT display that can show data on its screen even when power is removed! The ESP32-S2 is great because it builds on the years of code and support for the ESP32 and also adds...

In Stock
[Buy Now](https://www.adafruit.com/product/4800)
[Related Guides to the Product](https://learn.adafruit.com/products/4800/guides)
![Angled shot of rectangle-shaped electronic ink display breakout with the text: "MAGTAG 2025 Edition with SSD1680 Chipset"](https://cdn-shop.adafruit.com/640x480/4800-10.jpg)

### Mini Magnet Feet for RGB LED Matrices (Pack of 4)

[Mini Magnet Feet for RGB LED Matrices (Pack of 4)](https://www.adafruit.com/product/4631)
Got a glorious&nbsp;RGB Matrix project you want to mount and display in your workspace or home? If you have one of the matrix panels listed below, you'll need a pack of these **Mini-Magnet Feet.** &nbsp;We got these specifically&nbsp;for our RGB LED Matrices, which no longer...

In Stock
[Buy Now](https://www.adafruit.com/product/4631)
[Related Guides to the Product](https://learn.adafruit.com/products/4631/guides)
![Angled shot of four magnet feet.](https://cdn-shop.adafruit.com/640x480/4631-00.jpg)

### USB Type A to Type C Cable - approx 1 meter / 3 ft long

[USB Type A to Type C Cable - approx 1 meter / 3 ft long](https://www.adafruit.com/product/4474)
As technology changes and adapts, so does Adafruit. This&nbsp;&nbsp; **USB Type A to Type C** cable will help you with the transition to USB C, even if you're still totin' around a USB Type A hub, computer or laptop.

USB C is the latest industry-standard connector for...

In Stock
[Buy Now](https://www.adafruit.com/product/4474)
[Related Guides to the Product](https://learn.adafruit.com/products/4474/guides)
![Angled shot of a coiled black, USB-C to USB-A cable.](https://cdn-shop.adafruit.com/640x480/4474-02.jpg)

# Haiku Viewer for MagTag

## Install CircuitPython

Danger: Make sure that you [update the TinyUF2 Bootloader](https://learn.adafruit.com/adafruit-magtag/update-tinyuf2-bootloader-for-circuitpython-10-4mb-boards-only) before installing CircuitPython!

### Adafruit MagTag - Update TinyUF2 Bootloader for CircuitPython 10 and Later

[Adafruit MagTag](https://learn.adafruit.com/adafruit-magtag)
[Update TinyUF2 Bootloader for CircuitPython 10 and Later](https://learn.adafruit.com/adafruit-magtag/update-tinyuf2-bootloader-for-circuitpython-10-4mb-boards-only)
[CircuitPython](https://github.com/adafruit/circuitpython) is a derivative of [MicroPython](https://micropython.org) designed to simplify experimentation and education on low-cost microcontrollers. It makes it easier than ever to get prototyping by requiring no upfront desktop software downloads. Simply copy and edit files on the **CIRCUITPY** drive to iterate.

## Set Up CircuitPython

Follow the steps to get CircuitPython installed on your MagTag.

[CircuitPython Download for MagTag](https://circuitpython.org/board/adafruit_magtag_2.9_grayscale/)
Warning: WARNING: The updated Adafruit MagTag 2025 Edition will not work with CircuitPython 9.2.x or earlier. Make sure you install 10.x.x or later!

 **Click the link above and download the latest .BIN and .UF2 file**

You can use a 9.x.x release for a pre-2025 MagTag. You&nbsp; **must** use a 10.x.x release for the updated MagTag 2025 Edition.

(depending on how you program the ESP32S2 board you may need one or the other, might as well get both)

Download and save it to your desktop (or wherever is handy).

![](https://cdn-learn.adafruit.com/assets/assets/000/138/625/medium640/adafruit_products_magtag-9.2.8.png?1753973423)

![](https://cdn-learn.adafruit.com/assets/assets/000/138/626/medium640/adafruit_products_magtag-10.0.0-beta.2.png?1753973581)

Plug your MagTag into your computer using a known-good USB cable.

**A lot of people end up using charge-only USB cables and it is very frustrating! So make sure you have a USB cable you know is good for data sync.**

![adafruit_products_MagTag_top.jpg](https://cdn-learn.adafruit.com/assets/assets/000/096/955/medium640/adafruit_products_MagTag_top.jpg?1605035864)

# Option 1 - Load with UF2 Bootloader

This is by far the easiest way to load CircuitPython. **However it requires your board has the UF2 bootloader installed. Some early boards do not (we hadn't written UF2 yet!) - in which case you can load using the built in ROM bootloader.**

Still, try this first!

Warning: Make sure that you [update the TinyUF2 Bootloader](https://learn.adafruit.com/adafruit-magtag/update-tinyuf2-bootloader-for-circuitpython-10-4mb-boards-only) before following these steps for the UF2 bootloader!

## Try Launching UF2 Bootloader

Loading CircuitPython by drag-n-drop UF2 bootloader is the easier way and we recommend it. If you have a MagTag where the front of the board is black, your MagTag came with UF2 already on it.

![adafruit_products_IMG_0169.jpg](https://cdn-learn.adafruit.com/assets/assets/000/097/429/medium640/adafruit_products_IMG_0169.jpg?1607200225)

Launch UF2 by **double-clicking** the Reset button (the one next to the USB C port). You may have to try a few times to get the timing right.

![adafruit_products_MagTag_pinouts_Reset_and_Boot0.jpg](https://cdn-learn.adafruit.com/assets/assets/000/097/430/medium640/adafruit_products_MagTag_pinouts_Reset_and_Boot0.jpg?1607202717)

If the UF2 bootloader is installed, you will see a new disk drive appear called **MAGTAGBOOT**

![adafruit_products_image.png](https://cdn-learn.adafruit.com/assets/assets/000/097/431/medium640/adafruit_products_image.png?1607202820)

Copy the **UF2** file you downloaded at the first step of this tutorial onto the **MAGTAGBOOT** drive

![adafruit_products_image.png](https://cdn-learn.adafruit.com/assets/assets/000/097/432/medium640/adafruit_products_image.png?1607202977)

If you're using Windows and you get an error at the end of the file copy that says **Error from the file copy, Error 0x800701B1: A device which does not exist was specified.** You can ignore this error, the bootloader sometimes disconnects without telling Windows, the install completed just fine and you can continue.[If its really annoying, you can also upgrade the bootloader (the latest version of the UF2 bootloader fixes this warning)](https://learn.adafruit.com/adafruit-magtag/install-uf2-bootloader)

Your board should auto-reset into CircuitPython, or you may need to press reset. A **CIRCUITPY** drive will appear. You're done! Go to the next pages.

![adafruit_products_image.png](https://cdn-learn.adafruit.com/assets/assets/000/097/433/medium640/adafruit_products_image.png?1607203475)

# Option 2 - Use esptool to load BIN file

If you have an original MagTag with while soldermask on the front, we didn't have UF2 written for the ESP32S2 yet so it will not come with the UF2 bootloader.

You can upload with **esptool** to the ROM (hardware) bootloader instead!

Follow the initial steps found in the [Run esptool and check connection section of the ROM Bootloader page](https://learn.adafruit.com/adafruit-magtag/rom-bootloader#run-esptool-and-check-connection-3076823-5) to verify your environment is set up, your board is successfully connected, and which port it's using.

**In the final command to write a binary file to the board, replace the port with your port, and replace "firmware.bin" with the the file you downloaded above.**

The output should look something like the output in the image.

![adafruit_products_Metro_ESP32_S2_binary_install.png](https://cdn-learn.adafruit.com/assets/assets/000/096/950/medium640/adafruit_products_Metro_ESP32_S2_binary_install.png?1605031120)

Press reset to exit the bootloader.

Your **CIRCUITPY** drive should appear!

You're all set! Go to the next pages.

![adafruit_products_Metro_ESP32_S2_CIRCUITPY.png](https://cdn-learn.adafruit.com/assets/assets/000/096/951/medium640/adafruit_products_Metro_ESP32_S2_CIRCUITPY.png?1605031168)

# Option 3 - Use Chrome Browser To Upload BIN file

If for some reason you cannot get esptool to run, you can always try using the Chrome-browser version of esptool we have written. This is handy if you don't have Python on your computer, or something is really weird with your setup that makes esptool not run (which happens sometimes and isn't worth debugging!) You can follow along on the [Web Serial ESPTool](https://learn.adafruit.com/adafruit-magtag/web-serial-esptool) page and either load the UF2 bootloader and then come back to Option 1 on this page, or you can download the CircuitPython BIN file directly using the tool in the same manner as the bootloader.

# Haiku Viewer for MagTag

## Create Your settings.toml File

CircuitPython works with WiFi-capable boards to enable you to make projects that have network connectivity. This means working with various passwords and API keys. As of [CircuitPython 8](https://circuitpython.org/downloads), there is support for a **settings.toml** file. This is a file that is stored on your **CIRCUITPY** drive, that contains all of your secret network information, such as your SSID, SSID password and any API keys for IoT services. It is designed to separate your sensitive information from your **code.py** file so you are able to share your code without sharing your credentials.

CircuitPython previously used a **secrets.py** file for this purpose. The **settings.toml** file is quite similar.

Warning: Your **settings.toml** file should be stored in the main directory of your **CIRCUITPY** drive. It should not be in a folder.

## CircuitPython **settings.toml** File

This section will provide a couple of examples of what your **settings.toml** file should look like, specifically for CircuitPython WiFi projects in general.

The most minimal **settings.toml** file must contain your WiFi SSID and password, as that is the minimum required to connect to WiFi. Copy this example, paste it into your **settings.toml** , and update:

- `your_wifi_ssid`
- `your_wifi_password`

```auto
CIRCUITPY_WIFI_SSID = "your_wifi_ssid"
CIRCUITPY_WIFI_PASSWORD = "your_wifi_password"
```

Many CircuitPython network-connected projects on the Adafruit Learn System involve using Adafruit IO. For these projects, you must _also_ include your Adafruit IO username and key. Copy the following example, paste it into your settings.toml file, and update:

- `your_wifi_ssid`
- `your_wifi_password`
- `your_aio_username`
- `your_aio_key`

```auto
CIRCUITPY_WIFI_SSID = "your_wifi_ssid"
CIRCUITPY_WIFI_PASSWORD = "your_wifi_password"
ADAFRUIT_AIO_USERNAME = "your_aio_username"
ADAFRUIT_AIO_KEY = "your_aio_key"
```

Some projects use different variable names for the entries in the **settings.toml** file. For example, a project might use `ADAFRUIT_AIO_ID` in the place of `ADAFRUIT_AIO_USERNAME`. **If you run into connectivity issues, one of the first things to check is that the names in the settings.toml file match the names in the code.**

Warning: Not every project uses the same variable name for each entry in the **settings.toml** file! Always verify it matches the code.

## **settings.toml** File Tips
Here is an example **settings.toml** file.

```auto
# Comments are supported
CIRCUITPY_WIFI_SSID = "guest wifi"
CIRCUITPY_WIFI_PASSWORD = "guessable"
CIRCUITPY_WEB_API_PORT = 80
CIRCUITPY_WEB_API_PASSWORD = "passw0rd"
test_variable = "this is a test"
thumbs_up = "\U0001f44d"
```

In a **settings.toml** file, it's important to keep these factors in mind:

- Strings are wrapped in double quotes; ex: `"your-string-here"`
- Integers are _ **not** _ quoted and may be written in decimal with optional sign (`+1`, `-1`, `1000`) or hexadecimal (`0xabcd`).
  - Floats (decimal numbers), octal (`0o567`) and binary (`0b11011`) are not supported.

- Use `\u` escapes for weird characters, `\x` and `\ooo` escapes are not available in **.toml** files
  - Example: `\U0001f44d` for 👍 (thumbs up emoji) and `\u20ac` for € (EUR sign)

- Unicode emoji, and non-ASCII characters, stand for themselves as long as you're careful to save in "UTF-8 without BOM" format

&nbsp;

&nbsp;

When your&nbsp; **settings.toml&nbsp;** file is ready, you can save it in your text editor with the **.toml** &nbsp;extension.

![adafruit_products_dotToml.jpg](https://cdn-learn.adafruit.com/assets/assets/000/117/071/medium640/adafruit_products_dotToml.jpg?1671034293)

## Accessing Your **settings.toml** Information in **code.py**
In your **code.py** file, you'll need to `import` the `os` library to access the **settings.toml** file. Your settings are accessed with the `os.getenv()` function. You'll pass your settings entry to the function to import it into the **code.py** file.

```python
import os

print(os.getenv("test_variable"))
```

![](https://cdn-learn.adafruit.com/assets/assets/000/117/072/medium800/adafruit_products_tomlOutput.jpg?1671034496)

In the upcoming CircuitPython WiFi examples, you'll see how the **settings.toml&nbsp;** file is used for connecting to your SSID and accessing your API keys.

# Haiku Viewer for MagTag

## Code

## Getting the Program's Files

To use the application, you need to obtain **code.py** with the program, the&nbsp; **bamboo.bmp** image file, and optionally the **haikus.txt** data file to place on the MagTag **CIRCUITPY** drive.

Thankfully, this can be done in one go. In the example below, click the **Download Project Bundle** button below to download the necessary libraries and the **code.py** file in a zip file.

Connect your board to your computer via a known good data+power USB cable. The board should show up in your File Explorer/Finder (depending on your operating system) as a flash drive named **CIRCUITPY**.

Extract the contents of the zip file, copy the **lib** directory files to **CIRCUITPY/lib**. Copy the **code.py** , **haikus.txt** ,&nbsp;and **bamboo.bmp** file to the **CIRCUITPY** drive on the MagTag via your computer. The program should self start.

## Drive Structure

After copying the files, your drive should look like the listing below. It can contain other files as well, but must contain these at a minimum.

![Required projects files and libraries](https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/folder-images/MagTag_MagTag_Haiku_Viewer.png?raw=true )

## Code

The **code.py** for the Haiku Viewer app is shown below.

https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/main/MagTag/MagTag_Haiku_Viewer/code.py

# Haiku Viewer for MagTag

## Code Explanation

The code for the project is contained in a single **code.py** file. The code has sections for high level tasks. Each task is covered in more detail below.

- Loading haikus from the local file and Adafruit IO
- Set up displayio visual elements
- Set up debouncers for the relevant buttons
- Respond to user interaction when the buttons are pressed

## Loading Haikus

The code first checks whether the device is connected to a WiFi network. The connection itself happens automatically as long as **settings.toml** contains valid network credential values in the `CIRCUITPY_WIFI_SSID` and `CIRCUITPY_WIFI_PASSWORD` keys. Next it ensures that there are values for `ADAFRUIT_AIO_USERNAME` and `ADAFRUIT_AIO_KEY`, if those values exist it initializes an HTTP connection to Adafruit IO. The Adafruit IO connection is then used to fetch the "haikus" feed.

The entries within the feed have an extra slash inserted into their newline escape sequences automatically by the Adafruit IO server, before adding them to the local list of haikus to show the double slash escape&nbsp;`"\\n"` is changed to a normal single slash newline `"\n"`. When set as text on the `Label`, the newline escapes will be where visual line-breaks appear.

The local text file **haikus.txt** is opened and the contents are `read()`. The content is split on double newlines `"\n\n"` to separate all of the haikus contained in the file. Each one is added to the local list of haikus to show.

The `current_index` stores the index of the haiku that is currently displayed on the eInk display. It gets set to a random index initially and updated in response to user interaction.

## Displayio Visual Elements
![Adafruit MagTag running the Haiku Viewer project. There are bamboo sticks with small leaf sprouts below some text. The text reads:
"something big is coming
the soul of a new machine
abort, retry, fail?"](https://cdn-learn.adafruit.com/assets/assets/000/141/957/medium800/circuitpython_haiku_viewer_display_elements.png?1769181176 )

The visual interface is comprised of 4 main components:

- The white background which uses 8x `scale` in order to save memory by using a smaller Bitmap. It is placed behind all other visual elements.
- The grey bamboo image shown along the bottom of the display. It's loaded with the [adafruit\_imageload](https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad/) library.
- The grey border drawn around the edges of the display. The [bitmaptools.fill\_region()](https://docs.circuitpython.org/en/latest/shared-bindings/bitmaptools/#bitmaptools.fill_region) function is used along with transparent color indexes within a `Palette` to "cut out" a rectangle from a full grey Bitmap leaving just the border visible.
- The `BitmapLabel` used to show the haiku. It uses a custom font loaded from the file **fanwood\_webfont\_15.bdf**. The font is one of the ones included in the [circuitpython\_fonts bundle](https://github.com/adafruit/circuitpython-fonts).

## Button Debouncers & User Interaction
The [adafruit\_debouncer](https://github.com/adafruit/Adafruit_CircuitPython_Debouncer/) library is used with the **D11** , **D12** , and **D15** button pins to determine when the user presses the buttons. During the main loop each debouncer instance is updated and then checked for the falling edge that indicates the button is pressed. The right and left buttons, pins&nbsp; **D11** and **D15** , will increment or decrement the current index and show the new haiku from the list. The down button on pin **D12** will select a different random haiku from the list to show, updating the current index to the randomly chosen one.

![Adafruit MagTag running the Haiku Viewer project with the down (D12) button being pressed showing a random haiku from the list getting displayed](https://cdn-learn.adafruit.com/assets/assets/000/141/960/medium640thumb/circuitpython_magtag_haiku_random.jpg?1769183946)

# Haiku Viewer for MagTag

## Use

There are two ways to load haikus on your MagTag. Write them in a local text file **haikus.txt** &nbsp; and put the file on the **CIRCUITPY** drive, or create a "`haikus`" feed on Adafruit IO and add them to feed. Depending on where you display your MagTag and how you power it, one or the other may be more convenient.

The code compiles the full list of haikus from both places so you can use either one or mix it up with some of each.

The right and left buttons, labeled **D11** and **D15** , will cycle through the list of available haikus moving to the next or previous one to show it on the display.

The down button, labeled&nbsp; **D12** , will select a different random haiku from the list and change to it.

![Adafruit MagTag running the Haiku Viewer project with the left and right buttons being pressed showing the displayed haiku changing between ones in the list](https://cdn-learn.adafruit.com/assets/assets/000/141/958/medium640thumb/circuitpython_magtag_haiku_left_right_640.jpg?1769182883)

![Adafruit MagTag running the Haiku Viewer project with the down (D12) button being pressed showing a random haiku from the list getting displayed](https://cdn-learn.adafruit.com/assets/assets/000/141/959/medium640thumb/circuitpython_magtag_haiku_random.jpg?1769183256)

## Local **haikus.txt** file

The first way to load haikus is to put them in a text file named **haikus.txt** in the root of the **CIRCUITPY** drive. If you downloaded the project bundle includes a **haikus.txt** with a handful of electronics and coding themed haikus. The format of the file is fairly simple with each 3-line haiku being separated by a full blank line, see the truncated example below.

```auto
hot iron, cool bench
everything is organized
nirvana achieved

continuity?
the multimeter goes beep
testing continues

rainbow LEDs
blink and chase and undulate
example code.py
```

Add your favorite haikus to the file by making new lines at the bottom or inserted between the existing ones. Or you can start from a blank file and write your haikus using the same syntax if you don't want to use the ones that come with the project bundle.

## Adafruit IO Haikus Feed
The other option is to set up an Adafruit IO Feed named "Haikus" and then add each haiku as an entry in the feed.

Warning: In order to load haikus from Adafruit IO, you must follow the steps on the [Create Your settings.toml page](https://learn.adafruit.com/haiku-viewer-for-magtag/create-your-settings-toml-file). You need to have all of: `CIRCUITPY_WIFI_SSID`, `CIRCUITPY_WIFI_PASSWORD`, `ADAFRUIT_AIO_USERNAME`, and `ADAFRUIT_AIO_KEY` in **settings.toml** with appropriate values for your WiFi network and AIO access.

Log in to [Adafruit IO](https://io.adafruit.com/), click on " **Feeds**" in the navigation links then click on the " **New Feed**" button.

Enter the name " **Haikus**" for the new feed then press the&nbsp; **Create&nbsp;button**. The project code uses the feed name to fetch data so it is important to use the exact name " **Haikus**" or else it will not find the correct feed.

After the feed is created, **click on its name** in the list of feeds to go to the page for the new feed.

![Adafruit IO web page with Feeds link and New Feed buttons highlighted](https://cdn-learn.adafruit.com/assets/assets/000/141/932/medium640/circuitpython_aio_create_feed.png?1769094691)

![Create feed dialog from Adafruit IO with "Haikus" filled in for the new feed name.](https://cdn-learn.adafruit.com/assets/assets/000/141/933/medium640/circuitpython_aio_name_feed.png?1769094665)

Click on the " **Add Data**" button to create a new entry in the feed.

**Type or paste the lines** of the haiku with `\n` in between each line. You must include the newline escape sequence `\n` in the haiku in order to get the lines to wrap at the appropriate points when displayed on the MagTag. For example:

`The keyboard goes clack\nwriting code at 3AM\ntime for espresso!`

Once a haiku with appropriate newline escapes is entered, press the " **Create**" button.

Repeat the process to add as many haikus as you want.

![Adafruit IO feed page for the Haikus feed with the Add Data button highlighted](https://cdn-learn.adafruit.com/assets/assets/000/141/934/medium640/circuitpython_aio_add_data.png?1769096197)

![Adafruit IO Add Data dialog with a haiku entered into the value input box using "\n" between the lines of the haiku](https://cdn-learn.adafruit.com/assets/assets/000/141/935/medium640/circuitpython_aio_enter_haiku.png?1769096426)

The project code will fetch the data from this feed and add the haikus from it to the list to be shown by the app.


## Featured Products

### Adafruit MagTag - 2.9" Grayscale E-Ink WiFi Display

[Adafruit MagTag - 2.9" Grayscale E-Ink WiFi Display](https://www.adafruit.com/product/4800)
The Adafruit MagTag combines the ESP32-S2 wireless module and a 2.9" grayscale E-Ink display to make a low-power IoT display that can show data on its screen even when power is removed! The ESP32-S2 is great because it builds on the years of code and support for the ESP32 and also adds...

In Stock
[Buy Now](https://www.adafruit.com/product/4800)
[Related Guides to the Product](https://learn.adafruit.com/products/4800/guides)
### Mini Magnet Feet for RGB LED Matrices (Pack of 4)

[Mini Magnet Feet for RGB LED Matrices (Pack of 4)](https://www.adafruit.com/product/4631)
Got a glorious&nbsp;RGB Matrix project you want to mount and display in your workspace or home? If you have one of the matrix panels listed below, you'll need a pack of these **Mini-Magnet Feet.** &nbsp;We got these specifically&nbsp;for our RGB LED Matrices, which no longer...

In Stock
[Buy Now](https://www.adafruit.com/product/4631)
[Related Guides to the Product](https://learn.adafruit.com/products/4631/guides)
### USB Type A to Type C Cable - approx 1 meter / 3 ft long

[USB Type A to Type C Cable - approx 1 meter / 3 ft long](https://www.adafruit.com/product/4474)
As technology changes and adapts, so does Adafruit. This&nbsp;&nbsp; **USB Type A to Type C** cable will help you with the transition to USB C, even if you're still totin' around a USB Type A hub, computer or laptop.

USB C is the latest industry-standard connector for...

In Stock
[Buy Now](https://www.adafruit.com/product/4474)
[Related Guides to the Product](https://learn.adafruit.com/products/4474/guides)

## Related Guides

- [Adafruit MagTag](https://learn.adafruit.com/adafruit-magtag.md)
- [MagTag Tides Viewer](https://learn.adafruit.com/magtag-tides-viewer.md)
- [NextBus Transit Predictions for Adafruit MagTag](https://learn.adafruit.com/nextbus-transit-predictions-for-adafruit-magtag.md)
- [CircuitPython Web Workflow Code Editor Quick Start](https://learn.adafruit.com/getting-started-with-web-workflow-using-the-code-editor.md)
- [itsaSNAP by Adafruit](https://learn.adafruit.com/it-s-a-snap-by-adafruit.md)
- [Adafruit MagTag Project Selector](https://learn.adafruit.com/adafruit-magtag-project-selector.md)
- [eInk Literature Quotes Clock for MagTag](https://learn.adafruit.com/eink-literary-quotes-clock-for-magtag.md)
- [Deep Sleep with CircuitPython](https://learn.adafruit.com/deep-sleep-with-circuitpython.md)
- [MagTag Covid Tracking Project IoT Display](https://learn.adafruit.com/magtag-covid-tracking-project-iot-display.md)
- [CircuitPython Display_Text Library](https://learn.adafruit.com/circuitpython-display-text-library.md)
- [Cheerlights Holiday Wreath with Animations](https://learn.adafruit.com/cheerlights-led-animations.md)
- [MagTag Showerthoughts and Quotes](https://learn.adafruit.com/magtag-showerthoughts.md)
- [50 Cent CPI Tracker for MagTag](https://learn.adafruit.com/50-cent-cpi-tracker-for-magtag.md)
- [MagTag Lists From Google Spreadsheets](https://learn.adafruit.com/collaborative-spreadsheets-to-magtag.md)
- [Clue And MagTag Pep Talk Generator](https://learn.adafruit.com/clue-and-magtag-pep-talk-generator.md)
- [Google Graveyard with Adafruit MagTag](https://learn.adafruit.com/google-graveyard-with-adafruit-magtag.md)
