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

Import JSON possible #48

Open
evlua1999 opened this issue Dec 14, 2020 · 2 comments
Open

Import JSON possible #48

evlua1999 opened this issue Dec 14, 2020 · 2 comments

Comments

@evlua1999
Copy link

I needed to delete my cookies, so I exported my data as JSON. Is there a way to import the JSON-File?

@JKDos
Copy link

JKDos commented Jan 19, 2021

Do you have your seed yet? If so, just write it down.

@tobeannouncd
Copy link

tobeannouncd commented Jan 25, 2021

I've created a bookmarklet that'll let you paste in your JSON backup to restore your data. Highlight the code below and drag it to your browser's bookmark bar. Then go to MeteoNook and click on the bookmark. It'll prompt you to paste in your JSON backup data.

javascript:void%20function(){var%20e=JSON.parse(prompt(%22Paste%20your%20JSON%20backup%20here%22));localStorage.meteonook_sf_days=JSON.stringify(e.days),localStorage.meteonook_sf_hemisphere=e.hemisphere%3F%22s%22:%22n%22,location.reload()}();

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

3 participants