-
- 管理员
-
-
Support Ukraine
If you experience any problems with the forum (it is not visible, there is no way to post messages, or some functionality does not work), please let us know. If you have problems with registration or you did not receive confirmation letter, let us know and we will activate your account manually.
If you get an "The submitted form was invalid. Try submitting again" error, delete cookies, then try again.
Weather Available Now
版主: Internal error, Watchmens
- BigDaddy
- WF maker
- 帖子: 15
- 注册时间: 28 7月 2019, 16:48
- 来自: Great Britain
- Has thanked: 5 time
- Been thanked: 9 time
- 联系:
Weather Available Now
Weather Available now on stock watch faces! I hope soon it will be on custom faces!!
| Samsung Galaxy S20 Ultra 5G | Samsung Galaxy Watch 3 BT 45mm | Amazfit Bip U Pro |
-
davidcheok
- 帖子: 3
- 注册时间: 29 8月 2019, 03:10
- Has thanked: 1 time
- Been thanked: 1 time
- 联系:
- siddartha001
- WF maker
- 帖子: 12
- 注册时间: 17 12月 2018, 15:43
- Has thanked: 4 time
- Been thanked: 2 time
- 联系:
Wow, can you share pls files & code?
Great work.
What's the bug?
Can you send or post the bin?
(btw: there is an update waiting for you on your Mac...
)
What's the bug?
Can you send or post the bin?
(btw: there is an update waiting for you on your Mac...
- Maikeldevil
- 帖子: 64
- 注册时间: 17 8月 2019, 12:05
- 来自: unknown
- Has thanked: 3 time
- Been thanked: 44 time
- 联系:
Do you have a github link availible? Or do you have an est. time of adding the sources?
- Bang.ch.t.c
- WF maker
- 帖子: 1
- 注册时间: 25 9月 2019, 15:17
- 联系:
-
llppzz
You just stole the code from the Russian forum. Don't say what is yours...
Hello
github lolyinseo/py_amazfit_tools
is now updated with new parameters for weather:
current, max day and night
very usefull for us.
github lolyinseo/py_amazfit_tools
is now updated with new parameters for weather:
current, max day and night
very usefull for us.
- siddartha001
- WF maker
- 帖子: 12
- 注册时间: 17 12月 2018, 15:43
- Has thanked: 4 time
- Been thanked: 2 time
- 联系:
Is it possible to create a tutorial with screenshots step by step in english for non developers? So that we also can create our watchfaces with weather now and can unpack and pack the bin files please? 
Hello
I try to had both current weather and day/night weather in json but It's not working
Only "current" OR "day/night" is working
I miss something ?
I try to had both current weather and day/night weather in json but It's not working
Only "current" OR "day/night" is working
I miss something ?
Install python and pillowsiddartha001 写了: 04 11月 2019, 17:25Is it possible to create a tutorial with screenshots step by step in english for non developers? So that we also can create our watchfaces with weather now and can unpack and pack the bin files please?![]()
You have to use github.c o m/lolyinseo/py_amazfit_tools/tree/dev_gtr
weather synthax:
代码: 全选
"Weather": {
"Icon": {
"Images": {
"X": 227,
"Y": 88,
"ImageIndex": 16,
"ImagesCount": 25
},
"NoWeatherImageIndex": 41
},
"Temperature": {
"Current": {
"TopLeftX": 220,
"TopLeftY": 126,
"BottomRightX": 271,
"BottomRightY": 143,
"Alignment": "Center",
"Spacing": 0,
"ImageIndex": 42,
"ImagesCount": 10
},
"Today": {
"Separate": {
"Day": {
"TopLeftX": 120,
"TopLeftY": 126,
"BottomRightX": 171,
"BottomRightY": 143,
"Alignment": "Left",
"Spacing": 0,
"ImageIndex": 42,
"ImagesCount": 10
},
"Night": {
"TopLeftX": 250,
"TopLeftY": 126,
"BottomRightX": 290,
"BottomRightY": 143,
"Alignment": "Right",
"Spacing": 0,
"ImageIndex": 42,
"ImagesCount": 10
}
},
"AppendDegreesForBoth":1
},
"Symbols": {
"Unknown0800": 0,
"MinusImageIndex": 52,
"DegreesImageIndex": 53,
"NoDataImageIndex": 54
}
}
}I can't seem to unpack these new WF with weather data using the latest py_amazfit_tools-gtr. Any ideas? Thanks.
no, use "dev_gtr" branchjetherson 写了: 08 11月 2019, 07:48I can't seem to unpack these new WF with weather data using the latest py_amazfit_tools-gtr. Any ideas? Thanks.
- siddartha001
- WF maker
- 帖子: 12
- 注册时间: 17 12月 2018, 15:43
- Has thanked: 4 time
- Been thanked: 2 time
- 联系:
Thank you very much! Will try.murigny64 写了: 06 11月 2019, 17:40Install python and pillowsiddartha001 写了: 04 11月 2019, 17:25Is it possible to create a tutorial with screenshots step by step in english for non developers? So that we also can create our watchfaces with weather now and can unpack and pack the bin files please?![]()
You have to use github.c o m/lolyinseo/py_amazfit_tools/tree/dev_gtr
weather synthax:
代码: 全选
"Weather": { "Icon": { "Images": { "X": 227, "Y": 88, "ImageIndex": 16, "ImagesCount": 25 }, "NoWeatherImageIndex": 41 }, "Temperature": { "Current": { "TopLeftX": 220, "TopLeftY": 126, "BottomRightX": 271, "BottomRightY": 143, "Alignment": "Center", "Spacing": 0, "ImageIndex": 42, "ImagesCount": 10 }, "Today": { "Separate": { "Day": { "TopLeftX": 120, "TopLeftY": 126, "BottomRightX": 171, "BottomRightY": 143, "Alignment": "Left", "Spacing": 0, "ImageIndex": 42, "ImagesCount": 10 }, "Night": { "TopLeftX": 250, "TopLeftY": 126, "BottomRightX": 290, "BottomRightY": 143, "Alignment": "Right", "Spacing": 0, "ImageIndex": 42, "ImagesCount": 10 } }, "AppendDegreesForBoth":1 }, "Symbols": { "Unknown0800": 0, "MinusImageIndex": 52, "DegreesImageIndex": 53, "NoDataImageIndex": 54 } } }
-
ahmedraije
- WF maker
- 帖子: 2
- 注册时间: 07 11月 2019, 19:04
- 联系:
ive tried to unpack a watchface for gtr 47 with both brances gtr and gtr_devsiddartha001 写了: 08 11月 2019, 15:54Thank you very much! Will try.murigny64 写了: 06 11月 2019, 17:40Install python and pillowsiddartha001 写了: 04 11月 2019, 17:25Is it possible to create a tutorial with screenshots step by step in english for non developers? So that we also can create our watchfaces with weather now and can unpack and pack the bin files please?![]()
You have to use github.c o m/lolyinseo/py_amazfit_tools/tree/dev_gtr
weather synthax:
代码: 全选
"Weather": { "Icon": { "Images": { "X": 227, "Y": 88, "ImageIndex": 16, "ImagesCount": 25 }, "NoWeatherImageIndex": 41 }, "Temperature": { "Current": { "TopLeftX": 220, "TopLeftY": 126, "BottomRightX": 271, "BottomRightY": 143, "Alignment": "Center", "Spacing": 0, "ImageIndex": 42, "ImagesCount": 10 }, "Today": { "Separate": { "Day": { "TopLeftX": 120, "TopLeftY": 126, "BottomRightX": 171, "BottomRightY": 143, "Alignment": "Left", "Spacing": 0, "ImageIndex": 42, "ImagesCount": 10 }, "Night": { "TopLeftX": 250, "TopLeftY": 126, "BottomRightX": 290, "BottomRightY": 143, "Alignment": "Right", "Spacing": 0, "ImageIndex": 42, "ImagesCount": 10 } }, "AppendDegreesForBoth":1 }, "Symbols": { "Unknown0800": 0, "MinusImageIndex": 52, "DegreesImageIndex": 53, "NoDataImageIndex": 54 } } }![]()
both i get the error
actually ive tried all the tools in the website
the watchfaces that i try to unpack contain weather , analog watchfaes are working well
any solution?
-
ahmedraije
- WF maker
- 帖子: 2
- 注册时间: 07 11月 2019, 19:04
- 联系:
this is the error i get
2019-11-08 19:05:19,067 - root - WARNING - [ParamConv: pars e] currentPath 6 / Parameter 6 isn't supported for <class 'watchFaceParser.watchFace .WatchFace'>
2019-11-08 19:05:19,067 - root - CRITICAL - Parameter 6 isn't supported for <class 'watchFacePa rser .watchF ace .Wat chFa ce'>
Traceback (most recent call last):
File "program .py ", line 160, in parseResources
File " watchFaceParser\utils\parametersConv erter. py", line 79, in parse
IndexEr ror: Parameter 6 isn't supported for <class 'watc hFacePar ser.watchF ace.Wat chFdace'>
在线用户
正浏览此版面之用户: 没有注册用户 和 1 访客

