From e05f1734ef0c8f018faf4c18e8d4afa56ab461ed Mon Sep 17 00:00:00 2001 From: Aaron Jones Date: Mon, 22 Aug 2022 09:30:50 -0700 Subject: [PATCH] fixing some of the icon matchups --- README.md | 5 +++ icons/3c/breezy-day.svg | 33 +++++++++++++++++++ icons/3c/breezy-night.svg | 15 +++++++++ icons/3c/drizzle-day.svg | 32 ++++++++++++++++++ icons/3c/drizzle-night.svg | 32 ++++++++++++++++++ icons/3c/{rain.svg => heavyrain-day.svg} | 0 icons/3c/heavyrain-night.svg | 27 +++++++++++++++ ...tly-cloudy-day.svg => mostlyclear-day.svg} | 0 ...cloudy-night.svg => mostlyclear-night.svg} | 0 icons/3c/partlycloudy-day.svg | 31 +++++++++++++++++ icons/3c/partlycloudy-night.svg | 28 ++++++++++++++++ icons/3c/rain-day.svg | 27 +++++++++++++++ icons/3c/rain-night.svg | 27 +++++++++++++++ ...orm.svg => scatteredthunderstorms-day.svg} | 0 icons/3c/scatteredthunderstorms-night.svg | 27 +++++++++++++++ icons/3c/{wind.svg => windy-day.svg} | 0 icons/3c/windy-night.svg | 18 ++++++++++ 17 files changed, 302 insertions(+) create mode 100644 icons/3c/breezy-day.svg create mode 100644 icons/3c/breezy-night.svg create mode 100644 icons/3c/drizzle-day.svg create mode 100644 icons/3c/drizzle-night.svg rename icons/3c/{rain.svg => heavyrain-day.svg} (100%) create mode 100644 icons/3c/heavyrain-night.svg rename icons/3c/{partly-cloudy-day.svg => mostlyclear-day.svg} (100%) rename icons/3c/{partly-cloudy-night.svg => mostlyclear-night.svg} (100%) create mode 100644 icons/3c/partlycloudy-day.svg create mode 100644 icons/3c/partlycloudy-night.svg create mode 100644 icons/3c/rain-day.svg create mode 100644 icons/3c/rain-night.svg rename icons/3c/{thunderstorm.svg => scatteredthunderstorms-day.svg} (100%) create mode 100644 icons/3c/scatteredthunderstorms-night.svg rename icons/3c/{wind.svg => windy-day.svg} (100%) create mode 100644 icons/3c/windy-night.svg diff --git a/README.md b/README.md index ded17f0..3f28b2f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # MMM-AppleWeatherKit +todo: +- complete icon integrations https://developer.apple.com/documentation/weatherkit/weathercondition + + + This a module for MagicMirror
https://magicmirror.builders/
https://github.com/MichMich/MagicMirror diff --git a/icons/3c/breezy-day.svg b/icons/3c/breezy-day.svg new file mode 100644 index 0000000..6fc2490 --- /dev/null +++ b/icons/3c/breezy-day.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + diff --git a/icons/3c/breezy-night.svg b/icons/3c/breezy-night.svg new file mode 100644 index 0000000..d709a84 --- /dev/null +++ b/icons/3c/breezy-night.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/icons/3c/drizzle-day.svg b/icons/3c/drizzle-day.svg new file mode 100644 index 0000000..27f63ee --- /dev/null +++ b/icons/3c/drizzle-day.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + diff --git a/icons/3c/drizzle-night.svg b/icons/3c/drizzle-night.svg new file mode 100644 index 0000000..27f63ee --- /dev/null +++ b/icons/3c/drizzle-night.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + diff --git a/icons/3c/rain.svg b/icons/3c/heavyrain-day.svg similarity index 100% rename from icons/3c/rain.svg rename to icons/3c/heavyrain-day.svg diff --git a/icons/3c/heavyrain-night.svg b/icons/3c/heavyrain-night.svg new file mode 100644 index 0000000..ddeaeee --- /dev/null +++ b/icons/3c/heavyrain-night.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + diff --git a/icons/3c/partly-cloudy-day.svg b/icons/3c/mostlyclear-day.svg similarity index 100% rename from icons/3c/partly-cloudy-day.svg rename to icons/3c/mostlyclear-day.svg diff --git a/icons/3c/partly-cloudy-night.svg b/icons/3c/mostlyclear-night.svg similarity index 100% rename from icons/3c/partly-cloudy-night.svg rename to icons/3c/mostlyclear-night.svg diff --git a/icons/3c/partlycloudy-day.svg b/icons/3c/partlycloudy-day.svg new file mode 100644 index 0000000..88d6698 --- /dev/null +++ b/icons/3c/partlycloudy-day.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + diff --git a/icons/3c/partlycloudy-night.svg b/icons/3c/partlycloudy-night.svg new file mode 100644 index 0000000..7df1b43 --- /dev/null +++ b/icons/3c/partlycloudy-night.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + diff --git a/icons/3c/rain-day.svg b/icons/3c/rain-day.svg new file mode 100644 index 0000000..ddeaeee --- /dev/null +++ b/icons/3c/rain-day.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + diff --git a/icons/3c/rain-night.svg b/icons/3c/rain-night.svg new file mode 100644 index 0000000..ddeaeee --- /dev/null +++ b/icons/3c/rain-night.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + diff --git a/icons/3c/thunderstorm.svg b/icons/3c/scatteredthunderstorms-day.svg similarity index 100% rename from icons/3c/thunderstorm.svg rename to icons/3c/scatteredthunderstorms-day.svg diff --git a/icons/3c/scatteredthunderstorms-night.svg b/icons/3c/scatteredthunderstorms-night.svg new file mode 100644 index 0000000..a0d2f97 --- /dev/null +++ b/icons/3c/scatteredthunderstorms-night.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + diff --git a/icons/3c/wind.svg b/icons/3c/windy-day.svg similarity index 100% rename from icons/3c/wind.svg rename to icons/3c/windy-day.svg diff --git a/icons/3c/windy-night.svg b/icons/3c/windy-night.svg new file mode 100644 index 0000000..6753906 --- /dev/null +++ b/icons/3c/windy-night.svg @@ -0,0 +1,18 @@ + + + + + + + + + + +