Commit Graph

86 Commits

Author SHA1 Message Date
Chuck
7f38aec32a adjust stock logo draw 2025-07-23 17:39:17 -05:00
Chuck
af6b78a094 adjust float error 2025-07-23 17:25:38 -05:00
Chuck
0781b72c1d adjust stock ticker when charts are disabled to make it more compact 2025-07-23 17:18:21 -05:00
Chuck
9280538e08 adjust user configurable parts of stock ticker 2025-07-23 17:02:50 -05:00
Chuck
3a450b717a updates to caching 2025-07-21 21:02:19 -05:00
ChuckBuilds
46756b4e47 fix: improve Yahoo Finance API rate limiting handling in stock manager - Add proper User-Agent and headers - Add delay between requests - Add 429 status code to retry list - Increase retry attempts and backoff factor 2025-05-07 09:56:05 -05:00
ChuckBuilds
6271979fae removed 4 px margin from stock chat 2025-04-24 15:42:41 -05:00
ChuckBuilds
bde189eec2 added espn api logging 2025-04-24 15:22:45 -05:00
ChuckBuilds
190400a0f6 shift stock chart 10 pixels (left or right, unsure) 2025-04-24 14:45:54 -05:00
ChuckBuilds
456a4d252f Move stock chart right 2 more pixels (14 total) 2025-04-23 17:58:41 -05:00
ChuckBuilds
a2422cd507 adjusted column_x width to 2.85 from 2.8 2025-04-23 17:49:42 -05:00
ChuckBuilds
6492d200ca adjusted column_x width to 2.8 from 2.75 2025-04-23 17:47:31 -05:00
ChuckBuilds
093420deed adjusted column_x width to 2.75 from 2.5 2025-04-23 17:44:33 -05:00
ChuckBuilds
a1700797a5 adjusted column_x width to 2.5 from 2 2025-04-23 17:38:48 -05:00
ChuckBuilds
5c7eeb45d4 Remove -USD suffix from crypto symbol display 2025-04-23 17:33:47 -05:00
ChuckBuilds
979de322cf Fix crypto icon loading by handling -USD suffix 2025-04-23 17:25:52 -05:00
ChuckBuilds
4821361005 Center stock information in stacked column layout 2025-04-23 17:16:15 -05:00
ChuckBuilds
98a6b5219c make stock symbols larger 2025-04-23 17:11:40 -05:00
ChuckBuilds
1a1870097b Adjust stock display spacing: Reduce gap between logo and symbol, increase space between symbol and chart 2025-04-23 16:19:09 -05:00
ChuckBuilds
6ab63dbd03 Remove -USD suffix from crypto symbols in display while maintaining full symbol for API calls 2025-04-23 16:17:06 -05:00
ChuckBuilds
f684f914c7 Fix stock display layout: Adjust chart positioning and spacing to prevent overlap with symbol information 2025-04-23 16:07:57 -05:00
ChuckBuilds
9c1220b605 Add cryptocurrency support to stock display system. Added crypto configuration section and updated StockManager to handle both stocks and crypto symbols with separate icons and caching. 2025-04-23 15:54:51 -05:00
ChuckBuilds
b221ab8d2a fix: remove duplicate logging configurations to ensure consistent timestamp format 2025-04-19 18:03:06 -05:00
ChuckBuilds
e4f78b7808 Improve SSL handling in stock managers. Add retry logic with exponential backoff, proper SSL verification, and better error handling for both StockManager and StockNewsManager classes. 2025-04-19 16:59:53 -05:00
ChuckBuilds
084f4f086a restore stock chart to 2.5 2025-04-18 21:11:38 -05:00
ChuckBuilds
39bc9787f8 shift symbol and price slightly closer to chart 2025-04-18 21:09:01 -05:00
ChuckBuilds
6d1b49cdcf feat: Center stock text between logo and chart 2025-04-18 21:00:50 -05:00
ChuckBuilds
9546f1caa9 feat: Move stock symbol closer to logo by adjusting text position 2025-04-18 20:54:43 -05:00
ChuckBuilds
d7a6d45e06 Add initial gap to stock display for better scrolling visibility 2025-04-18 20:19:12 -05:00
ChuckBuilds
090f89b781 Implement caching system for API data with proper permission handling and atomic operations 2025-04-18 19:56:43 -05:00
ChuckBuilds
4815f9f143 Remove temporary stock icon folder and download missing icons functionality 2025-04-18 18:11:10 -05:00
Chuck
3b2c46de7e Update stock_manager.py
return temporary directory and stock logo downloading. Need to find a better way to handle this
2025-04-17 21:55:35 -05:00
Chuck
8d956f81da Update stock_manager.py
commented out temporary directory and downloading of logos
2025-04-17 21:48:12 -05:00
ChuckBuilds
0fa933c596 feat: Add local ticker icons support with external fallback - Add support for local ticker icons from assets/stocks/ticker_icons - Maintain existing external icon fetching as fallback - Improve icon loading with better error handling - Add text-based fallback for missing icons - Update image resizing to use newer PIL API 2025-04-17 19:45:05 -05:00
ChuckBuilds
866a1f9901 Revert logging level to INFO and remove debug code 2025-04-17 09:58:24 -05:00
ChuckBuilds
2999bf80da Add debug logging to directory write test 2025-04-17 09:39:26 -05:00
ChuckBuilds
2f91c0e48c Use non-hidden filename for directory write test 2025-04-17 09:37:54 -05:00
ChuckBuilds
90f5087b60 Refactor stock logo download/save logic and writability check 2025-04-17 09:32:48 -05:00
ChuckBuilds
44b3853230 added handling of stock images to reduce number of downloads 2025-04-17 09:25:48 -05:00
ChuckBuilds
ebe606f32f fix: Convert float to int for logo resizing to prevent dimension errors 2025-04-13 09:57:13 -05:00
ChuckBuilds
e792ba9fc7 Increase stock logo size: - Change logo size from 1/2 to 2/3 of display dimensions - Improve visibility of stock logos - Maintain aspect ratio and quality 2025-04-12 21:09:35 -05:00
ChuckBuilds
4ffb226da3 Make stock chart line thinner and more elegant 2025-04-12 20:03:36 -05:00
ChuckBuilds
7021f2a251 Improve stock display layout: Move logo closer to text, adjust chart width, and optimize spacing 2025-04-11 13:36:20 -05:00
ChuckBuilds
29f45ec3f6 Improve display: Update test pattern to 'Initializing' with smaller font and faster animation. Also improve stock chart with 50% wider display and better spacing between elements. 2025-04-11 13:33:12 -05:00
ChuckBuilds
3a25ff77b3 Adjust stock chart position: Move chart 10 columns to the right 2025-04-11 13:29:54 -05:00
ChuckBuilds
c073f81297 Improve stock chart: Increase size and remove outline for cleaner look 2025-04-11 13:27:58 -05:00
ChuckBuilds
c5bfd34d87 Improve stock display layout: Adjust spacing between elements and increase gap between stocks 2025-04-11 13:24:13 -05:00
ChuckBuilds
3a34a6e6f4 Fix stock display: Return full image without cropping to show all elements 2025-04-11 13:19:13 -05:00
ChuckBuilds
8663ca6234 Fix stock display layout: Increase width and fix chart data processing 2025-04-11 13:17:12 -05:00
ChuckBuilds
50abd3057f Fix font references in stock display: Use correct font attributes from DisplayManager 2025-04-11 13:15:23 -05:00