Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

fix(WEATHER, WEATHER_LIST): replace darksky with openweathermap in examples #676

Merged
merged 1 commit into from
Mar 29, 2021

Conversation

rchl
Copy link
Collaborator

@rchl rchl commented Mar 27, 2021

Also update icon mappings.

@alphasixtyfive alphasixtyfive merged commit 1f5f541 into master Mar 29, 2021
@rchl rchl deleted the fix/remove-darksky branch March 29, 2021 10:58
This was referenced Mar 29, 2021
@LucianTothezan
Copy link

Hello. the version here above does not work on my tileboard. i am using openweathermap. the date is not changing if i activate the line for dateformat(please see attachement). also there is an undefined comment in the top right corner. how can i remove it please?
image

@rchl
Copy link
Collaborator Author

rchl commented May 5, 2021

You can remove undefined by adding state: false to the tile.

As for the date, are you using the latest version of TileBoard?
And what is locale set to in your config?

@LucianTothezan
Copy link

thank You for your reply. plain stupid of me for the state: false issue. that one is solved. as for the locale i am on en-us and using the latest version of tileboard(the update was made by copying the content of the zip file in the existing location of the current tileboard. however in order to keep the config.js content from the old one, i just added the locale line in the config . i did a comparaison for the old and new config.js and i did not notice any others. is there another way of updating tileboard, without losing my custome configuration?)

@LucianTothezan
Copy link

ok, i finally got it working. i had to overwrite the index.html also. now the question remains on how to make openweathermap to show the forecast for the following days, not for the current day on 1 hour interval? there is a format that worked for me inwhich the forecast was for the next days but it was changing the day and also indexing with one hour on each day that was further in time than the current day(so it was using the same algorithm for +1 hour on the current day, but adding the +1 hour on each day). is there a way to do the forecaat always taking as reference the same hour of the day and not indexing it?

@rchl
Copy link
Collaborator Author

rchl commented May 6, 2021

I'd recommend starting a thread in https://github.com/resoai/TileBoard/discussions

@bosyd
Copy link

bosyd commented Dec 14, 2021

ok, i finally got it working. i had to overwrite the index.html also. now the question remains on how to make openweathermap to show the forecast for the following days, not for the current day on 1 hour interval? there is a format that worked for me inwhich the forecast was for the next days but it was changing the day and also indexing with one hour on each day that was further in time than the current day(so it was using the same algorithm for +1 hour on the current day, but adding the +1 hour on each day). is there a way to do the forecaat always taking as reference the same hour of the day and not indexing it?

What Index.html file did you overwrite it with? I am having the same issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants