mirror of https://github.com/Lissy93/dashy.git
👽 Adds constants for weather API endpoint
This commit is contained in:
parent
7851467397
commit
de97f562a1
|
@ -203,6 +203,10 @@ module.exports = {
|
||||||
homeLabIcons: 'https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/{icon}.png',
|
homeLabIcons: 'https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/{icon}.png',
|
||||||
homeLabIconsFallback: 'https://raw.githubusercontent.com/NX211/homer-icons/master/png/{icon}.png',
|
homeLabIconsFallback: 'https://raw.githubusercontent.com/NX211/homer-icons/master/png/{icon}.png',
|
||||||
},
|
},
|
||||||
|
/* API endpoints for widgets that need to fetch external data */
|
||||||
|
widgetApiEndpoints: {
|
||||||
|
weather: 'https://api.openweathermap.org/data/2.5/weather',
|
||||||
|
},
|
||||||
/* URLs for web search engines */
|
/* URLs for web search engines */
|
||||||
searchEngineUrls: {
|
searchEngineUrls: {
|
||||||
// Common
|
// Common
|
||||||
|
|
Loading…
Reference in New Issue