Pagina 1 di 1

Weather Available Now

Inviato: 06 set 2019, 18:36
da BigDaddy
Weather Available now on stock watch faces! I hope soon it will be on custom faces!!

Re: Weather Available Now

Inviato: 10 set 2019, 07:33
da davidcheok
Fingers crossed

Re: Weather Available Now

Inviato: 08 ott 2019, 16:53
da BigDaddy
1 month gone and still nothing...

Re: Weather Available Now

Inviato: 09 ott 2019, 03:49
da titanzx
I've made it.
Immagine

Re: Weather Available Now

Inviato: 09 ott 2019, 05:26
da STERH
How did you pack the dial ??
For me json is ok, but after packing does'nt show on the watch.

Re: Weather Available Now

Inviato: 09 ott 2019, 20:52
da siddartha001
titanzx ha scritto: 09 ott 2019, 03:49
I've made it.
Immagine
Wow, can you share pls files & code?

Re: Weather Available Now

Inviato: 14 ott 2019, 11:51
da davey400
Nice watchface.
Will you share it?

Re: Weather Available Now

Inviato: 26 ott 2019, 10:45
da koolgao
yo creo que eso no es posible

Re: Weather Available Now

Inviato: 26 ott 2019, 13:32
da juanl
Tiene una pinta de fake que atufa

Re: Weather Available Now

Inviato: 26 ott 2019, 13:33
da ManuTdi
F A K E !

Re: Weather Available Now

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

Immagine

Re: Weather Available Now

Inviato: 30 ott 2019, 10:24
da 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... ;) )

Re: Weather Available Now

Inviato: 30 ott 2019, 12:55
da Maikeldevil
titanzx ha scritto: 29 ott 2019, 04:40
ManuTdi ha scritto: 26 ott 2019, 13:33
F A K E !
It's fake ?? LOL, I've to fix bug before I patch to github.

Immagine
Do you have a github link availible? Or do you have an est. time of adding the sources?

Re: Weather Available Now

Inviato: 01 nov 2019, 08:09
da Bang.ch.t.c
Waiting py_amazfit_tool update. Plz update weather and year.

Re: Weather Available Now

Inviato: 02 nov 2019, 08:24
da llppzz
titanzx ha scritto: 29 ott 2019, 04:40
ManuTdi ha scritto: 26 ott 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...

Re: Weather Available Now

Inviato: 03 nov 2019, 17:17
da murigny64
Hello
github lolyinseo/py_amazfit_tools
is now updated with new parameters for weather:
current, max day and night

very usefull for us. :)

Re: Weather Available Now

Inviato: 04 nov 2019, 17:25
da 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? :)

Re: Weather Available Now

Inviato: 06 nov 2019, 17:33
da 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 ?

Re: Weather Available Now

Inviato: 06 nov 2019, 17:40
da murigny64
siddartha001 ha scritto: 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:

Codice: Seleziona tutto

  "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
      }
    }
  }

Re: Weather Available Now

Inviato: 08 nov 2019, 07:48
da jetherson
I can't seem to unpack these new WF with weather data using the latest py_amazfit_tools-gtr. Any ideas? Thanks.

Re: Weather Available Now

Inviato: 08 nov 2019, 14:31
da murigny64
jetherson ha scritto: 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:

Re: Weather Available Now

Inviato: 08 nov 2019, 15:54
da siddartha001
murigny64 ha scritto: 06 nov 2019, 17:40
siddartha001 ha scritto: 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:

Codice: Seleziona tutto

  "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. ;)

Re: Weather Available Now

Inviato: 08 nov 2019, 17:13
da ahmedraije
siddartha001 ha scritto: 08 nov 2019, 15:54
murigny64 ha scritto: 06 nov 2019, 17:40
siddartha001 ha scritto: 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:

Codice: Seleziona tutto

  "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?

Re: Weather Available Now

Inviato: 08 nov 2019, 17:14
da 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'>

Re: Weather Available Now

Inviato: 09 nov 2019, 07:54
da murigny64
You have to install python 3 AND pillow 6