From 908e84e15549826a45c47333c2a1c4db7befe608 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 27 Oct 2025 20:32:14 -0700 Subject: [PATCH] Update README.md --- modules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/README.md b/modules/README.md index b103871..43b0406 100644 --- a/modules/README.md +++ b/modules/README.md @@ -808,7 +808,7 @@ To set up a local Kiwix server: 1. Install Kiwix tools: https://kiwix.org/en/ `sudo apt install kiwix-tools -y` 2. Download a Wikipedia ZIM file to `data/`: https://library.kiwix.org/ `wget https://download.kiwix.org/zim/wikipedia/wikipedia_en_100_nopic_2025-09.zim` 3. Run the server: `kiwix-serve --port 8080 wikipedia_en_100_nopic_2025-09.zim` -4. Set `useKiwixServer = True` in your config.ini +4. Set `useKiwixServer = True` in your config.ini with `wikipedia = True` The bot will automatically extract and truncate content to fit Meshtastic's message size limits (~500 characters).