Tnx for your hint.
I will try it soon …
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-OpenWeatherForecast - Cant remove Warnings
-
RE: MMM-OpenWeatherForecast - Cant remove Warnings
Hello sdetweil,
Tnx for your hint it works very well now
Look at the Pic:
Now i see any DWD Warnigs from MMM-OpenWeatherForecast.
Only from the DWD module …
if you DO want the summary, but not the notices, then you will have to use css (in css/custom.css add) .MMM-OpenWeatherForecast .weather-alert { display:none; }
-
RE: MMM-OpenWeatherForecast - Cant remove Warnings
i m using the version from jclarke0000 / MMM-OpenWeatherForecast
-
MMM-OpenWeatherForecast - Cant remove Warnings
Hello Together an a Happy New Year …
I´m using for my Mirror the the module MMM-OpenWeatherForecast but i don`t find any option in the ReadMe to switch off the DWD Warnings
Does anyone find a solution für my problem ?
Best Regards,
Sandy2503
-
RE: MMM-COVID19-AMPEL (focus on Germany)
@sarcux said in MMM-COVID19-AMPEL (focus on Germany):
Finde die CityID auf der angegebenen Seite nicht. Kann da jemand helfen?
In der Tabelle wird sie nicht mit angegeben und wenn ich die Karte öffne und den Landkreis auswähle sehe nicht nirgends die ID@SARCux - hat sich den Problem mit der ID geklärt ? Es scheint die ID nicht mehr gelistet zu sein,
aber wenn Du auf der Karte deinen Ort auswählst (als Beispiel Remscheid) - dann wir dir angezeigt:
OBJECTID 71 und das ist die besagte City.ID{ module: 'MMM-COVID19-AMPEL', position: 'bottom_right', config: { cityID: [ '73', '72', '71' ] } },
Nur so als Beispiel …
Gruß Sandy2503
-
RE: MMM-COVID19-AMPEL (focus on Germany)
@magic21nrw - Since your last Update the Mirror starts only with a blank screen.
Is there a way how i can fix it ???Ergebnis ist reproduzierbar:
Backup eingespielt Mirror gestartet.
habe mich via Terminal auf den Mirror geklinkt und habe dein Modul via git pull geupdatet.
Nach dem Neustart bleibt der Bildschirm schwarz wenn der Browser zu Anzeige der Module gestartet wird.
Ich nutze das zz aktuelle Raspi OS und den Mirror in Version 2.15Gruß Sandy2503
-
RE: Problems with MMM-ModuleScheduler
@sdetweil - the fix thems to be for the old Version 1.x of RemoteControl & Scheduler.
In my node_helper.js i find NO entrys like the posted from the link. :-(
Best Regards
-
RE: Problems with MMM-ModuleScheduler
thanks for the fast replay - i have searched but i havn`t found this post .
I will test it tomorrow.Best Regards
-
Problems with MMM-ModuleScheduler
Hi there,
I have a problem with the module MMM-ModuleScheduler on my new Reaspberrys PI 4
I crated my Mirror no a Pi3 with a working config.js.
Now on the PI4 i creaded the Mirror with a fresh raspian buster os and a fresh Mirror (V2.11) and all my favrorit modules. Everything works fine but …When i use the Module MMM-ModuleScheduler and i disable the Screen in the power interface with the option “Turn monitor OFF” it works very well, but “Turn monitor ON” wont work. The Display stays blank.
The same problem in my config.js
{ module: 'MMM-ModuleScheduler', header: '', config: { notification_schedule: [ { notification: 'REMOTE_ACTION', schedule: '00 5 * * *', payload: { action: 'MONITORON' } }, { notification: 'REMOTE_ACTION', schedule: '30 22 * * *', payload: { action: 'MONITOROFF' } }, { notification: 'REMOTE_ACTION', schedule: '0 4 * * SUN', payload: { action: 'RESTART' } } ] } },
On my Pi 3 it works very well. but on the Pi4 the Display switch to “Blank Screen” but doesn`t wake up.
Has anyone a hit oder fix for me ???
Best Regards,
Sandy2503