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

    Posts

    Recent Best Controversial
    • RE: MMM-Random Fact

      Is there a config option to show/hide the “Random Fact” title if you just want the fact?
      Alternatively, would positioning and colour customisation of the title be done in CSS?

      posted in Education
      joela85J
      joela85
    • RE: Send notice text to MM2.5

      Hi,

      I wanted to do this as well. I found the best solution for myself was to use the MMM-Wunderlist module.
      (You need the Wunderlist app on your mobile device as well. )

      https://github.com/paviro/MMM-Wunderlist

      It’s a ToDo list and you can get messages to show up on the mirror by adding them to a specific List.
      This way you can have multiple messages showing up. And to get rid of the messages you can just tick that item off the list.
      You can also share lists with other Wunderlist users so they can also add and tick of items.

      Note:
      One thing I did find as well is that it did stop updating after so many hours of running. Never found out what caused this, there are some other threads on here regarding the same issue (the same with ToDoist module)
      The way I got around that was to set up a schedule to restart the MagicMirror a few times a day.

      Hope this helps or that you find an alternative solution, would be interested if there was an alternative easier way.

      Regards

      posted in Requests
      joela85J
      joela85
    • RE: Mmm-Wunderlist can't show individual lists

      Hi,

      One way around this might be to put two modules in your config, as shown below. That way you can have a separate header for each.
      Hope this works.

      {
                      module: 'MMM-Wunderlist',
                      position: 'bottom_left',// This can be any of the regions. Best$
                      header: 'Att göra', // This is optional
                      config: {// See 'Configuration options' for more information.
                              accessToken: '******************',
                              clientID: '****************',   //example clientID
                              lists: ['Att göra'],
                              interval: 3500,
                              ShowDeadline: true,
                              fade: true,
                              }
                      },
      {
                      module: 'MMM-Wunderlist',
                      position: 'bottom_left',// This can be any of the regions. Best$
                      header: 'Matinköp', // This is optional
                      config: {// See 'Configuration options' for more information.
                              accessToken: '******************',
                              clientID: '****************',   //example clientID
                              lists: ['Matinköp'],
                              interval: 3500,
                              ShowDeadline: true,
                              fade: true,
                              }
                      },
      
      posted in Troubleshooting
      joela85J
      joela85
    • RE: Black screen after MM v2.4.0 update.

      @bhepler Ye, I had a play around last week and managed to do just this. All back up and running now.
      Thank you for the reply though.

      Regards,
      Joel

      posted in Troubleshooting
      joela85J
      joela85
    • RE: Black screen after MM v2.4.0 update.

      @bwente
      I’m not currently using MMM-PIR-Sensor.
      My problem was Enabling the Open GL driver. Using “dtoverlay=vc4-kms-v3d” or “dtoverlay=vc4-fkms-v3d” did not work. Remove the line and it was fine. (Temps seem reasonable 62deg)

      "Enable the Open GL driver to decrease Electron’s CPU usage.
      The latest versions of electron use an extreme amount of CPU power when no Open GL driver is loaded. This will result in an overheating Raspberry Pi. To solve this issue, use the experimental desktop Open GL driver by adding the following line to /boot/config.txt:

      sudo nano /boot/config.txt
      Add the following line:

      dtoverlay=vc4-kms-v3d
      ℹ️ Activating the Open GL drive can also be accomplished by using the raspi-config tool by running sudo raspi-config. Go to the Advanced Options menu and select A7 GL Driver. Next, select the G1 GL (Full KMS) OpenGL desktop driver with full KMS. Note that this option will be selected in the menu even when the GL drive is not yet configured."

      Not sure what the issue is. But at least it works.

      posted in Troubleshooting
      joela85J
      joela85
    • RE: Not really a mirror at all - but is really helpful

      I really like what you’ve done here, and am looking to do something similar.
      I’ve got a touchscreen monitor so firstly wondering if I can have them on different pages and swipe between them.

      I would also like this if I could have a slideshow playing and then when music played on my sonos speakers then that module would show instead of the slideshow, or over the top of?

      Anyone have any ideas?

      posted in Showcase
      joela85J
      joela85
    • RE: Black screen after MM v2.4.0 update.

      I just updated and this is shown at the end of the install.

      
      MagicMirror installation successful!
      
      > magicmirror@2.4.1 install-fonts /home/pi/MagicMirror
      > cd fonts && npm install
      
      npm WARN postcss-html@0.12.0 requires a peer of postcss-less@>=1.1.0 but none was installed.
      npm WARN postcss-html@0.12.0 requires a peer of postcss-scss@>=1.0.0 but none was installed.
      npm WARN postcss-html@0.12.0 requires a peer of sugarss@>=1.0.0 but none was installed.
      npm WARN stylelint-config-standard@16.0.0 requires a peer of stylelint@^7.8.0 but none was installed.
      pi@raspberrypi:~/MagicMirror $
      
      

      I applied

      dtoverlay=vc4-kms-v3d
      

      to the config.txt ( also tried with fkms)

      Reboot and I get a black screen.

      When I remove dtoverlay=vc4-kms-v3d then the mirror boots up.
      Any suggestions?

      posted in Troubleshooting
      joela85J
      joela85
    • RE: Black screen after MM v2.4.0 update.

      I can’t access my mirror remotely anymore. Will I need to format my sd card and try again?

      posted in Troubleshooting
      joela85J
      joela85
    • RE: Black screen after MM v2.4.0 update.

      Thanks for the reply, I will try that when I get home.

      posted in Troubleshooting
      joela85J
      joela85
    • Black screen after MM v2.4.0 update.

      Black screen after updates. Followed the commands below.

      sudo nano /boot/config.txt
      

      added this to the bottom and saved.

      dtoverlay=vc4-kms-v3d
      

      then…

      nano ~/.config/lxsession/LXDE-pi/autostart
      

      added this to the bottom and saved

      @xrandr --output HDMI-1 --rotate right
      

      Then the install…

      cd MagicMirror
      

      and

      sudo git pull && npm install
      

      successful install and rebooted to see a black screen.
      Have I missed anything?

      posted in Troubleshooting
      joela85J
      joela85
    • MMM-Carousel change page when Sonos starts playing?

      Currently I only have one page on my MagicMirror and my Sonos module un-hides itself when music starts playing and hides it when I stop the music.
      Is it possible to have a 2nd page using MMM-Carousel (or similar) and when Sonos starts playing it changes the entire display from page 1 with certain modules on it to page 2 with my sonos module and maybe some other modules?
      Basically using Sonos start/stop playing as a trigger to change the display?

      posted in Troubleshooting
      joela85J
      joela85
    • RE: How to enable a 70" IR touch overlay to provide touch on a certain lesser size display?

      Interesting, I have been looking at buying the correct size overlay for my project. I’ve found larger ones cheaper which is annoying. I’ve been wondering if it’s possible to re-calibrate the overlay to a smaller screen?

      posted in Hardware
      joela85J
      joela85
    • RE: [IDEA] Integrating Raspotify to MagicMirror

      What do you play your Spotify on? I play my music on Sonos speakers around the house and use MMM-Sonos to show what’s playing where including the album art.

      posted in General Discussion
      joela85J
      joela85
    • RE: Additional sports modules

      I was wondering whether the League Table was an iFrame that I could just load up on the mirror.
      But I guess it would be better if I could just take the data out of the table and replace the contents in a custom Table.
      Would be nice if the countries were shown with their teams emblem.

      0_1515673303334_792434c9-a41f-42a5-b305-e9c565cc788b-image.png
      I’ve already got the fixtures in my Calendar - But would like better looks to it really to go along with a table just showing the next weekends fixtures.

      0_1515673195188_52b30e17-9305-48f3-8c63-5bf9ed1c634d-image.png

      posted in Requests
      joela85J
      joela85
    • RE: Additional sports modules

      Would also like to see extra sports tables and results including the Rugby Six Nations Table/Results.

      posted in Requests
      joela85J
      joela85
    • RE: MMM-Wunderlist not updating

      Guessing everyone gave up with this then?

      posted in Troubleshooting
      joela85J
      joela85
    • Hide Calendar Module if No Events to display.

      I only have a few events in some of my calendars and therefore the rest of the time they just display “No Upcoming Events”

      Is there a way to automatically hide the module if there are no upcoming events? or is there a way to change the “no upcoming events” message to be blank?

      Any suggestions welcome.

      posted in Troubleshooting
      joela85J
      joela85
    • RE: MMM-Trakt

      Looks good, has great potential. Look forward to see it developing further.

      posted in Entertainment
      joela85J
      joela85
    • RE: MMM-Wunderlist not updating

      Did anyone find any solutions to this? I’m facing the same problem. Have not set up a crontab to restart yet. Was hoping for a different solution.

      posted in Troubleshooting
      joela85J
      joela85
    • 1
    • 2
    • 3
    • 4
    • 2 / 4