You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
Features
Added a category property, allowing users to display things based on a specific category.
Added a isFeatured property, allowing users to display things that were / are featured on Thingiverse.
Added a numThingsDisplayed property, allowing users to display 1, 3, or 5 things at any given time.
Added a searchBy property, allowing users to display either newest things, or popular things.
Added safety checking and fallback, such that if there is an error pulling things for a category, it will revert to displaying popular / newest things, whatever your config is set to.
Added alt image text in the event the thumbnail image could not be displayed.
Bug Fixes
Removed the QR Code display from the module, QR Code generation was not properly working.
Fixed issue where, when all things had been displayed and the next things were getting ready, the screen would be blank.