- 
 
 - 
  Notifications
 
You must be signed in to change notification settings  - Fork 278
 
-
Theming with YAML file is cool but limited. I used their lcd library to create this.
Any idea how can I share the python code with the community?
Beta Was this translation helpful? Give feedback.
All reactions
- 
 
👍 5 
Replies: 10 comments 1 reply
-
man im interested in this code, telll me when you share it
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi @anwar3606 
Very nice work with this library !
I'm not sure it can be easily integrated to this project, but if you create a Github repository with your work I can share it on the Readme of this project under a "Other projects" section maybe?
Beta Was this translation helpful? Give feedback.
All reactions
-
I think it could be integrated. What if the YAML went away, to be replaced by a set of calls to a "spec" routine which takes the same parameters that are in the YAML? It could be used to construct the same THEME_DATA data structure, but it would be easier to have default values that don't need to be specified.
Beta Was this translation helpful? Give feedback.
All reactions
-
Looks great, especially the music view.
May I ask if you have shared the files anywhere?
Beta Was this translation helpful? Give feedback.
All reactions
-
Hello, this crazy layout nowhere to be found?
Beta Was this translation helpful? Give feedback.
All reactions
-
oh my... that looks great, I'd love to know how to do a theme like this
Beta Was this translation helpful? Give feedback.
All reactions
-
Pls share bro.
Beta Was this translation helpful? Give feedback.
All reactions
-
It really seems most people share the Python coding by just copy/pasting it in the body on the message - within your forum subject post.
So yeah, just share the text, we can all get it that way.
It is great work btw, you've inspired me to start making some themes too! :D
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi @anwar3606 You can share the code pls?
Beta Was this translation helpful? Give feedback.
All reactions
-
@anwar3606 may you share with us this code please?, we are waiting since 2022
thank you
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi! I managed to combine the spotify developers api with the UsbPCMonitor 3.5" screen, allowing me to display real time music playing with a progress bar. I did this through the lcd_comm_rev_a library, and it works like a charm.
Setup instructions:
- Clone the base repo
$ git clone https://github.com/mathoudebine/turing-smart-screen-python - Install the necessary libraries with 
$ pip install -r requirements.txtand$ pip install requests spotipy - Copy the code from this Gist and put it in the base directory of the cloned repo
 - Go to Spotify Developer Dashboard and create a new app
 - Give the app a name and description, and set the redirect URI to your desired URI, I usually just set it to 
http://127.0.0.1:8888/callbackas a default, but it doesn't really matter because it is not being used in this case - Then under the 
Which API/SDKs are you planning to usesection, tick the Web API - Then comply to the Terms of service and create your app
 - Copy the Client Secret, Client ID and the redirect URI then put it into the code
 - Run the code and Enjoy!
 
If you have any issues/questions, feel free to contact me on discord @Joabutt or drop me an email at me@joabl.ee
Beta Was this translation helpful? Give feedback.
All reactions
- 
 
👍 1