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

    Sandy2503

    @Sandy2503

    10
    Reputation
    2.3k
    Profile views
    68
    Posts
    0
    Followers
    5
    Following
    Joined
    Last Online
    Location Germany

    Sandy2503 Unfollow Follow

    Best posts made by Sandy2503

    • RE: After update to Mirror to 2.1.3 - no working Whitlist

      I change my config.js in:

      /*************** AUTO GENERATED BY REMOTE CONTROL MODULE ***************/
      
      var config =
      {
              port: 8081,
              address:"0.0.0.0",
              electronOptions: {
      
              },
              ipWhitelist: [
                      "127.0.0.1",
                      "::ffff:127.0.0.1",
                      "::1",
                      "192.168.178.20/24"
              ],
              language: "de",
      
      

      and now it works again.

      I have now access to MMM-Remote-Control from my HomePC again …

      Sandy2503

      posted in Troubleshooting
      Sandy2503S
      Sandy2503
    • RE: MagicMirror at Maker Faire Berlin

      Cool - The R2 Builders Club was also there …

      posted in General Discussion
      Sandy2503S
      Sandy2503
    • RE: MMM-OpenWeatherForecast - Cant remove Warnings

      @KristjanESPERANTO

      Tnx for your hint.
      I will try it soon …

      posted in Troubleshooting
      Sandy2503S
      Sandy2503
    • RE: Electron CPU usage

      @cruunnerr - I `ve done it !
      without previous Unistall

      i have downgraded with:

      sudo npm install -g electron@1.4.15
      

      Sandy2503

      posted in Troubleshooting
      Sandy2503S
      Sandy2503
    • RE: Deutsche Bahn: list of connections with delays

      @Dom1n1c

      Is it possible for you to modify your WienerLinien Modul in a VRR Modul ?

      At the moment i use an iframe to show the infos of the bus stop but the frame takes the half side of the mirror …
      I use in the moment this link

      link text

      Best Regards

      posted in Requests
      Sandy2503S
      Sandy2503
    • RE: My mini magic mirror (pyramid style) build video

      sooooo Coooool !

      If there is Somebody in Germany who has a 3D Printer - I`d like to get a Copy of the Pyramid !!!

      @Jfarro - Your Link to the 3D files in the Youtube Video is down or incorrct --> Error 404 :-(

      posted in Show your Mirror
      Sandy2503S
      Sandy2503
    • RE: MMM-Admin-Interface

      @shimue - na dann hast DU das hier ja auch in deiner config.js stehen:

      address:"0.0.0.0",
      

      und achte mal auf deinen Ton …

      Sandy2503

      posted in System
      Sandy2503S
      Sandy2503
    • RE: Contribute to a module. Volunteers wanted! Easy!

      n959 Wuppertal - Germany - CET - Central European Time

      posted in Troubleshooting
      Sandy2503S
      Sandy2503

    Latest posts made by Sandy2503

    • MMM-FRITZ-Box-Callmonitor

      Hello Everybody,

      i used the MMM-FRITZ-Box-Callmonitor from paviro a long time. but since a while the module worked anymore. i don`t konw why. maybe the latest fritzbox version…

      paviro decontinued his project.

      is there an alternativ module who shows the incomming and outgoing calls ?

      Best Regards,
      Sandy2503

      posted in Troubleshooting
      Sandy2503S
      Sandy2503
    • RE: Handball-(bundes)League Module

      @timmsel

      Hiho - My son won`t play anymore but your modul seem to be intresting.

      I´ll test it soon.

      Best Regards,

      Sandy2503

      posted in Requests
      Sandy2503S
      Sandy2503
    • RE: MMM-OpenWeatherForecast - Cant remove Warnings

      @KristjanESPERANTO

      Tnx for your hint.
      I will try it soon …

      posted in Troubleshooting
      Sandy2503S
      Sandy2503
    • RE: MMM-OpenWeatherForecast - Cant remove Warnings

      Hello sdetweil,

      Tnx for your hint it works very well now

      Look at the Pic:

      831d69c0-ad2d-414b-965d-4b10a1c7ef1b-20250112_103709.jpg

      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;
      }
      
      posted in Troubleshooting
      Sandy2503S
      Sandy2503
    • RE: MMM-OpenWeatherForecast - Cant remove Warnings

      i m using the version from jclarke0000 / MMM-OpenWeatherForecast

      posted in Troubleshooting
      Sandy2503S
      Sandy2503
    • MMM-OpenWeatherForecast - Cant remove Warnings

      Hello Together an a Happy New Year …

      d771e0b3-6c15-43ed-9b68-2e37879d40a1-grafik.png

      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

      posted in Troubleshooting
      Sandy2503S
      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

      posted in Health
      Sandy2503S
      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.15

      Gruß Sandy2503

      posted in Health
      Sandy2503S
      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

      posted in Troubleshooting
      Sandy2503S
      Sandy2503
    • 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

      posted in Troubleshooting
      Sandy2503S
      Sandy2503