MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sil3ntstorm
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 59
    • Groups 0

    Posts

    Recent Best Controversial
    • Magic mirror does not start automatically when booting

      Hello, I updated to the new MM version at the weekend and then I couldn’t get it to work anymore.
      That’s why I reinstalled everything, but my MM doesn’t automatically state when booting. I entered this command:

      bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)”

      but every time I get this message:

      b52cdba1-4bfc-44cc-97e0-4824a3d39449-grafik.png

      What exactly am I doing wrong? I copied this command from here: https://github.com/sdetweil/MagicMirror_scripts

      posted in Troubleshooting
      S
      sil3ntstorm
    • RE: Update is not working..I need help please

      @Stoffbeuteluwe Did you just deactivate the 3 modules in config.js, or did you also delete the 3 folders in the Modules folder? Did you have to do anything else to make it work?

      posted in Troubleshooting
      S
      sil3ntstorm
    • RE: Update is not working..I need help please

      @sdetweil I installed it, thanks

      posted in Troubleshooting
      S
      sil3ntstorm
    • RE: Error updating MM

      @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?

      posted in Troubleshooting
      S
      sil3ntstorm
    • 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?

      posted in Troubleshooting
      S
      sil3ntstorm
    • RE: my Netatmo weather module has not been working

      @Fozi oh dear god, that was the solution. Thank you very much. it works now

      posted in Troubleshooting
      S
      sil3ntstorm
    • 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-Netatmo

      Danke Google für die Übersetzung :-)

      posted in Troubleshooting
      S
      sil3ntstorm
    • 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 :-)

      posted in Utilities
      S
      sil3ntstorm
    • 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

      Bild_2022-07-29_153013910.png

      posted in Utilities
      S
      sil3ntstorm
    • 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
            },
      
          }
        },
      
      
      

      Bild_2022-07-29_150313543.png

      posted in Utilities
      S
      sil3ntstorm
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 5 / 6