From b54b6cdc6c4a6c5fb87a4e27ecf3fa0a6a7f5960 Mon Sep 17 00:00:00 2001 From: Scott Lewis Date: Sat, 18 May 2024 19:06:10 -0400 Subject: [PATCH] Create ExampleConfigurations.md --- ExampleConfigurations.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ExampleConfigurations.md diff --git a/ExampleConfigurations.md b/ExampleConfigurations.md new file mode 100644 index 0000000..6d8d542 --- /dev/null +++ b/ExampleConfigurations.md @@ -0,0 +1,22 @@ +# Example Configurations +Below are a list of helpful configurations for you to get started. + +` +{ + module: 'MMM-DynamicWeather', + position: 'fullscreen_above', + config: { // See https://github.com/scottcl88/MMM-DynamicWeather for more information. + api_key: "your_key", + locationID: "4140963", + effects: [ + { + month: "2", + day: "14", + year: "2021", + images: ["heart1.png", "heart2.png"], + direction: "up" + } + ], + } +}, +`