MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Sandy2503
    3. Posts
    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

    Posts

    Recent Best Controversial
    • 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
    • RE: Problems with MMM-ModuleScheduler

      @sdetweil - i don`t remember …

      posted in Troubleshooting
      Sandy2503S
      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
      Sandy2503S
      Sandy2503
    • RE: MMM-UpdateNotification is now Released !

      wow - this a few days after final release … :-(

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

      @Bugsounet - Is the modlue offline ?

      The link to wiki returns to ERROR 404

      Sandy

      posted in System
      Sandy2503S
      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
      Sandy2503S
      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
      Sandy2503S
      Sandy2503
    • RE: Extension of MMM-Tools (Bugsounet)

      @Bugsounet

      Today i updated the MMM-Tools from my old Version (Sean) to Your New Version 2.01.

      It Looks great, but i have a Problem.
      Your Module is in my mirror on Position Bottom Right - but the Information are standing the Center of the Module.
      Is it possible to move the Information to the right side ?

      Best Regards,
      Sandy2503

      Sorry, for my bad english

      posted in Development
      Sandy2503S
      Sandy2503
    • RE: Raspberry Pi 4 Released !

      11:36 Uhr.

      Email aus der c`t Redaktion:

      Lieber Herr S…,

      spannende News zum Wochenstart: seit dem heutigen Montag ist der brandneue Raspberry Pi 4 auf dem Markt! Quad-Core, 4K-fähig, USB 3.0, bis zu 4GByte RAM - bei uns im heise shop natürlich portofrei!

      Viel Spaß beim Shoppen & herzliche Grüße

      Ihr
      c’t-Leserservice

      Link:
      https://shop.heise.de/sonstiges/hardware/raspberry-pi/raspberry-pi-4?wt_mc=emlg.shop.shop.nwknl.nwknl.textlink.textlink

      posted in Hardware
      Sandy2503S
      Sandy2503
    • Raspberry Pi 4 Released !

      Hi Folks,

      Today i recieved an emal from The Pie Hut:

      Three New Raspberry Pi’s Released!

      It’s here, the one you’ve all been waiting for: It’s Raspberry Pi 4 day. So much has been crammed into the newest version of our favourite SBC, we don’t even know where to begin!
      The camera, display, A/V jack, POE pins, on board bluetooth and wifi have returned, but there’s a tasty list of new additions to the 4. So lets have a quick run down of the exciting new tech on offer:
      • New 64-bit 1.5GHz quad core Cortex-A72 (Arm v8)
      • 1GB, 2GB or 4GB of memory, your choice
      • Two new micro HDMI slots for dual screen action at 4K
      • 5V DC power via USB-C (with a new minimum 3A current)
      • USB 3.0 capability

      Raspberry Pi 4 Model B
      From £34
      View

      Raspberry Pi 4 Model B
      £34.00 - £54.00

      https://thepihut.com/products/raspberry-pi-4-model-b?utm_source=The+Pi+Hut&utm_campaign=d2d2d1017f-EMAIL_CAMPAIGN_2018_10_19_COPY_01&utm_medium=email&utm_term=0_a4028431b8-d2d2d1017f-77922821&mc_cid=d2d2d1017f&mc_eid=73c32b73d3

      posted in Hardware
      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
    • 1 / 1