From 2526c6097eca4d54858c3659f683a65a8527a559 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Tue, 12 Aug 2025 10:23:22 -0500 Subject: [PATCH] update docs --- INSTALLATION_GUIDE.md | 6 ++++ wiki/CUSTOM_FEEDS_GUIDE.md | 2 +- wiki/DYNAMIC_DURATION_GUIDE.md | 2 +- wiki/NEWS_MANAGER_README.md | 2 +- wiki/WIKI_HOME.md | 56 ++++++++++------------------------ wiki/WIKI_QUICK_START.md | 2 +- 6 files changed, 26 insertions(+), 44 deletions(-) diff --git a/INSTALLATION_GUIDE.md b/INSTALLATION_GUIDE.md index 883e2f6b..dc459fc8 100644 --- a/INSTALLATION_GUIDE.md +++ b/INSTALLATION_GUIDE.md @@ -102,6 +102,12 @@ sudo ./first_time_install.sh ``` to ensure all the permissions are correct. +10. Then run + +``` +sudo python start_web_conditionally.py +``` +to start the web ui and download the r ----------------------------------------------------------------------------------- ## Configuration diff --git a/wiki/CUSTOM_FEEDS_GUIDE.md b/wiki/CUSTOM_FEEDS_GUIDE.md index 55de233e..aca7a007 100644 --- a/wiki/CUSTOM_FEEDS_GUIDE.md +++ b/wiki/CUSTOM_FEEDS_GUIDE.md @@ -78,7 +78,7 @@ python3 add_custom_feed_example.py list ## Method 2: Web Interface -1. **Open Web Interface**: Go to `http://your-display-ip:5000` +1. **Open Web Interface**: Go to `http://your-display-ip:5001` 2. **Navigate to News Tab**: Click the "News Manager" tab 3. **Add Custom Feed**: - Enter feed name in "Feed Name" field (e.g., "BBC F1") diff --git a/wiki/DYNAMIC_DURATION_GUIDE.md b/wiki/DYNAMIC_DURATION_GUIDE.md index c3719778..9e04a198 100644 --- a/wiki/DYNAMIC_DURATION_GUIDE.md +++ b/wiki/DYNAMIC_DURATION_GUIDE.md @@ -85,7 +85,7 @@ python3 test_dynamic_duration.py status ``` ### Web Interface -1. Go to `http://display-ip:5000` +1. Go to `http://display-ip:5001` 2. Click "News Manager" tab 3. Adjust "Duration Settings": - **Min Duration**: Shortest acceptable cycle time diff --git a/wiki/NEWS_MANAGER_README.md b/wiki/NEWS_MANAGER_README.md index 23e449bd..902d33fa 100644 --- a/wiki/NEWS_MANAGER_README.md +++ b/wiki/NEWS_MANAGER_README.md @@ -67,7 +67,7 @@ python3 enable_news_manager.py disable Access the news manager through the web interface: -1. Open your browser to `http://your-display-ip:5000` +1. Open your browser to `http://your-display-ip:5001` 2. Click on the "News Manager" tab 3. Configure your preferred settings: - Enable/disable the news manager diff --git a/wiki/WIKI_HOME.md b/wiki/WIKI_HOME.md index 9b596277..f64e3157 100644 --- a/wiki/WIKI_HOME.md +++ b/wiki/WIKI_HOME.md @@ -17,50 +17,26 @@ Complete guide to configuring all aspects of your LEDMatrix system. ## 🎯 [Display Managers](WIKI_DISPLAY_MANAGERS.md) Detailed documentation for each display manager and their configuration options. -## 🎨 [Display Manager Details](WIKI_DISPLAY_MANAGER_DETAILS.md) -In-depth technical details about each display manager's functionality and API integration. +## 🌐 Web Interface +- [Web Interface Installation](WEB_INTERFACE_INSTALLATION.md) +- [Web Interface V2 Enhancements](WEB_INTERFACE_V2_ENHANCED_SUMMARY.md) -## 🔧 [Hardware Setup](WIKI_HARDWARE.md) -Complete hardware requirements, assembly instructions, and troubleshooting. +## 📰 News & Feeds +- [Sports News Manager](NEWS_MANAGER_README.md) +- [Add Custom RSS Feeds](CUSTOM_FEEDS_GUIDE.md) -## 🐧 [Raspberry Pi Setup](WIKI_RASPBERRY_PI.md) -Step-by-step instructions for setting up your Raspberry Pi for LEDMatrix. +## ⏱️ Dynamic Duration +- [Feature Overview](dynamic_duration.md) +- [Implementation Guide](DYNAMIC_DURATION_GUIDE.md) +- [Stocks Implementation Details](DYNAMIC_DURATION_STOCKS_IMPLEMENTATION.md) -## 🚀 [Installation & Deployment](WIKI_INSTALLATION.md) -Complete installation process, service setup, and deployment options. +## 🗄️ Caching +- [Cache Strategy](CACHE_STRATEGY.md) +- [Cache Management](cache_management.md) -## 🌐 [Web Interface Installation](WEB_INTERFACE_INSTALLATION.md) -Install and configure the web interface for remote control and configuration. - -## 🔐 [API Authentication](WIKI_API_AUTH.md) -How to set up API keys and authentication for all supported services. - -## 🎵 [Music Integration](WIKI_MUSIC.md) -Complete guide to Spotify and YouTube Music integration. - -## 🏈 [Sports Integration](WIKI_SPORTS.md) -Detailed documentation for all sports leagues and their configuration. - -## 💰 [Financial Data](WIKI_FINANCIAL.md) -Stock ticker, crypto, and financial news display configuration. - -## 🌤️ [Weather Display](WIKI_WEATHER.md) -Weather current conditions, forecasts, and icon system. - -## 📅 [Calendar Integration](WIKI_CALENDAR.md) -Google Calendar integration and event display. - -## 🎨 [Custom Displays](WIKI_CUSTOM_DISPLAYS.md) -Text display, YouTube stats, and custom content creation. - -## 🔧 [Troubleshooting](WIKI_TROUBLESHOOTING.md) -Common issues, solutions, and debugging techniques. - -## 🛠️ [Development Guide](WIKI_DEVELOPMENT.md) -How to extend the system, add new features, and contribute. - -## 📚 [API Reference](WIKI_API_REFERENCE.md) -Technical reference for all classes, methods, and configuration options. +## 🧩 Troubleshooting +- [General Troubleshooting](WIKI_TROUBLESHOOTING.md) +- [MiLB Troubleshooting](MILB_TROUBLESHOOTING.md) --- diff --git a/wiki/WIKI_QUICK_START.md b/wiki/WIKI_QUICK_START.md index 9c76d447..0910d646 100644 --- a/wiki/WIKI_QUICK_START.md +++ b/wiki/WIKI_QUICK_START.md @@ -311,7 +311,7 @@ python3 -c "from src.weather_manager import WeatherManager; from src.display_man - Set up "of the day" content ### 5. Web Interface -- Access web interface at `http://ledpi:5000` +- Access web interface at `http://ledpi:5001` - Control display remotely - Monitor system status