• Administrator
  •  
    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

Archive closed topics

Moderators: Internal error, Watchmens

Locked
User avatar
BigDaddy
WF maker
Posts: 15
Joined: 28 Jul 2019, 16:48
Location: Great Britain
Has thanked: 5 times
Been thanked: 9 times
Contact:

Weather Available Now

Post by BigDaddy »

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
Posts: 3
Joined: 29 Aug 2019, 03:10
Has thanked: 1 time
Been thanked: 1 time
Contact:

Post by davidcheok »

Fingers crossed
User avatar
BigDaddy
WF maker
Posts: 15
Joined: 28 Jul 2019, 16:48
Location: Great Britain
Has thanked: 5 times
Been thanked: 9 times
Contact:

Post by BigDaddy »

1 month gone and still nothing...
| Samsung Galaxy S20 Ultra 5G | Samsung Galaxy Watch 3 BT 45mm | Amazfit Bip U Pro |
titanzx
WF maker
Posts: 6
Joined: 05 Sep 2019, 13:53
Been thanked: 2 times
Contact:

Post by titanzx »

I've made it.
Image
STERH
Posts: 2
Joined: 06 Sep 2018, 18:46
Been thanked: 1 time
Contact:

Post by STERH »

How did you pack the dial ??
For me json is ok, but after packing does'nt show on the watch.
User avatar
siddartha001
WF maker
Posts: 12
Joined: 17 Dec 2018, 15:43
Has thanked: 4 times
Been thanked: 2 times
Contact:

Post by siddartha001 »

titanzx wrote: 09 Oct 2019, 03:49
I've made it.
Image
Wow, can you share pls files & code?
davey400
Posts: 2
Joined: 01 Aug 2019, 08:30
Contact:

Post by davey400 »

Nice watchface.
Will you share it?
koolgao
WF maker
Posts: 16
Joined: 15 Apr 2018, 06:25
Has thanked: 2 times

Post by koolgao »

yo creo que eso no es posible
juanl
WF maker
Posts: 5
Joined: 04 Apr 2019, 15:56
Has thanked: 1 time
Contact:

Post by juanl »

Tiene una pinta de fake que atufa
User avatar
ManuTdi
WF maker
Posts: 9
Joined: 23 Aug 2019, 02:51
Has thanked: 2 times
Been thanked: 2 times
Contact:

Post by ManuTdi »

F A K E !
titanzx
WF maker
Posts: 6
Joined: 05 Sep 2019, 13:53
Been thanked: 2 times
Contact:

Post by titanzx »

ManuTdi wrote: 26 Oct 2019, 13:33
F A K E !
It's fake ?? LOL, I've to fix bug before I patch to github.

Image
davey400
Posts: 2
Joined: 01 Aug 2019, 08:30
Contact:

Post by davey400 »

Great work.
What's the bug?
Can you send or post the bin?

(btw: there is an update waiting for you on your Mac... ;) )
User avatar
Maikeldevil
Posts: 64
Joined: 17 Aug 2019, 12:05
Location: unknown
Has thanked: 3 times
Been thanked: 44 times
Contact:

Post by Maikeldevil »

titanzx wrote: 29 Oct 2019, 04:40
ManuTdi wrote: 26 Oct 2019, 13:33
F A K E !
It's fake ?? LOL, I've to fix bug before I patch to github.

Image
Do you have a github link availible? Or do you have an est. time of adding the sources?
User avatar
Bang.ch.t.c
WF maker
Posts: 1
Joined: 25 Sep 2019, 15:17
Contact:

Post by Bang.ch.t.c »

Waiting py_amazfit_tool update. Plz update weather and year.
One_Hand
llppzz

Post by llppzz »

titanzx wrote: 29 Oct 2019, 04:40
ManuTdi wrote: 26 Oct 2019, 13:33
F A K E !
It's fake ?? LOL, I've to fix bug before I patch to github.
You just stole the code from the Russian forum. Don't say what is yours...
murigny64
WF maker
Posts: 11
Joined: 03 Nov 2019, 17:12
Been thanked: 4 times
Contact:

Post by murigny64 »

Hello
github lolyinseo/py_amazfit_tools
is now updated with new parameters for weather:
current, max day and night

very usefull for us. :)
User avatar
siddartha001
WF maker
Posts: 12
Joined: 17 Dec 2018, 15:43
Has thanked: 4 times
Been thanked: 2 times
Contact:

Post by siddartha001 »

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? :)
murigny64
WF maker
Posts: 11
Joined: 03 Nov 2019, 17:12
Been thanked: 4 times
Contact:

Post by murigny64 »

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 ?
murigny64
WF maker
Posts: 11
Joined: 03 Nov 2019, 17:12
Been thanked: 4 times
Contact:

Post by murigny64 »

siddartha001 wrote: 04 Nov 2019, 17:25
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? :)
Install python and pillow
You have to use github.c o m/lolyinseo/py_amazfit_tools/tree/dev_gtr

weather synthax:

Code: Select all

  "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
      }
    }
  }
jetherson
WF maker
Posts: 2
Joined: 19 Oct 2019, 23:39
Has thanked: 1 time
Been thanked: 1 time
Contact:

Post by jetherson »

I can't seem to unpack these new WF with weather data using the latest py_amazfit_tools-gtr. Any ideas? Thanks.
murigny64
WF maker
Posts: 11
Joined: 03 Nov 2019, 17:12
Been thanked: 4 times
Contact:

Post by murigny64 »

jetherson wrote: 08 Nov 2019, 07:48
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" branch :roll:
User avatar
siddartha001
WF maker
Posts: 12
Joined: 17 Dec 2018, 15:43
Has thanked: 4 times
Been thanked: 2 times
Contact:

Post by siddartha001 »

murigny64 wrote: 06 Nov 2019, 17:40
siddartha001 wrote: 04 Nov 2019, 17:25
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? :)
Install python and pillow
You have to use github.c o m/lolyinseo/py_amazfit_tools/tree/dev_gtr

weather synthax:

Code: Select all

  "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
      }
    }
  }
Thank you very much! Will try. ;)
ahmedraije
WF maker
Posts: 2
Joined: 07 Nov 2019, 19:04
Contact:

Post by ahmedraije »

siddartha001 wrote: 08 Nov 2019, 15:54
murigny64 wrote: 06 Nov 2019, 17:40
siddartha001 wrote: 04 Nov 2019, 17:25
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? :)
Install python and pillow
You have to use github.c o m/lolyinseo/py_amazfit_tools/tree/dev_gtr

weather synthax:

Code: Select all

  "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
      }
    }
  }
Thank you very much! Will try. ;)
ive tried to unpack a watchface for gtr 47 with both brances gtr and gtr_dev
both i get the error



actually ive tried all the tools in the website :) all return same errors that some parameters are not supported

the watchfaces that i try to unpack contain weather , analog watchfaes are working well

any solution?
ahmedraije
WF maker
Posts: 2
Joined: 07 Nov 2019, 19:04
Contact:

Post by ahmedraije »

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'>
murigny64
WF maker
Posts: 11
Joined: 03 Nov 2019, 17:12
Been thanked: 4 times
Contact:

Post by murigny64 »

You have to install python 3 AND pillow 6
Locked

Return to “Closed topics”

Who is online

Users browsing this forum: No registered users and 0 guests