소스 검색

no message

Jonathan Starck 3 년 전
부모
커밋
005299445f
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      config/config.js

+ 3 - 3
config/config.js

@@ -14,9 +14,9 @@ let config = {
             module: 'MMM-MyWeather',
             position: 'top_right',
             config: {
-                apikey: '7f8378788aee47dfad655c9adbb967a4', // private; don't share!
-                lat: "49.86", // Culemborg, NL ;)
-                lon: "8.35", // use the quotes! 
+                apikey: '7f8378788aee47dfad655c9adbb967a4',
+                lat: "49.86",
+                lon: "8.35",
                 hourly: '3',
                 fctext: '1',
                 fcdaycount: "5",