@singhharry12 said in MMM-RAIN-MAP:
I think I’m too stupid to get an API key. Are there any instructions in German or can someone help me?
Hi @singhharry12!
Für dieses Modul brauchst du keinen API Key, es sei denn du möchtest unbedingt GoogleMaps nutzen. Ich würde dir aber alleine wegen der Kosten empfehlen OpenStreetMaps zu nutzen. Das hier ist meine Config:
{
module: "MMM-RAIN-MAP",
position: "bottom_right",
config: {
animationSpeed: 600,
displayClockSymbol: false,
displayTime: true,
extraDelayLastFrame: 1000,
height: "420px",
lat: 50.31,
lng: 11.91,
map: "OSM",
markers: [
{ lat: 50.31, lng: 11.91, color: "red" },
],
onlyOnRain: false,
opacity: 0.65,
timeFormat: 24,
updateIntervalInSeconds: 300,
width: "420px",
zoom: 9,
zoomOutEach: 1,
zoomOutLevel: 3,
}
},
Solltest du aber unbedingt die Google Maps Karte nutzen wollen, musst du dir einen API Key bei Google erstellen und dieser kostet bei Zugriffen etwas… Wenn du das unbedingt willst, sag Bescheid und ich mache dir eine Anleitung auf deutsch :-)
BG
Victor