Skip to content

Commit

Permalink
Create ExampleConfigurations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcl88 authored May 18, 2024
1 parent 44d1337 commit b54b6cd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions ExampleConfigurations.md
Original file line number Diff line number Diff line change
@@ -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"
}
],
}
},
`

0 comments on commit b54b6cd

Please sign in to comment.