Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
re1san committed Dec 14, 2023
1 parent f3caf67 commit 72c8c0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ const CONFIG = {
weatherUnit: 'C', // 'F', 'C'
language: 'en', // More languages in https://openweathermap.org/current#multi

trackLocation: true, // If false or an error occurs, the app will use the lat/lon below
defaultLatitude: '29.8667',
defaultLongitude: '77.8833',
trackLocation: false, // If false or an error occurs, the app will use the lat/lon below
defaultLatitude: '34.049',
defaultLongitude: '74.392',

// Autochange
autoChangeTheme: false,
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@

<!-- Developed and designed by Miguel Ávila: -->
<!-- https://avila.sh-->
</html>
</html>

0 comments on commit 72c8c0b

Please sign in to comment.