Search found 11 matches
- 16 Apr 2019 08:28
- Forum: User Help / Bug Reports
- Topic: GOOGLE ASSISTANT READ NEWS COMMAND
- Replies: 1
- Views: 6367
GOOGLE ASSISTANT READ NEWS COMMAND
I'd like to send "read news" command to google assistant in the morning.. can someone help me?
- 28 Nov 2018 09:11
- Forum: Feature Requests
- Topic: Extract values from json format
- Replies: 3
- Views: 10637
Re: Extract values from json format
SOLUTION: js = fromJSON(weatherDark); RainDa1 = js["currently"]["precipProbability"]; RainDa="{RainDa1*100,numberformat,0}"; TempDa1 = js["currently"] ["temperature"] ; TempDa ="{TempDa1,numberformat,0}"; HuDa1 = js["currently"] ["humidity"]; // 0.61 HuDa ="{HuDa1*100,numberformat,0}"; StatusDa = js...
- 23 Nov 2018 08:35
- Forum: Feature Requests
- Topic: Extract values from json format
- Replies: 3
- Views: 10637
Re: Extract values from json format
Thank you very much.. now another question: from same list i'd like to access the list ot temperatures of the day {"latitude":45.89,"longitude":12.3,"timezone":"Europe/Rome","currently": {"time":1542957662,...,"temperature":6.91,...}, "hourly":{"summary":"Rain starting this evening.","icon":"rain","...
- 19 Nov 2018 09:31
- Forum: User Help / Bug Reports
- Topic: Extract latitude and longitude from position
- Replies: 2
- Views: 7459
Re: Extract latitude and longitude from position
Thank y very much, very useful
- 18 Nov 2018 21:28
- Forum: Feature Requests
- Topic: Extract values from json format
- Replies: 3
- Views: 10637
Extract values from json format
I'd like to extract some values from Json format: The file contain this values {"latitude":45.89,"longitude":12.3,"timezone":"Europe/Rome","currently":{"time":1542528923,"summary":"Clear","icon":"clear-day","precipIntensity":0,"precipProbability":0,"temperature":5.34,"apparentTemperature":5.34,"dewP...
- 18 Nov 2018 21:15
- Forum: User Help / Bug Reports
- Topic: Extract latitude and longitude from position
- Replies: 2
- Views: 7459
Extract latitude and longitude from position
I'd like to extract the Latitude and longitude from the position variable Because I need to put in a string for making an api call:
http://api.openweathermap.org/data/2.5/ ... 9&lon=12.3
How can I do it?
http://api.openweathermap.org/data/2.5/ ... 9&lon=12.3
How can I do it?
- 02 Nov 2018 14:53
- Forum: Flow Sharing Area
- Topic: Weather on statusbar
- Replies: 9
- Views: 36029
Re: Weather on statusbar
Any update for having weather on status bar at least external temperature Based on location?
- 02 Nov 2018 14:30
- Forum: Flow Sharing Area
- Topic: GPS altitude when maps running
- Replies: 3
- Views: 11995
- 31 Oct 2018 19:45
- Forum: Flow Sharing Area
- Topic: GPS altitude when maps running
- Replies: 3
- Views: 11995
Re: GPS altitude when maps running
This is a GPS altitude notification that appear If you are using Waze or Maps or mytrails.. Do you have any suggestions to improve
- 31 Oct 2018 19:43
- Forum: Flow Sharing Area
- Topic: Time Calculation
- Replies: 2
- Views: 10377
Re: Time Calculation
Any link for download?