MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Sandy2503
    • Profile
    • Following 4
    • Followers 0
    • Topics 9
    • Posts 62
    • Best 7
    • Controversial 0
    • Groups 0

    Sandy2503

    @Sandy2503

    9
    Reputation
    2256
    Profile views
    62
    Posts
    0
    Followers
    4
    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
      Sandy2503
      Sandy2503
    • RE: MagicMirror at Maker Faire Berlin

      Cool - The R2 Builders Club was also there …

      posted in General Discussion
      Sandy2503
      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
      Sandy2503
      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
      Sandy2503
      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
      Sandy2503
      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
      Sandy2503
      Sandy2503
    • RE: Contribute to a module. Volunteers wanted! Easy!

      n959 Wuppertal - Germany - CET - Central European Time

      posted in Troubleshooting
      Sandy2503
      Sandy2503

    Latest posts made by 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
      Sandy2503
      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
      Sandy2503
      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
      Sandy2503
      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
      Sandy2503
      Sandy2503
    • RE: Problems with MMM-ModuleScheduler

      @sdetweil - i don`t remember …

      posted in Troubleshooting
      Sandy2503
      Sandy2503
    • Problems with MMM-ModuleScheduler

      Hi there,

      I have a problem with the module MMM-ModuleScheduler on my new Reaspberrys PI 4

      I crated my Mirror no a Pi3 with a working config.js.
      Now on the PI4 i creaded the Mirror with a fresh raspian buster os and a fresh Mirror (V2.11) and all my favrorit modules. Everything works fine but …

      When i use the Module MMM-ModuleScheduler and i disable the Screen in the power interface with the option “Turn monitor OFF” it works very well, but “Turn monitor ON” wont work. The Display stays blank.

      The same problem in my config.js

          {
            module: 'MMM-ModuleScheduler',
            header: '',
            config: {
              notification_schedule: [
                {
                  notification: 'REMOTE_ACTION',
                  schedule: '00 5 * * *',
                  payload: {
                    action: 'MONITORON'
                  }
                },
                {
                  notification: 'REMOTE_ACTION',
                  schedule: '30 22 * * *',
                  payload: {
                    action: 'MONITOROFF'
                  }
                },
                {
                  notification: 'REMOTE_ACTION',
                  schedule: '0 4 * * SUN',
                  payload: {
                    action: 'RESTART'
                  }
                }
              ]
            }
          },
      
      

      On my Pi 3 it works very well. but on the Pi4 the Display switch to “Blank Screen” but doesn`t wake up.

      Has anyone a hit oder fix for me ???

      Best Regards,
      Sandy2503

      posted in Troubleshooting
      Sandy2503
      Sandy2503
    • RE: MMM-UpdateNotification is now Released !

      wow - this a few days after final release … 😞

      posted in System
      Sandy2503
      Sandy2503
    • RE: MMM-UpdateNotification is now Released !

      @Bugsounet - Is the modlue offline ?

      The link to wiki returns to ERROR 404

      Sandy

      posted in System
      Sandy2503
      Sandy2503
    • RE: MMM-FRITZ-Box-Callmonitor

      @requiemmg

      Today a made a fresh installation on my Pi4 with the latest Buster and MagicMirror 2.12

      I installed the modules FRITZBox-Callmonitor & Current Call

      in the root:

      sudo apt-get install python-dev libxml2-dev libxslt1-dev zlib1g-dev && sudo pip install fritzconnection
      

      and i fix the files from this Post -->

      https://github.com/paviro/MMM-FRITZ-Box-Callmonitor/pull/35/commits/3f23f12d72d751567df67aebe33e1263be26bf81

      and it works very well in combination with my Fritzbox 7590 running on 7.20

      Best Regards

      posted in Troubleshooting
      Sandy2503
      Sandy2503
    • RE: Extension of MMM-Tools (Bugsounet)

      yes, my english isn`t very well.

      My be i can show you a picture.

      rsz_20200821_1501531.jpg

      I`d like to move the informations to the right border or expand to the whole module position.

      i think it is possible with the correct css coding …

      posted in Development
      Sandy2503
      Sandy2503