light changes color for weather warnings
Metoalarm is a web site that provides up-to-date weather warnings for most of Europe.
Download the batchfile and doubleclick it.
If you use windows < win10 1803 you need to download cURL
moved to <a href="https://github.com/dj0001/DWD/blob/gh-pages/new/noaa/noaa.html">github</a> |
light changes color for weather warnings
Metoalarm is a web site that provides up-to-date weather warnings for most of Europe.
Download the batchfile and doubleclick it.
If you use windows < win10 1803 you need to download cURL
Rem DWD-Warnmodul (win10 1803), parameter addresse | |
@echo off | |
set lat=48.37& set lon=10.90 | |
set /p lat="Enter lat(%lat%) " & set /p lon="Enter lon(%lon%) " | |
set bridge=http://localhost:8000/api/newdeveloper | |
if "%1"=="" (set /p bridge="change bridge adress(%bridge%) ") else (set bridge=%1) | |
set light=1 | |
set /p light="select light(%light%) " |
$(function() { | |
var logError = function(response) { | |
$("#log").prepend("<div class='error log'>" + response.status + " " + response.statusText + "</div>"); | |
}; | |
$("#linkbutton").on("click", function(event) { | |
event.preventDefault(); | |
$.ajax({ | |
url: '/linkbutton' |