@kevmang Did you completely empty the node_modules folder? Did you have to run bash again from above?
And then you had to completely reinstall all the modules you previously had on it?
Read the statement by Michael Teeuw here.
Posts
-
RE: Error updating MM
-
RE: Update is not working..I need help please
@sdetweil
I don’t have version 20 either but rather 16.14.2. How can I install version 20? Can you please help me? -
RE: my Netatmo weather module has not been working
@Fozi oh dear god, that was the solution. Thank you very much. it works now
-
my Netatmo weather module has not been working
Hello everyone, my Netatmo weather module has not been working for about 2 weeks. MM and module are updated, meanwhile I have the feeling that netatmo has changed something in their api.
Does anyone else have the same problem?
I use this module:
https://github.com/RaymondMolenaar/MMM-NetatmoDanke Google für die Übersetzung :-)
-
RE: MMM-Weather
I only see the sunset, how can I also display the sunrise (I mean the time)?
In addition, on days when the sun is shining, I would also have the sun displayed in yellow and not orange.
https://docs.magicmirror.builders/modules/customcss.html
here it is written that I have the entry.wi-day-sunny {
color: #ffff00;
}in custom css-file in css/custom.css, I did that, restarted Pi afterwards, but the sun is still displayed orange to me. Did I miss something? Can someone help me? My English is not that good, I hope you understand what I want to say :-)
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
The data is read from https://home.openweathermap.org and displayed on the MM, right?
Since these often do not match for my area, I want to know whether it is possible to store another provider? For example
https://www.wetteronline.de/wettertrend/hemau -
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
Like now?
I did it but the clouds or rain are still displayed to me, no change from before. The 3 apps on the mobile all show sun most of the time and at least 10 hours of sun (just like in the past, always sunny and dry in the app and in real but always cloudy and rainy in the MM module){ module: "MMM-OpenWeatherForecast", position: "top_right", header: "Wettervorschau Schama", config: { apikey: "XYXYXYXY", //SUPER SECRET latitude: 49.039349, longitude: 11.847070, units: "metric", iconset: "4c", colored: true, concise: true, label_high: "max", label_low: "min", label_days: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"], label_sunriseTimeFormat: "k:mm", label_hourlyTimeFormat: "k[h]", label_hourlyTimeFormat: "k[ Uhr]", requestDelay: 2000, showFeelsLikeTemp: true, displayKmhForWind: true, showCurrentConditions: true, showSummary: false, showExtraCurrentConditions: true, extraCurrentConditions: { highLowTemp: true, precipitation: true, sunrise: true, sunset: true, wind: true, barometricPressure: false, humidity: true, dewPoint: false, uvIndex: true, visibility: false }, forecastLayout: "table", forecastHeaderText: "", hourlyForecastTableHeaderText: "Stundenvorschau", showHourlyForecast: true, showHourlyTableHeaderRow: true, hourlyForecastInterval: 3, maxHourliesToShow: 5, hourlyExtras: { precipitation: true, wind: true, barometricPressure: false, humidity: false, dewPoint: false, uvIndex: false, visibility: false }, dailyForecastTableHeaderText: "Wochenvorschau", showDailyForecast: true, showDailyTableHeaderRow: true, maxDailiesToShow: 10, dailyExtras: { precipitation: true, sunrise: false, sunset: false, wind: true, barometricPressure: false, humidity: false, dewPoint: false, uvIndex: false }, } },
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
{ module: "MMM-OpenWeatherForecast", position: "top_right", header: "Wettervorschau Schama", config: { apikey: "XYXYXY", //SUPER SECRET latitude: "49.039349", //49.039349 Hemau longitude: "11.847070", //11.847070 Hemau units: "metric", iconset: "4c", colored: true, concise: true, label_high: "max", label_low: "min", label_days: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"], label_sunriseTimeFormat: "k:mm", label_hourlyTimeFormat: "k[h]", label_hourlyTimeFormat: "k[ Uhr]", requestDelay: "2000", showFeelsLikeTemp: true, displayKmhForWind: true, showCurrentConditions: true, showSummary: false, showExtraCurrentConditions: true, extraCurrentConditions: { highLowTemp: true, precipitation: true, sunrise: true, sunset: true, wind: true, barometricPressure: false, humidity: true, dewPoint: false, uvIndex: true, visibility: false }, forecastLayout: "table", forecastHeaderText: "", hourlyForecastTableHeaderText: "Stundenvorschau", showHourlyForecast: true, showHourlyTableHeaderRow: true, hourlyForecastInterval: 3, maxHourliesToShow: 5, hourlyExtras: { precipitation: true, wind: true, barometricPressure: false, humidity: false, dewPoint: false, uvIndex: false, visibility: false }, dailyForecastTableHeaderText: "Wochenvorschau", showDailyForecast: true, showDailyTableHeaderRow: true, maxDailiesToShow: 10, dailyExtras: { precipitation: true, sunrise: false, sunset: false, wind: true, barometricPressure: false, humidity: false, dewPoint: false, uvIndex: false }, } },
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
Great job, I like it very much, thanks for that.
I’ve had it running for about 8 weeks and I’ve noticed that my temperature readings are correct, but my weather is always showing as cloudy or rainy in advance, even though the sun has been shining 90% of the time for weeks and almost never rains
I checked the latitude and longitude several times and read them out and accepted them either via https://www.latlong.net/ or via google.
What can be the reason for the fact that I keep getting only clouds and rain, even though the sun is shining most of the time?
Place of residence is: Germany Hohenschambach
Width 49.039349
Longitude 11.847070I hope you can help me here 😊
My English skills are not very good, I translated it with google, I hope you understand what I want to say 😊 -
RE: Problem with MYCalendar Module
solution: But for it to work properly, I still had to run npm install request and npm install valid-url These were removed in the last MagicMirror updates. Now works :thumbs_up: