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

    Posts

    Recent Best Controversial
    • RE: MMM-TomTomTrafficIncidents funktioniert nicht...

      @Lordy / @Daywalker

      Gibt’s mittlerweile eine Lösung? Ich wollte von einer Bing-Karte auf das TomTom Modul wechseln, bei mir bleibt es aber auch schwarz.
      Is there any solution yet? I want to change from Bing-Maps to the TomTom module, but the module doesn’t appear on the mirror.

      posted in Troubleshooting
      R
      rabbit83ka
    • RE: Display not bright enough

      @xdenneboom I also have an IKEA Ribba Frame 70x50 cm² with the same setup (Chinese controller board controls 24’’ LCD-Screen from an old TV). For Power Supply I use a 12 V DC external adaptor and a step down converter to get the 5V for the Pi from the 12V supply of the frame.

      I reinforced the Frame on the top inside with a small latch, glued the glass in the frame to improve stability and took some wooden latches to mount the display on the original backplate (see picture). 0_1577389644465_IMG_1267.JPG

      posted in Hardware
      R
      rabbit83ka
    • RE: Switching MMM-pages with MMM-ModuleScheduler

      The solution is that the payload has to be just the number of the page, so

      {notification: 'PAGE_CHANGED', schedule: '0 7 * * 1-5', payload: 1},
      

      does the trick. Thanks @edward-shen

      posted in Troubleshooting
      R
      rabbit83ka
    • Switching MMM-pages with MMM-ModuleScheduler

      Hi,

      I’m trying to switch the pages with ModuleScheduler. But it doesn’t change the page, it just “leaves” the pages (no page highlighted in page indicator, no page shown). Any hints whats wrong with my config.js?

              {
              module: 'MMM-ModuleScheduler',
      		config: {
                  		notification_schedule: [
                     	{notification: 'PAGE_CHANGED', schedule: '0 7 * * 1-5', payload: {type: "notification", message: 0}},
                      	{notification: 'PAGE_CHANGED', schedule: '30 5 * * 1-5', payload: {type: "notification", messsage: 1}}
                 	 				]
              		}	
      	},
      

      Regards
      Jan

      posted in Troubleshooting
      R
      rabbit83ka
    • RE: new update/upgrade script, ready for testing

      @sdetweil Same error than @satsatt

      I had to restore custom.css because the git-reset deleted it (script backed up custom.css correctly).

      posted in General Discussion
      R
      rabbit83ka
    • RE: new update/upgrade script, ready for testing

      Hi, great work! I Just used the script to update to 2.9.0 - the only thing I had to do manually was a

      git reset --hard
      

      before running the script (and afterwards restoring my backup of custom.css).

      posted in General Discussion
      R
      rabbit83ka
    • RE: MMM-FRITZ-Box-Callmonitor

      Hi @randpop,

      I’m running this plugin together with the fix by wunderbear and a Unitymedia-Fritzbox 6490 with FritzOS 7.02

      fritz_access.py does also work an gives a reasonable output.

      Regards

      posted in Troubleshooting
      R
      rabbit83ka
    • RE: MMM-Spotify

      @Sean
      If I comment out

      //allwoeDevices: ["myechodot" ]
      

      it shows the album cover/etx/progress etc. when I play something on my echo dot. With

       allowDevices: ["myechodot"],
      

      the spotify logo appears when something is played on the echodot, but no cover/text/progress etc. is shown.

      posted in Entertainment
      R
      rabbit83ka
    • RE: MMM-Spotify

      First of all thanks for the module and the effort you put in it.

      @Sean said in MMM-Spotify:

      updated

      1.1.0 (2019-03-25)

      • Device Limitation : Now you can allow or limit devices to display its playing on MM.

      One question regarding the device limitation: if I leave it empty, the module shows the cover etc. as it should. If I try to limit it to my echo dot with

       allowDevices: ["myechodot"],
      

      the spotify logo appears if I start playback on the echo dot, but no cover etc. is shown. Any hints?

      posted in Entertainment
      R
      rabbit83ka
    • RE: How to make the background all black

      I’m just cutting the power of the backlight with a relais and MMM-PIR-Sensor. This way the screen is really black and invisible while it’s up immediatly if the sensor detects motion.

      posted in Custom CSS
      R
      rabbit83ka
    • 1
    • 2
    • 3
    • 4
    • 3 / 4