From c7ad1bbe68ac9ad3090730ab2fb6e4fa55f07f7f Mon Sep 17 00:00:00 2001 From: Bjorn Lammers Date: Tue, 24 May 2022 21:00:19 +0200 Subject: [PATCH] Adds modules --- Modules.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Modules.md diff --git a/Modules.md b/Modules.md new file mode 100644 index 0000000..a1e0559 --- /dev/null +++ b/Modules.md @@ -0,0 +1,14 @@ +**Modules are blocks shown on the sides of the Homarr dashboard that display information. They can be enabled in settings.** + +## Clock Module +The Clock Module will display the current time and date. + +## Calendar Module +The Calendar Module uses [integrations](https://github.com/ajnart/homarr/wiki/Integrations) to display new content. + +## Weather Module +The Weather Module uses your device's location to display the current, highest, and lowest temperature. + +## Search Bar +The Search Bar will open any Search Query after the Query URL you've specified in settings.
+*(E.g. `https://www.google.com/search?q=*Your Query will be inserted here*`)* \ No newline at end of file