Skip to content

Commit 2526c60

Browse files
committed
update docs
1 parent 1e0889f commit 2526c60

File tree

6 files changed

+30
-48
lines changed

6 files changed

+30
-48
lines changed

INSTALLATION_GUIDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ sudo ./first_time_install.sh
102102
```
103103
to ensure all the permissions are correct.
104104

105+
10. Then run
106+
107+
```
108+
sudo python start_web_conditionally.py
109+
```
110+
to start the web ui and download the r
105111
-----------------------------------------------------------------------------------
106112

107113
## Configuration

wiki/CUSTOM_FEEDS_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ python3 add_custom_feed_example.py list
7878

7979
## Method 2: Web Interface
8080

81-
1. **Open Web Interface**: Go to `http://your-display-ip:5000`
81+
1. **Open Web Interface**: Go to `http://your-display-ip:5001`
8282
2. **Navigate to News Tab**: Click the "News Manager" tab
8383
3. **Add Custom Feed**:
8484
- Enter feed name in "Feed Name" field (e.g., "BBC F1")

wiki/DYNAMIC_DURATION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ python3 test_dynamic_duration.py status
8585
```
8686

8787
### Web Interface
88-
1. Go to `http://display-ip:5000`
88+
1. Go to `http://display-ip:5001`
8989
2. Click "News Manager" tab
9090
3. Adjust "Duration Settings":
9191
- **Min Duration**: Shortest acceptable cycle time

wiki/NEWS_MANAGER_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ python3 enable_news_manager.py disable
6767

6868
Access the news manager through the web interface:
6969

70-
1. Open your browser to `http://your-display-ip:5000`
70+
1. Open your browser to `http://your-display-ip:5001`
7171
2. Click on the "News Manager" tab
7272
3. Configure your preferred settings:
7373
- Enable/disable the news manager

wiki/WIKI_HOME.md

Lines changed: 20 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -17,50 +17,26 @@ Complete guide to configuring all aspects of your LEDMatrix system.
1717
## 🎯 [Display Managers](WIKI_DISPLAY_MANAGERS.md)
1818
Detailed documentation for each display manager and their configuration options.
1919

20-
## 🎨 [Display Manager Details](WIKI_DISPLAY_MANAGER_DETAILS.md)
21-
In-depth technical details about each display manager's functionality and API integration.
22-
23-
## 🔧 [Hardware Setup](WIKI_HARDWARE.md)
24-
Complete hardware requirements, assembly instructions, and troubleshooting.
25-
26-
## 🐧 [Raspberry Pi Setup](WIKI_RASPBERRY_PI.md)
27-
Step-by-step instructions for setting up your Raspberry Pi for LEDMatrix.
28-
29-
## 🚀 [Installation & Deployment](WIKI_INSTALLATION.md)
30-
Complete installation process, service setup, and deployment options.
31-
32-
## 🌐 [Web Interface Installation](WEB_INTERFACE_INSTALLATION.md)
33-
Install and configure the web interface for remote control and configuration.
34-
35-
## 🔐 [API Authentication](WIKI_API_AUTH.md)
36-
How to set up API keys and authentication for all supported services.
37-
38-
## 🎵 [Music Integration](WIKI_MUSIC.md)
39-
Complete guide to Spotify and YouTube Music integration.
40-
41-
## 🏈 [Sports Integration](WIKI_SPORTS.md)
42-
Detailed documentation for all sports leagues and their configuration.
43-
44-
## 💰 [Financial Data](WIKI_FINANCIAL.md)
45-
Stock ticker, crypto, and financial news display configuration.
46-
47-
## 🌤️ [Weather Display](WIKI_WEATHER.md)
48-
Weather current conditions, forecasts, and icon system.
49-
50-
## 📅 [Calendar Integration](WIKI_CALENDAR.md)
51-
Google Calendar integration and event display.
52-
53-
## 🎨 [Custom Displays](WIKI_CUSTOM_DISPLAYS.md)
54-
Text display, YouTube stats, and custom content creation.
55-
56-
## 🔧 [Troubleshooting](WIKI_TROUBLESHOOTING.md)
57-
Common issues, solutions, and debugging techniques.
58-
59-
## 🛠️ [Development Guide](WIKI_DEVELOPMENT.md)
60-
How to extend the system, add new features, and contribute.
61-
62-
## 📚 [API Reference](WIKI_API_REFERENCE.md)
63-
Technical reference for all classes, methods, and configuration options.
20+
## 🌐 Web Interface
21+
- [Web Interface Installation](WEB_INTERFACE_INSTALLATION.md)
22+
- [Web Interface V2 Enhancements](WEB_INTERFACE_V2_ENHANCED_SUMMARY.md)
23+
24+
## 📰 News & Feeds
25+
- [Sports News Manager](NEWS_MANAGER_README.md)
26+
- [Add Custom RSS Feeds](CUSTOM_FEEDS_GUIDE.md)
27+
28+
## ⏱️ Dynamic Duration
29+
- [Feature Overview](dynamic_duration.md)
30+
- [Implementation Guide](DYNAMIC_DURATION_GUIDE.md)
31+
- [Stocks Implementation Details](DYNAMIC_DURATION_STOCKS_IMPLEMENTATION.md)
32+
33+
## 🗄️ Caching
34+
- [Cache Strategy](CACHE_STRATEGY.md)
35+
- [Cache Management](cache_management.md)
36+
37+
## 🧩 Troubleshooting
38+
- [General Troubleshooting](WIKI_TROUBLESHOOTING.md)
39+
- [MiLB Troubleshooting](MILB_TROUBLESHOOTING.md)
6440

6541
---
6642

wiki/WIKI_QUICK_START.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ python3 -c "from src.weather_manager import WeatherManager; from src.display_man
311311
- Set up "of the day" content
312312

313313
### 5. Web Interface
314-
- Access web interface at `http://ledpi:5000`
314+
- Access web interface at `http://ledpi:5001`
315315
- Control display remotely
316316
- Monitor system status
317317

0 commit comments

Comments
 (0)