forked from LightsOnHudson/FPP-Plugin-Weather
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpluginInfo.json
38 lines (38 loc) · 1.2 KB
/
pluginInfo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"repoName": "FPP-Plugin-Weather",
"name": "Weather Information Plugin for MessageQueue",
"author": "Ben Shaver (bshaver) & Pat Delaney (patdelaney)",
"description": "This plugin will retreive the current weather information for a specified location. This plugin requires the Message Queue to Matrix Overlay, Message Queue Aggregator for Plugins, and Matrix Tools to work correctly. You will also need to get an API key from openweathermap.org ",
"homeURL": "https://github.com/FalconChristmas/FPP-Plugin-Weather",
"srcURL": "https://github.com/FalconChristmas/FPP-Plugin-Weather.git",
"bugURL": "https://github.com/FalconChristmas/FPP-Plugin-Weather/issues",
"allowUpdates": 1,
"versions": [
{
"minFPPVersion": "2.0",
"maxFPPVersion": "4.9.9",
"branch": "master",
"sha": "",
"dependencies": {
"plugins": [
"FPP-Plugin-Matrix-Message",
"FPP-Plugin-MessageQueue",
"fpp-matrixtools"
]
}
},
{
"minFPPVersion": "5.0",
"maxFPPVersion": "5.99",
"branch": "Command-Preset",
"sha": "",
"dependencies": {
"plugins": [
"FPP-Plugin-Matrix-Message",
"FPP-Plugin-MessageQueue",
"fpp-matrixtools"
]
}
}
]
}