• Joined on 2026-03-30
mgrotke created branch master in mgrotke/mgconky 2026-03-30 20:03:32 -04:00
mgrotke pushed to master at mgrotke/mgconky 2026-03-30 20:03:32 -04:00
031c5ff8dd Improved error messages with AlphaVantage stock API calls.
08e22632bc Improved comments
fa2717e1f7 Split the AlphaVantage stock script into 2 scripts. One to make the API calls to AlphaVantage (this runs infrequently due to rate limit of free API keys) and saves the retrieved JSON files to cache. The other script can run more frequently and scans the cache dir for updated JSON files, and returns the formatted stock data to Conky.
6b04d9296a Filtered out temporary mounts like from timeshift, systemd, etc from being considered as mount points to display in the Conky drive list.
579509fe87 The AlphaVantage stock script now uses a cache file that is built slowly while waiting 15 seconds per API call, because the free AlphaVantage API keys are rate limited and only the first stock symbol was being returned.
Compare 10 commits »
mgrotke created repository mgrotke/mgconky 2026-03-30 20:01:35 -04:00