Initial implementation: Leaflet + DWD radar + TomTom traffic

This commit is contained in:
Clawd
2026-02-11 13:16:31 +00:00
parent 678a631719
commit 794bd70552
4 changed files with 497 additions and 1 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "mmm-combinedmap",
"version": "1.0.0",
"description": "MagicMirror module combining rain radar (DWD) and traffic (TomTom) on a single Leaflet map",
"main": "MMM-CombinedMap.js",
"repository": {
"type": "git",
"url": "https://gitea.olex.me/clawd/MMM-CombinedMap.git"
},
"keywords": [
"MagicMirror",
"weather",
"radar",
"traffic",
"map"
],
"author": "clawd",
"license": "MIT",
"dependencies": {}
}