RE: 4-days forecast problem -
hornychz - 04-12-2019
(03-12-2019, 22:56)ok2arm Wrote: Hi Boys 
Maybee is my question offtopic, but...
Display is fully working, I have registered API in DarkSky, also writed in credentials.h but but not working...
Display not call API. I have tested "call" API on other device... = working
On display is 4x the same picute (clouds with ?, 0 / 0 etc...)
Any idea ?
Hello, OK2ARM,
Do you have turn internet on in Config.h file?
You have to have in Config.h:
Code:
// --------------------------------------------------------------------------------------
// Internet Settings
// --------------------------------------------------------------------------------------
#define ENABLE_INTERNET 1 // 1= Enable Internet connection, 0= Disable
#define WEBSERVER_PORT 80 // WebServer port (default 80)
// --------------------------------------------------------------------------------------
// NTP Server Settings. At least one should be defined
// --------------------------------------------------------------------------------------
#define TIMESERVER "pool.ntp.org"
and you position at least 4 decimal places, for example mine:
Code:
// --------------------------------------------------------------------------------------
// Dark Sky 4 Days Forecast Settings
// --------------------------------------------------------------------------------------
// Set the forecast longitude and latitude to at least 4 decimal places
// Hint: Use the same values set on the WeatherDuino Receiver
const String latitude = "50.181038"; // 90.0000 to -90.0000 negative for Southern hemisphere
const String longitude = "14.649961"; // 180.000 to -180.000 negative for West
(In Credentials.h you have to have WiFi credentials completed and api_key too.)
If you still can not, copy both files here (delete your credentials), or - otherwise - let me know if you work.
Good luck.
RE: 4-days forecast problem -
werk_ag - 04-12-2019
(03-12-2019, 22:56)ok2arm Wrote: Hi Boys 
Maybee is my question offtopic, but...
Display is fully working, I have registered API in DarkSky, also writed in credentials.h but but not working...
Display not call API. I have tested "call" API on other device... = working
On display is 4x the same picute (clouds with ?, 0 / 0 etc...)
Any idea ?
Hi ok2arm,
Can you please tell me the type of device? Pro2 Compact or WiFi Wireless display unit?
In both cases, carefully check the defined coordinates for your weather station. Use at least 4 decimal places.
Example for the Pro2 Compact
Code:
// --------------------------------------------------------------------------------------
// Define your Weather Station location
//
// >>> THIS SETTING IS VERY IMPORTANT! <<<
//
// The more precise you define your location, the more accurate will be the 4 Days Forecast.
// Use decimal format for Latitude and Longitude with at least 4 decimal places (preferably 5)
// LATITUDE: 90.00000 to -90.00000 (negative for Southern hemisphere)
// LONGITUDE: 180.000 to -180.000 (negative for West)
// --------------------------------------------------------------------------------------
#define LATITUDE 39.22350 // Put here your Station Latitude (up to 5 decimal places, don't use less than 4 decimal places)
#define LONGITUDE -8.99650 // Put here your Station Longitude (up to 5 decimal places, don't use less than 4 decimal places)
#define ELEVATION 124 // Put here your Station height above sea level in Meters (no decimal places)
Rgs
RE: 4-days forecast problem -
ok2arm - 05-12-2019
Hi,
problem solved ! I Am little bit idi...

I use wrong string in GPS loc... I use "," instead "."

Now is working
And question to Werk i thnik... Is any chance make FW (in future) where will be all info in to main screen ? Because now must click to next page, but will be fine see all in one page...
Tnx
Joe
RE: 4-days forecast problem -
hornychz - 06-12-2019
(05-12-2019, 21:14)ok2arm Wrote: problem solved ! I Am little bit idi... I use wrong string in GPS loc... I use "," instead "." Now is working
Congratulations!
There is also a forum for such mistakes, we make them everyone. (Your mistake is "normal" in our language...

)
Can you share any photos from your constructions, please? (I know, you are the excelent technician,
you have got very nice gallery on your web...)
RE: 4-days forecast problem -
werk_ag - 06-12-2019
(05-12-2019, 21:14)ok2arm Wrote: ...
problem solved ! I Am little bit idi...
I use wrong string in GPS loc... I use "," instead "."
Now is working
..
(06-12-2019, 01:04)hornychz Wrote: ...
There is also a forum for such mistakes, we make them everyone. (Your mistake is "normal" in our language...
)
...
In Portugal, we also use comma as decimal separator... I commit such kind of mistake quite often.
Its good to know the 4 Days Forecast is working now. Thanks for the feedback
RE: 4-days forecast problem -
ok2arm - 06-12-2019
I Am not finish with housing for LCD and other, after them send some pic

Thank !
(06-12-2019, 01:04)hornychz Wrote: (05-12-2019, 21:14)ok2arm Wrote: problem solved ! I Am little bit idi... I use wrong string in GPS loc... I use "," instead "." Now is working
Congratulations! 
There is also a forum for such mistakes, we make them everyone. (Your mistake is "normal" in our language...
)
Can you share any photos from your constructions, please? (I know, you are the excelent technician,
you have got very nice gallery on your web...)
RE: 4-days forecast problem -
ok2arm - 06-12-2019
Can you answer pls fot my question... Thank !
..... And question to Werk i thnik... Is any chance make FW (in future) where will be all info in to main screen ? Because now must click to next page, but will be fine see all in one page...
(06-12-2019, 06:18)Werk_AG Wrote: (05-12-2019, 21:14)ok2arm Wrote: ...
problem solved ! I Am little bit idi...
I use wrong string in GPS loc... I use "," instead "."
Now is working
..
(06-12-2019, 01:04)hornychz Wrote: ...
There is also a forum for such mistakes, we make them everyone. (Your mistake is "normal" in our language...
)
...
In Portugal, we also use comma as decimal separator... I commit such kind of mistake quite often. 
Its good to know the 4 Days Forecast is working now. Thanks for the feedback
RE: 4-days forecast problem -
werk_ag - 07-12-2019
(06-12-2019, 12:03)ok2arm Wrote: Can you answer pls fot my question... Thank !
..... And question to Werk i thnik... Is any chance make FW (in future) where will be all info in to main screen ? Because now must click to next page, but will be fine see all in one page...
Hello Joe,
I'm not sure if I correctly understood your question... the WeatherDuino shows so many data, that I think its impossible to show them all in just one screen (main screen). So we have grouped them by categories, and each category is shown on a different page:
Main Page -> Air Quality Page -> System Info Page -> Extra Sensors -> etc, etc
Please note: The order of the pages can be user defined in the Config_Options
Hope have answered to your question.
Rgs
RE: 4-days forecast problem -
ok2arm - 08-12-2019
Hi,
I would like all importatnt info on main screen...
Now is +/- this:
ATM xx Inside
Wind xx XX
Wind xx XX
Wind xx Outside
Rain xx XX
Rain xx XX
Solar xx
UV xx
I would like make this on main page:
ATM xx Inside Temp xx
Wind xx Inside Pres xx
Wind xx Outside Temp xx
Wind xx Outside Pres xx
Rain xx PM10 xx
Rain xx PM2,5 xx
Solar xx AQ xx
UV xx CO2 xx
Is real to make ?
Tnx
(07-12-2019, 04:08)Werk_AG Wrote: (06-12-2019, 12:03)ok2arm Wrote: Can you answer pls fot my question... Thank !
..... And question to Werk i thnik... Is any chance make FW (in future) where will be all info in to main screen ? Because now must click to next page, but will be fine see all in one page...
Hello Joe,
I'm not sure if I correctly understood your question... the WeatherDuino shows so many data, that I think its impossible to show them all in just one screen (main screen). So we have grouped them by categories, and each category is shown on a different page:
Main Page -> Air Quality Page -> System Info Page -> Extra Sensors -> etc, etc
Please note: The order of the pages can be user defined in the Config_Options
Hope have answered to your question.
Rgs
RE: 4-days forecast problem -
werk_ag - 08-12-2019
(08-12-2019, 18:00)ok2arm Wrote: Hi,
I would like all importatnt info on main screen...
Now is +/- this:
ATM xx Inside
Wind xx XX
Wind xx XX
Wind xx Outside
Rain xx XX
Rain xx XX
Solar xx
UV xx
I would like make this on main page:
ATM xx Inside Temp xx
Wind xx Inside Pres xx
Wind xx Outside Temp xx
Wind xx Outside Pres xx
Rain xx PM10 xx
Rain xx PM2,5 xx
Solar xx AQ xx
UV xx CO2 xx
Is real to make ?
Tnx
Hi Joe,
Obviously it can be done, its a change you can try to do. Honestly, I don't want to do it, as it will also break coerency with the WiFi Wireless Display and probably will require changes on the structure of the language files (not apparently, but it will have). By other side, Air Quality data isn't part of the standard set od data provided by Davis Vantage weather stations, which WeatherDuino emulates, so having Air Quality data on a a separated data screen, seems to make sense.
Rgs
Werk_AG