Read the statement by Michael Teeuw here.
Posts
-
RE: Current Weather do not display posted in Troubleshooting
-
Current Weather do not display
Hi,
first, my English is not so good but i try to explain my problem.
The Weather Forecast do not displayed an i dont know why.
Here is my confi.jsvar config = { address: "localhost", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "", "0.0.0.0", "::" to listen on any interface // Default, when address config is left out, is "localhost" port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"], language: "de", timeFormat: 24, units: "metric", modules: [ { module: "alert", }, { module: "updatenotification", position: "top_bar" }, { module: "clock", position: "top_right" }, { module: "compliments", position: "lower_third" }, { module: "currentweather", position: "top_left", config: { location: "", locationID: "2867714", //ID from http://www.openweathermap.org/help/city_list.txt appid: "2403028866217760c034e4e08bc4d45a" } }, { module: "newsfeed", position: "bottom_bar", config: { feeds: [ { title: "aktuelle Nachrichten", url: "https://www.bild.de/rss-feeds/rss-16725492,feed=news.bild.html" } ], showSourceTitle: true, showPublishDate: true } }, ] };
Who can help to fix the problem?
-
Kamera Modul
Ich habe schon einigemale die 3rd Party Module duchstöbert und entweder bin ich blind oder gibt es kein Modul was das Kamera Bild der Raspberry Kamera anzeigt.
Die Idee wäre eine Türsprechanlage zu bauen bei der das Kamerabild nach Druck auf den Klingelnopf (natürlich am Raspberry angeschlossen) auf dem Spiegel angezeigt wird.
Gibt es sowas oder etwas ähnliches auf das sich aufsetzen lässt?
-
RE: Weather module not getting shown
@idoodler said in Wetter wird nicht angezigt:
pm2 restart MagicMirror && pm2 log MagicMirror
Hier bekomme ich nur eine Fehlermeldung: Kommando nicht gefunden
pi@Door:~/MagicMirror $ npm start > magicmirror@2.3.1 start /home/pi/MagicMirror > sh run-start.sh Starting MagicMirror: v2.3.1 Loading config ... Loading module helpers ... No helper found for module: alert. Initializing new module helper ... Module helper loaded: updatenotification No helper found for module: clock. No helper found for module: compliments. No helper found for module: currentweather. No helper found for module: weatherforecast. Initializing new module helper ... Module helper loaded: newsfeed All module helpers loaded. Starting server on port 8080 ... Server started ... Connecting socket for: updatenotification Connecting socket for: newsfeed Starting module: newsfeed Sockets connected & modules started ... Launching application. Create new news fetcher for url: https://www.bild.de/rss-feeds/rss-16725492,feed=news.bild.html - Interval: 300000 Shutting down server... Stopping module helper: updatenotification Stopping module helper: newsfeed pi@Door:~/MagicMirror $ pm2 restart MagicMirror && pm2 log MagicMirror bash: pm2: Kommando nicht gefunden. pi@Door:~/MagicMirror $
Ist es normal das die Helper Module nicht gefunden werden?
-
RE: Weather module not getting shown
Uhrzeit, News und Sprüche werden angezeigt.
Wetter nach wie vor nicht. -
RE: Weather module not getting shown
Warum umbenennen?
Das habe ich nicht gemacht -
RE: Weather module not getting shown
hier ist meine config Datei
var config = { address: "localhost", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "", "0.0.0.0", "::" to listen on any interface // Default, when address config is left out, is "localhost" port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"], language: "de", timeFormat: 24, units: "metric", modules: [ { module: "alert", }, { module: "updatenotification", position: "top_bar" }, { module: "clock", position: "top_right" }, { module: "compliments", position: "lower_third" }, { module: "currentweather", position: "top_left", config: { location: "***", locationID: "****", //ID from http://www.openweathermap.org/help/city_list.txt appid: "****" } }, { module: "weatherforecast", position: "top_left", header: "Weather Forecast", config: { location: "***", locationID: "***", //ID from http://www.openweathermap.org/help/city_list.txt appid: "****" } }, { module: "newsfeed", position: "bottom_bar", config: { feeds: [ { title: "aktuelle Nachrichten", url: "https://www.bild.de/rss-feeds/rss-16725492,feed=news.bild.html" } ], showSourceTitle: true, showPublishDate: true } }, ] };
-
Weather module not getting shown
Nach der Grundinstallation fehlt mir die Wetteranzeige und die Wettervorhersage.
Beide Werte werden im Spiegel nicht angezeigt obwohl diese als Standardmodule mitinstalliert wurden.Mir ist nicht ganz klar ob hier was angepasst werden muss ausser den API’s.
Hat jemand eine Idee? -
Das Modul "current weather" fehlt
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?