Habe jetzt den Fehler gefunden. Der Status wird mehr jetzt als true für Lich tan und false für Licht aus ausgegeben.
Allerdings finde ich die Bezeichnungen true und false nicht schön. Lassen die sich ändern in Licht an / Licht aus?
Wie ist der Code dazu?
maybe a stupid question, but you installed the modules you trying to show correctly?
git clone MMM-blabla in the modules folder… and
after cloning most of the moduels need some dependencies
you need a npm install within the modules folder.
Just follow the readme instructions. Most of them are very cleraly described.
Maybe you should try to show the iframe module with a simple page like google.de?
Do you get errros that the mirror does not show anything at all, or just the new module is not shown?
You only load module currentweather and not weatherforecast, so you won’t see any forecast.
{
module: "weatherforecast",
position: "top_right",
header: "Weather Forecast",
config: {
location: "New York",
locationID: "5128581", //ID from http://www.openweathermap.org/help/city_list.txt
appid: "YOUR_OPENWEATHER_API_KEY"
}
},
Das “Corrent Weather” Modul wie auch das “Weather Forecast” Modul wird bei mit nicht angezeigt.
Ich habe mir die Standortdaten und die API besorgt aber ohne Erfolg.
Das Modul ist ja bereits vorinstalliert.
Was mache ich falsch?