🐛 Fixed little comment bug
This commit is contained in:
parent
065274074b
commit
a548fd68f8
@ -23,12 +23,12 @@ const CONFIG = {
|
||||
greetingNight: 'Go to Sleep!',
|
||||
|
||||
// Weather
|
||||
weatherKey: '15fe26a8e22e4783054e3273824c5e7b',
|
||||
weatherKey: 'InsertYourAPIKeyHere123456',
|
||||
weatherIcons: 'OneDark', // 'Nord', 'Dark', 'White'
|
||||
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:
|
||||
trackLocation: true, // If false or an error occurs, the app will use the lat/lon below
|
||||
defaultLatitude: '37.775',
|
||||
defaultLongitude: '-122.419',
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user