running_page icon indicating copy to clipboard operation
running_page copied to clipboard

Make your own running home page

Results 75 running_page issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/yihong0618/running_page/assets/160414940/01f2ed44-a3c8-408b-819b-5f03c741233f)

你好,我部署了一套running_page在自己的阿里云服务器上。感谢作者,现在系统运行得挺好的。 想请教一下,如何实现高驰pace3数据自动同步到自己部署的running_page上呢?现在每次跑完步都需要在COROS APP导出GPX文件然后上传到服务器上,有点繁琐。

`ERROR: Exception: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 165, in exc_logging_wrapper status = run_func(*args) File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper return func(self, options, args) File "/usr/lib/python3/dist-packages/pip/_internal/commands/install.py", line 389,...

从github看到了大佬的项目,我是想导出我在vivo手机的骑行记录。官方不支持导出,找了好多方法都不行😭。目前我只能导出了 Android-->data-->com.vivo.health 下的文件夹,但是里面并没有找到我想要的数据(可能是看不懂),所以想请教一下大佬,关于这个文件夹内容数据转化,或者您有相关的文档嘛

The current Docker build process in the documentation appears less than elegant. Each application requires a separate build, and certain parameters are hardcoded during the build, making it inconvenient and...

悦跑圈导出的gpx文件没有处理暂停,导入Strava之后暂停中的路段依旧记录且时间是连续的 短暂的暂停问题不大,长时间暂停会导致“超高速”的出现 举个例子,这是我去年的一个悦跑的记录: ![image](https://github.com/yihong0618/running_page/assets/16899471/29ffd8d1-88c2-4c3f-b9c5-cf0efb93a728) 上传Strava后: ![image](https://github.com/yihong0618/running_page/assets/16899471/fecf353f-4ddb-4a0a-8983-8338752a4144) 导致中端速度飙升 ![image](https://github.com/yihong0618/running_page/assets/16899471/a14e3186-d3b6-4260-92b9-1799b7181684) 大概看了一下,两个问题, 1. 是悦跑的数据没处理好,这个好处理, PR: #601 2. 比较坑爹了,Strava本身就有问题,不支持multi segs / multi tracks,[Post here](https://communityhub.strava.com/t5/ideas/gpx-import-ignores-trkseg-xml-tags-thus-violating-gpx/idc-p/20646/highlight/true#M9561), 修好了悦跑的脚本也没用,暂时想法是暂停的时候split成两个gpx,但是暂停过多的话会把一个记录切成碎片。这个还没想好怎么搞 :disappointed:

现在看起来是因为没有时间戳,所以只能得到平均速率。 我希望能得到像悦跑圈app一样的,能看到每一公里的配速和全程的步频变化的情况。 我猜测是悦跑圈的客户端和服务端约定了采样频率。尝试找到content转出的list length和时间长度的关系。但好像没啥关系。。 求救大佬有其他思路吗。。

**目标读者:** 使用**华为运动健康APP**, **华为运动设备**的用户 **实现思路:** running page支持悦跑圈同步([joyrun_sync.py](https://github.com/yihong0618/running_page/blob/master/run_page/joyrun_sync.py))跑步运动数据, 而且在悦跑圈APP的设备绑定支持华为运动健康APP, 可以实现完整的跑步运动数据自动同步到悦跑圈账户下。基于此,想要使用running page, 就可以通过 华为运动健康APP ➡️ 悦跑圈APP ➡️ running page 的方式来达到。 **操作步骤:** 1. 手机端下载华为运动健康APP和悦跑圈APP 2. 注册登录相对应的账号 3. 在悦跑圈APP中“我”的页面下拉,找到“设备绑定”,添加华为运动健康服务(这里也支持高驰,佳明的数据同步服务) ![image](https://github.com/yihong0618/running_page/assets/2556873/d3013ce9-3168-4fdf-917f-e3dd2560f0b6) ![image](https://github.com/yihong0618/running_page/assets/2556873/79224c13-779b-47f3-9b5a-85e6c90bc57a) 5. 每次记录在华为运动健康APP的跑步数据,在打开悦跑圈APP后会自动同步到悦跑圈中 ![image](https://github.com/yihong0618/running_page/assets/2556873/cfbe677e-c2f0-4602-ba8d-b184525a6cd3) 7....

documentation

keep生成gpx文件并导入到佳明国际区时,运动类型问题默认为其他,需要手动更改为跑步,比较麻烦,有更好的办法吗?