Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Troubleshooting
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • S

      2.14 electron not working/supported on raspian Jessie
      • sdetweil

      1
      1
      Votes
      1
      Posts
      169
      Views

      S

      we have seen and verified that electron 8.5 and above are not working on raspian Jessie

      but Jessie is pretty old…
      u will see an error on npm start (after a version upgrade)

      /home/pi/MagicMirror__RL1/node_modules/electron/dist/electron: /lib/arm-linux-gnueabihf/libdbus-1.so.3: no version information available (required by /home/pi/MagicMirror__RL1/node_modules/electron/dist/electron)

      strongly recommended to rebuild a new sd card with raspian Buster

    • S

      testing new fixes, or solving current problems with next release code
      • sdetweil

      1
      0
      Votes
      1
      Posts
      76
      Views

      S

      fixes are published in the next release via the developers branch

      to get there

      if you did manual install

      cd ~/MagicMirror git checkout develop git pull npm install

      restart MagicMirror as normal

      if you used my install script

      cd ~/MagicMirror git fetch origin develop:develop git checkout develop npm install

      if u are already ON the developers branch, and want to update to the latest,

      git pull npm install

      restart MagicMirror as normal

    • karsten13

      forum channel in discord is dead
      • karsten13

      3
      0
      Votes
      3
      Posts
      113
      Views

      karsten13

      @sdetweil thanks

    • A

      Installing on a Pi Zero
      • andyc7687

      159
      10
      Votes
      159
      Posts
      24280
      Views

      ebolisa

      @sdetweil Yes, I set swap to 1024. It’s slow but it works.
      Thanks again!!

    • Mykle1

      How to post code on the forum - For absolute beginners
      • Mykle1

      26
      14
      Votes
      26
      Posts
      8761
      Views

      Mykle1

      @sdetweil

      I never use the button. Learned backticks early on. Was so happy about it that I wrote the tutorial Jun 28, 2017, 7:40 PM

    • Bangee

      How to Troubleshoot
      • Bangee

      10
      2
      Votes
      10
      Posts
      18063
      Views

      E

      While trying to debug modules, I’ve been given quite mixed feedback regarding what to use to print messages to console, on either local system or in remote browser DevTools.

      So far, I have found the only reliable way that always seem to print something in the browser, is using console.error(). The others have varied. I’m on MM v2.2.2 (master).

    • Tippon

      Location and temp problems with Weather
      • Tippon

      1
      0
      Votes
      1
      Posts
      1
      Views

      Tippon

      Hi all 🙂

      I’ve just got everything set up in a virtual machine while I wait for my hardware to arrive, and I’m having some problems with the updated weather module.

      I’ve got it running, and it looks good. I’ve got two copies, one displaying the current weather and one for the hourly forecast, and they’ve got the location above the modules. The problem is, the weather doesn’t match with the Open Weather Map website (showing approx 5c and cloudy, but 1c and clear on the website), and the location is displaying the latitude and longitude rather than the town name. My phone’s weather app uses Open Weather Map too, and it’s matching the site.

      As far as I can see, everything is set up properly, including the /onecall endpoint for the hourly weather. The changes below are in weather.js with the two entries at the bottom in config.js

      Can someone tell me what I’m missing please?

      (P.S. I’m happy with the location being public, as it’s for the nearest town and doesn’t identify me)

      weatherProvider: "openweathermap", roundTemp: false, type: "hourly", // current, forecast, daily (equivalent to forecast), hourly (only with OpenWeatherMap /onecall endpoint) lat: 51.7162, lon: 3.4518, location: 'Aberdare,GB', locationID: 2657835, { module: "weather", position: "top_right", config: { // See 'Configuration options' for more information. type: 'current' } }, { module: "weather", position: "top_right", config: { // See 'Configuration options' for more information. type: 'hourly' } },
    • B

      MMM-Stock Cannot read property 'toLowerCase'
      • brendan_c23

      34
      0
      Votes
      34
      Posts
      112
      Views

      S

      @sdetweil stocks are working today

    • Y

      Control MMM-mp3player with MMM-GoogleAssistant
      • youssef

      1
      0
      Votes
      1
      Posts
      33
      Views

      Y

      Hello, can I control MMM-mp3player with MMM-GoogleAssistant ?

    • B

      Problems With Weather
      • brendan_c23

      37
      0
      Votes
      37
      Posts
      156
      Views

      Mykle1

      @wenike

      Well, I’m not going to do that because the module is deprecated. Doesn’t make much sense to me. If you feel the need, have at it. 🙂

    • T

      What is this how do i solve it?
      • TURKISH_1453

      15
      0
      Votes
      15
      Posts
      79
      Views

      T

      @sdetweil evet sorun buymuş 🙂 teşekkürler 😉

    • PeterPang

      Can I put my own photo album in Flickr for MMM-Flickr
      mmm-flickr • • PeterPang

      4
      0
      Votes
      4
      Posts
      75
      Views

      PeterPang

      Solved , its need the photo album page of yours URL , not just your name URL

    • B

      MMM-Spotify
      • brendan_c23

      2
      0
      Votes
      2
      Posts
      46
      Views

      S

      @brendan_c23 sudo means become root user for this one command

      all files created will be owned by root, and protected from other users writing to them
      modules need to write to files…

      for MM, NEVER need to use sudo

    • mcmalone

      Turning TV on/off via PIR sensor - current problem: TV displays "No Signal" screen
      • mcmalone

      5
      0
      Votes
      5
      Posts
      116
      Views

      M

      @mcmalone If you use a screensaver then I am 99.9% sure the TV is still on, just showing a black screen.
      Maybe have a look at MMM-NewPIR. It supports HDMI-CEC and should turn your TV on/off. Otherwise you try the relay method explained by @cruunnerr in this HowTo.

    • K

      UNSOLVED MM starts upside down
      • KevinMM

      6
      0
      Votes
      6
      Posts
      92
      Views

      K

      @bkeyport I enabled the Open GL driver and was able to get everything working as intended!

      https://github.com/MichMich/MagicMirror/wiki/Configuring-the-Raspberry-Pi#enable-the-open-gl-driver-to-decrease-electrons-cpu-usage

    • G

      Calendar module works on one Mirror...but not another?
      • gnurph69

      2
      0
      Votes
      2
      Posts
      36
      Views

      S

      @gnurph69 erase the lock file and
      then
      git pull && npm install
      again

    • P

      Vignette? How do I remove it
      • pepeu

      5
      0
      Votes
      5
      Posts
      57
      Views

      P

      @sdetweil sorry, I will post pictures later. I didn’t notice this post got any replies until I was on my way from work.

    • michaeldun

      Some help for those on windows machines
      tutorial • • michaeldun

      3
      0
      Votes
      3
      Posts
      57
      Views

      michaeldun

      @sdetweil Thanks! Just didn’t know which one was you, too many @ sams

      Michael

    • E

      UNSOLVED When saying "Play Spotify" google doesn't recognize it.
      • enarida

      3
      0
      Votes
      3
      Posts
      709
      Views

      C

      If you do not have a better method, I have one that may help you. You can choose to convert Spotify songs to MP3(I use Tunelf Spotibeat Music Converter) so that you can use other apps to play them.

    • BKeyport

      Cached pictures in iFrame
      • BKeyport

      11
      0
      Votes
      11
      Posts
      128
      Views

      Mykle1

      @bkeyport said in Cached pictures in iFrame:

      I’m trying to understand how to use the example, bro.

      Been there. I only knew because I came across the same issue and didn’t know what to do, too. You’ll notice that I stated that Sean and Strawberry taught me the solution.

      Anyway, it looks like you worked it out.

      Good on ya, mate! 👍

    • 1
    • 2
    • 3
    • 4
    • 5
    • 166
    • 167
    • 1 / 167
    Enjoying MagicMirror? Please consider a donation!
    MagicMirror created by Michael Teeuw.
    Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
    This forum is using NodeBB as its core | Contributors
    Contact | Privacy Policy