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

    3
    0 Votes
    3 Posts
    3k Views
    T
    @kpenrose47 said in 404 Error: When trying to install Magic Mirror I get a ‘bash: line 1: 404:: command not found’ error. I used the following link to install Magic Mirror ‘curl -sL https:/raw.githubusercontent.com/michmich/magicmirror/master/installers/raspberry.sh | bash’. Am I trying to install from the wrong location? Yeah, I posted that an hour before also - but it was transfered to another thread :/. As bhepler now suggested: You missed a / in your link. Also the message would explain: As the link is wrong, your curl receive a 404 ERROR, which is piped to “bash” - and bash does not know what the command “404” is :).
  • Npm Start command not found?

    2
    0 Votes
    2 Posts
    2k Views
    C
    @CCoates think I’ve figured it out Raspbian Jessie didn’t install Whoops
  • Start Shell/Pyton script out of MagicMirror module

    2
    0 Votes
    2 Posts
    2k Views
    strawberry 3.141S
    @DevilRev you can use child process exec to run it in the node_helper https://nodejs.org/api/child_process.html#child_process_child_process_exec_command_options_callback
  • Today's weather [default module] not correct. Rest of the week is fine.

    3
    0 Votes
    3 Posts
    2k Views
    O
    You’re right! An area around Oslo and to the North of the city is showing an incorrect temprature on the site. I’ve submitted an issue to them. Hopefully they’ll fix it soon.
  • Analog Speaker and USB Mic combined for Voice control

    3
    0 Votes
    3 Posts
    3k Views
    D
    @strawberry-3.141 Hi, at first thanks for taking the time and thanks for you help it sounds like a promising solution but I still don’t seem to get this working. I used p.get_device_info_by_index() to find out the index of my USB microphone, which is 2, and added input_device_index=2 to the snowboydecoder file BUT it still seems to somehow use the onboard audio card 0 and I have no idea why or what I did wrong. I uploaded the error shown when launching the magic mirror to pastebin maybe it can help you help me, I really want to solve this! http://pastebin.com/R1n3TmbP Also my snowboydecoder config file on pastebin: http://pastebin.com/U0yh4X1f maybe I added it at the wrong place but I was thinking this is the right place for it and didn’t know what to do with line 115. I really hope you can help me, thanks!
  • Microphone issue

    2
    0 Votes
    2 Posts
    2k Views
    P
    Anyone got the same issue :( ? thanks
  • Calendar 'Loading...' issue with iCloud

    1
    0 Votes
    1 Posts
    1k Views
    N
    I have seen a problem when using an iCloud url with the calendar module that I thought I’d post in case anyone else runs into the issue. Symptoms The symptom is the calendar sticks with the ‘Loading…’ message but never loads. On the command line I saw the following error: Ready to go! Please point your browser to: http://localhost:8080 Create new calendar fetcher for url: http://p02-calendarws.icloud.com/ca/subscribe/1/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx - Interval: 300000 Whoops! There was an uncaught exception... [Error: Invalid UNTIL value: 20160730T115959] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues Cause With Mitchs support the problem has been traced to the rrule library which handles recurring calendar events. There is an open issue on the library here: https://github.com/jkbrzt/rrule/issues/145 It seems the library is strictly following RFC2445 detailing how UTC dates work, but it seems not every calendar provider is structuring the dates per RFC2445 when they are set to a local time. I’ve added the problem I’m seeing to the issue 145. I hope that helps anyone else encountering the same issue.
  • Refresh Hello World module

    3
    0 Votes
    3 Posts
    5k Views
    ?
    Thanks for your answer, I think there is a problem with the MMM-ModuleScheduler. When the frame is hidden your version is refreshing good, but when it is visible, it is stopping. Maybe it will not work together…
  • PM2 logs

    8
    0 Votes
    8 Posts
    9k Views
    RedNaxR
    @ostfilinchen Working on it, testing as we speak :D
  • Help creating a shutdown button?

    troubleshoot help button switch shutdown
    7
    0 Votes
    7 Posts
    6k Views
    J
    @bez252 Actually what they describe might also work for you, based on a quick glance through the setup code. To shutdown from the node_helper you need to change some code in the file(will be in MMM-Button/node_helper.js in your file system). Here is an example from my module to shut down the RPi, you can replace the self.sendSocketNotification(...) in the node_helper with a similar command: exec('sudo shutdown -h now', null); Also, at the beginning of the file you need to include the exec function, like here: const exec = require('child_process').exec;
  • Love the idea from first sight, now a bit confused with this issues!

    3
    0 Votes
    3 Posts
    2k Views
    dracebusD
    @strawberry-3.141 said in Love the idea from first sight, now a bit confused with this issues!: @dracebus said in Love the idea from first sight, now a bit confused with this issues!: Error: listen EADDRINUSE :::8080 something is already using this port. got to the config.js an change the port in there to something else yeah there was an instance running. Also, not sure how to quit the app, I am really new to terminal usage, I stopped once using NPM stop but I cant get that to work anymore, I type stuff and nothing happens when I hit enter
  • Rss for news feeds?

    13
    0 Votes
    13 Posts
    25k Views
    D
    Hi, I got this working, the problem was indeed something with the formatting by editing as a text file on my mac. By sshing into the box and modifying the config file directly on the pi I got it working. One question I still have: is there any way to tell the box to drop headlines after 2 days or so? I’m seeing headlines that are 5, 6, 7, 8 days old cycle through and they are no longer news. I’m seeing some new headlines make their way in but the majority are old. I want to have the MM drop headlines when they are stale, say after 2 days time. I see there is a updateInterval tag but I believe that refers to the frequency it checks for new headlines, not when it drops old headlines off. Anyone else having the same issue? Thanks, Nathan
  • Boot up

    1
    0 Votes
    1 Posts
    1k Views
    E
    Brand new Raspberry pi zero running in server only mode I have already tried doing this once and ended up having to completely start over, now I am doing the smart thing and asking others how in the world do I have my pi boot up into the magic mirror. preferable with midori browser and in full screen. thanks in advanced
  • This topic is deleted!

    6
    0 Votes
    6 Posts
    42 Views
  • Calendar and News feeds stuck "Loading..."

    1
    0 Votes
    1 Posts
    1k Views
    W
    I’m having some problems with both the calendar and the news feed both sticking at “Loading…” Here is what my mirror page looks like currently, weather and forecast load fine, but calendar and news feeds do not. The same problem occurs with the default, unmodified config.js as well I’ve run both the default new york times feeds and US holidays ICS through other applications, and both work just fine outside of magicmirror. I’m able to ping both the nytimes.com and calendarlabs.com from the pi successfully, so I don’t think I’m having internet problems I’m a bit stumped on this one, Thanks in advance!
  • MMM Carousel -> Use on specific modules

    1
    0 Votes
    1 Posts
    1k Views
    ?
    Any known way to set this in the config or rules, setting it to rotate various modules, however retaining set modules on screen at all times? Many thanks.
  • Unable to click a toggle button

    22
    0 Votes
    22 Posts
    17k Views
    cowboysdudeC
    Yes it’s the lower_third position it will NOT work in… something is conflicting with it.
  • Monitor saying 'No Signal'

    6
    0 Votes
    6 Posts
    3k Views
    O
    @Cato I will look into this thanks
  • Diplaying stream of IPCam results in "error 401: Unauthorized"

    1
    0 Votes
    1 Posts
    1k Views
    S
    Hey. I wrote a small module to display the http preview of one of my IP cameras. The module simply creates an <img> tag and uses the URL of the camera as src: <img src="http://{user}:{password}@192.168.1.125/Streaming/channels/1/httpPreview" />. The URL works fine if I enter it in my browser or in a new Chromium window on the raspberry running SmartMirror. Unfortunately it does not work inside the mirror itself :/ There is only 1 error in the developer console: “Failed to load resource: the server responded with a status of 401 (Unauthorized)”. Any hints or tipps why the URL cannot be viewed within the mirror window? – edit – If I enter the URL of the mirror in the browser of my computer, the stream works without any problems.
  • mouse..

    5
    0 Votes
    5 Posts
    3k Views
    KirAsh4K
    Or install a Cat. :)