MeteoNook icon indicating copy to clipboard operation
MeteoNook copied to clipboard

Import JSON possible

Open evlua1999 opened this issue 5 years ago • 2 comments

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

evlua1999 avatar Dec 14 '20 12:12 evlua1999

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

JKDos avatar Jan 19 '21 17:01 JKDos

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()}();

tobeannouncd avatar Jan 25 '21 02:01 tobeannouncd