diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html
index ec12856c3ced7224cb94b4244d0ae7a7120f7bd5..3cb85d0d71dd3a4341512289336fa62de20268a3 100644
--- a/src/app/home/home.component.html
+++ b/src/app/home/home.component.html
@@ -60,59 +60,119 @@ cnt:
icon |
-
-
- {{ l.dt * 1000 | date:'yyyy-MM-dd hh:mm:ss'}}
+
+
+ |
+
+
+ {{ item.dt * 1000 | date:'yyyy-MM-dd hh:mm:ss' }}
+ |
+
+ {{ item.temp.day - 273.15 | number }} °C
+ |
+
+ {{ item.temp.min | number }} °C
+ |
+
+ {{ item.temp.max | number }} °C
+ |
+
+ {{ item.temp.night | number }} °C
+ |
+
+ {{ item.temp.eve | number }} °C
+ |
+
+ {{ item.temp.morn | number }} °C
+ |
+
+ {{ item.pressure | number }} hpa
+ |
+
+ {{ item.humidity | number }} %
+ |
+
+ {{ item.weather.id }}
+ |
+
+ {{item }}
+ |
+
+ {{item }}
+ |
+
+ {{item }}
+ |
+
+ {{item}} meter/sec
+ |
+
+ {{item}} °
+ |
+
+ {{item}} %
+ |
+
+ {{item}}
+ |
+
+
+
+
+
+
diff --git a/src/app/p2/p2.component.html b/src/app/p2/p2.component.html
index 36019682907d3b03cffa39c94472be75f2deede9..dea6fe572304870175d8bf33318f139d89d20c55 100644
--- a/src/app/p2/p2.component.html
+++ b/src/app/p2/p2.component.html
@@ -1,5 +1,5 @@
題二
-尚未將刪除功能做出、隱藏及加總功能也還沒,十分抱歉
+尚未將隱藏及加總功能也還沒