KevinDeng

Results 3 comments of KevinDeng

> 我使用PC,但是一直提取到的都是"not found"。 我没有移动需求,所以我自己更正了下插件的代码 `plugins/weather-fetcher/main.js` 文件 第1619行: > > ``` > if (source === "wttr") { > const res1 = yield fetch("https://wttr.in/{location}?format=4"); > const res2 = yield res1.text(); > ```...

step1:you could just navigate to this file: your ob vault\.obsidian\plugins\weather-fetcher\main.js step2:locate to line 1619 and using next codes to replace if (source === "wttr") { const res1 = yield fetch("https://wttr.in/{location}?format=4");...

> Outstanding, thanks for the simple solution. One last question: is there a way for Yanks to display Fahrenheit? this easy, just change to this in step3 const res1 =...