diff --git a/app/src/components/WeatherFindLocation.vue b/app/src/components/WeatherFindLocation.vue
new file mode 100644
index 0000000..7559fb8
--- /dev/null
+++ b/app/src/components/WeatherFindLocation.vue
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+
+
+
+ {{ item.name }}, {{ item.sys.country }}
+
+ {{ item.weather[0].description }}
+
+
+ {{ item.main.temp }}°С
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/views/Settings.vue b/app/src/views/Settings.vue
index 5d8fe9c..efb82de 100644
--- a/app/src/views/Settings.vue
+++ b/app/src/views/Settings.vue
@@ -1,219 +1,255 @@
-
-
-
-
-
-
+
+
+
+
+
+
-
-
- i8n:saved
-
+
+ i8n:saved
-
- Device $tv
- Playlist $playlist
- Weather $wb_sunny
- Cloud $cloud
-
+
+
+ Device
+ $tv
+
+
+ Playlist
+ $playlist
+
+
+ Weather
+ $wb_sunny
+
+
+ Cloud
+ $cloud
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
- $wb_sunny
- Forecast
-
-
-
-
-
- $calendar_today
- Calendar
-
-
+
+
+
+
+
+
+
+ $wb_sunny
+
Forecast
+
+
+
+
+
+ $calendar_today
+
Calendar
+
+
-
- - calendar
- - weather forecast
- - unsplash.com
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ - calendar
+ - weather forecast
+ - unsplash.com
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
-
-
+
-
- i8n:Save
-
-
-
-
-
+
+
+
+
+
+
+
+
+ i8n:Save
+
+
+
+