This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // This widgets show approximate value of your music collection on discogs.com | |
| // and the last addition to the collection in the background. | |
| // Configuration: | |
| // Your Discogs personal token generated here: https://www.discogs.com/settings/developers | |
| let token = "..." | |
| // Your Discogs username | |
| let username = "..." | |
| // Widget: |
OlderNewer