Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change NFT displayed after first setup? #11

Open
daviduke opened this issue Mar 20, 2021 · 1 comment
Open

Change NFT displayed after first setup? #11

daviduke opened this issue Mar 20, 2021 · 1 comment

Comments

@daviduke
Copy link

Sorry if this is a dumb question but I cannot seem to figure out how to display a different NFT from the one I originally chose to display. Is this possible or do I have to re-install?

@alexcor
Copy link

alexcor commented Dec 15, 2021

You can clear the cache or just add a new one to the queue. It will change the display on random time:
var frameDuration = frameDurationMin + getRandomInt(frameDurationMax - frameDurationMin);
var frameDurationMin = 3000;
var frameDurationMax = 8000;
var transitionDuration = 1000;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants