A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Subcategories

  • MMM-SoccerLiveScore no pictures

    4
    0 Votes
    4 Posts
    1k Views
    S
    @ernst-jan said in MMM-SoccerLiveScore no pictures: EAI_AGAIN google search on EAI_AGAIN returns EAI_AGAIN is a DNS lookup timed out error, means it is a network connectivity error
  • Unable to Install on RPi 3 b - unable to install dependencies

    6
    0 Votes
    6 Posts
    2k Views
    DæmonEyesD
    In case you didn’t find a solution yet, a user by the name sdetweil just helped me with a similar problem with my RPi 3 B+ running the latest Rasbian Stretch. Here is the link to that discussion for everyone else who is stuck at this step too: https://forum.magicmirror.builders/topic/9636/stuck-at-unable-to-install-dependencies/8?page=1
  • File named core! Is that correct!

    1
    0 Votes
    1 Posts
    656 Views
    R
    I have a file named Core in the MagicMirror folder. This is about 443Mb in size. I did not notice it before. What’s it all about. Is that correct!
  • News error

    9
    0 Votes
    9 Posts
    3k Views
    E
    Thanks al. It now working with out a error
  • About to build for the first time, dont understand the point of the OS.

    Locked
    3
    0 Votes
    3 Posts
    967 Views
    yawnsY
    @seedhe I close this thread, please continue here: https://forum.magicmirror.builders/topic/9580/about-to-build-for-the-first-time-dont-understand-the-point-of-the-os Even though I get the feeling this is just spam
  • Login inside an iFrame

    1
    0 Votes
    1 Posts
    760 Views
    French7F
    Hello, This is related to MMM-iFrame, but the issue comes from the Electron app. Platform: Rapsberry Pi 3 Node Version: 10.15.0 MagicMirror Version: lastest Description: Chrome doesn’t support the auto login syntax (user:pass@host) in iFrames anymore. In my case, I can’t display a webcam feed inside an iFrame with MMM-iFrame with the user:pass@host syntax. Steps to Reproduce: install MMM-iFrame, try to add a webpage that needs basic auth. Expected Results: the webpage shows up. Actual Results: nothing shows up and a console log is issued: > [Deprecation] Subresource requests whose URLs contain embedded credentials are blocked[…] Additional Notes: if I open the Mirror with my web browser it prompts my creds and I can make my browser remember them. I also managed to open a new Electron tab, so I went directly to the webcam URL and the credentials were prompted ; but I can’t make Electron remember it. Is there a way to give Electron basic auth informations? I hope it is technically possible to solve the issue.
  • Start without internet connection and restart with, make modul work?

    13
    0 Votes
    13 Posts
    4k Views
    R
    Werde ich gleich morgen Nachmittag testen, das wäre ja der große Knaller. Danke fürs recherchieren. Ich werde auf jedenfall Rückmelden. Will I test the same tomorrow afternoon, that would be the big bang. Thanks for researching. I will definitely confirm.
  • newsfeed error at every launch time pubdate undefined

    2
    0 Votes
    2 Posts
    1k Views
    bheplerB
    First, please use the Markdown features of the board when posting code & error messages. Second, the error seems to state that the RSS items in that newsfeed can’t be parsed by the module. The links seem to work just fine, so I suspect that the newsfeed uses some more advanced techniques that aren’t implemented by the Newsreader module. I would recommend switching to another news feed just to test the functionality. If the Newsfeed module works with a different source, then the problem is likely confined to that source.
  • Clean installation... fails left and right

    17
    0 Votes
    17 Posts
    6k Views
    S
    @devinhedge said in Clean installation... fails left and right: Install Node.js from source The Nodesource install scripts will save you some time/steps: curl -sL https://deb.nodesource.com/setup_10.x | bash - apt-get install -y nodejs It looks like everything installed correctly. As has been said before: @michmich said in Clean installation... fails left and right: As others have said, most of your problems are because you use Raspbian Lite. The electron-quick-start app tries to install electron v4.0, which as I said above, does not work on the latest version of Raspbian–you need to use v3.0.13 (npm i electron@3.0.13). Also, are you trying to run electron from the Pi’s desktop or SSH? If you’re running it from SSH you need to run it with DISPLAY=:0 npm start
  • Module not showing up anymore!!

    2
    0 Votes
    2 Posts
    864 Views
    idoodlerI
    @sam You have 23 errors, please show them to us. Just apply the error filter by clicking on the “Default levels” dropdown and deselect “Info”.
  • 24 Hour clock problem

    25
    3
    0 Votes
    25 Posts
    10k Views
    Mykle1M
    @rasmus-rytter said in 24 Hour clock problem: Thanks, i learn some new everyday As do I, my friend. As do I. :thumbsup:
  • Please create a config file problem

    4
    0 Votes
    4 Posts
    2k Views
    R
    i found out thanks
  • unable to get noble package running

    6
    0 Votes
    6 Posts
    5k Views
    K
    @SvenSommer this solution worked for ur project? Having the same problem to run noble via ssh. for me the command : sudo setcap cap_net_raw+eip $(eval readlink -f which node) , seems to do nothing.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    27 Views
  • Adding new modules leads to irreversible error

    13
    0 Votes
    13 Posts
    7k Views
    J
    Top Google results ftw :) Your suggestion would have been helpful to know though. Thanks for the info!
  • NPM security warnings on fresh install

    9
    0 Votes
    9 Posts
    3k Views
    A
    Ok, works after installing desktop environment :D o_O Thank you!
  • how to add button in the screen?

    2
    0 Votes
    2 Posts
    2k Views
    A
    what exactly do you mean? How should the buttons be “pressed”? Touchscreen? Mouse? What do you want to do with the buttons?
  • Issue displaying images in alerts

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    strawberry 3.141S
    @tagriel the url would be https://github.com/fewieden/MMM-soccer but the only thing you need is a module let’s call it imageserver, which is only responsible as an image host. directory structure: MagicMirror - modules - imageserver - public - kids.png - imageserver.js - node_helper.js imageserver.js Module.register("imageserver", {}); node_helper.js const NodeHelper = require('node_helper'); module.exports = NodeHelper.create({}); config.js { module: "imageserver" }, command MM.getModules()[0].notificationReceived("SHOW_ALERT", {title: 'My Title', message: 'Some Text', imageUrl: '/imageserver/kids.png'}, {name: 'test'}); [image: 1540843796724-93d389de-7eb6-4713-bab0-630e13884ac2-grafik.png]
  • MMM-Hover module Error

    error help module
    1
    0 Votes
    1 Posts
    1k Views
    R
    I have tried to run the MMM-Hover module with the mirror, but it’s giving an error which seems odd. ERROR! Could not validate main module js file. /home/pi/MagicMirror/modules/MMM-Hover/MMM-Hover.js: i2cBus: 0, ^^^^^^
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views