Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable weather #70

Open
pkarza opened this issue Dec 5, 2018 · 4 comments
Open

disable weather #70

pkarza opened this issue Dec 5, 2018 · 4 comments
Labels
enhancement New feature or request

Comments

@pkarza
Copy link

pkarza commented Dec 5, 2018

Would it be possible to load this without weather data? The news works great, but as you know I am having issues with weather pulls - maybe because of my ISP or being in Canada... I don't know.

@Qrome
Copy link
Owner

Qrome commented Dec 5, 2018

No, it uses the city ID to get the latitude and longitude for the time zone. It currently requires the weather.

@Qrome Qrome added the enhancement New feature or request label Dec 5, 2018
@wabbitguy
Copy link

To omit the city ID reliance, an option could be to use a standard NTP server with start and stop rules for the users timezone. Don't need to tickle Google at all then and weather would be an option...:-)

#include <TimeLib.h> //https://github.com/PaulStoffregen/Time
#include <Timezone.h> //https://github.com/JChristensen/Timezone

Mel

@Qrome
Copy link
Owner

Qrome commented Jan 22, 2019

The original purpose of the scroller was for weather -- I do see putting it in as an option to turn on or off to be nice. However, the TimeZone option and DST is still a major headache for the user. One of my development goals is to make it as simple for the user as possible. TimeZone and DST for international solutions are a huge issue.

@wabbitguy
Copy link

wabbitguy commented Jan 22, 2019

Although it would be impossible to make it foolproof, I find DST the easiest part because the timezone/dst is simply set once in the code, then you upload the code and it's done forever. No reason to complicate it beyond that.

Bad enough I have to go round to every appliance in the house to reset the time without having to adjust all the 8266's...Plus there are a lot of people who work weekends and need the correct time...

I'm going to see if I can convert to a regular NTP scheme with DST rules and then possibly enhance the weather to get a future forecast (more important to me than current conditions). I already changed the code to handle the 1088AS panel displays (they are different than the FC-16's) and modified the news so it will handle queries and countries. Maybe even see if I can update to the Parola library to remove the 16 matrix limit...lotsa fun...:-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants