MeteoNook
MeteoNook copied to clipboard
Import JSON possible
I needed to delete my cookies, so I exported my data as JSON. Is there a way to import the JSON-File?
Do you have your seed yet? If so, just write it down.
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()}();