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

cpramhofer

@cpramhofer

6
Reputation
1.9k
Profile views
53
Posts
0
Followers
0
Following
Joined Sep 4, 2016, 12:50 PM
Last Online Mar 12, 2023, 1:54 PM

cpramhofer Unfollow Follow

Best posts made by cpramhofer

  • RE: [ORDER CLOSED] Two way mirror order in Germany

    Are there any new Informations about shipping costs (to austria)
    I´m quite interest for more pieces and size. Also some of my friends are interested.
    But as you can imagine it´s all a question about (shipping) costs. The Price for the glass are quite fair but if shipping doubles it it will not make sense for us Austrians.

    posted in Hardware
    C
    cpramhofer
    Dec 8, 2016, 9:27 AM
  • MagicMirror on Windows 10

    Re: Developers running Windows 10.

    Hi Guys (@KirAsh4, @arek123 ) is there anyone out there who had a short setup guide to make MagicMirror run on a Raspberry 3 with Windows 10 IOT on it?
    As there are some problems with electron maybe windows with edge could be a solution!

    posted in Tutorials
    C
    cpramhofer
    Oct 30, 2016, 2:20 PM
  • RE: City of Vienna - Public Transport Realtime Monitor

    Hi @strawberry-3-141!

    Thanks a lot for work great work!
    It doesn’t only work, it also looks fantastic!

    if you are from vienna: the next beer is on me ;)

    greets
    Christoph

    posted in Requests
    C
    cpramhofer
    Sep 18, 2016, 2:49 PM
  • RE: Motion Detector

    Hi Guys,

    had exactly the same problem with mit Raspi NOIR Cam V2.1.
    the sudo modprobe bcm2835-v4l2 command solved my problem.

    maybe you should add this Tipp in your Readme as many people out there have the same problem.

    greets
    Christoph

    posted in Utilities
    C
    cpramhofer
    Sep 10, 2016, 12:42 PM
  • RE: PIR-Sensor - put your mirror to sleep if not used

    I´m playing around with PIR and after reinstalling npm it seems to work.
    the only problem is that my monitor is switching on and off every couple of seconds.
    do you guys have a picture of how your sensor is setup (Poti, Trigger Jumper)?

    thanks a lot!

    posted in Troubleshooting
    C
    cpramhofer
    Sep 30, 2016, 8:07 PM
  • RE: Motion Detector

    Hi alihallo,

    i have exact the same problem. i also added the @reboot sudo modprobe bcm2835-v4l2 command into my cronetab.

    but once the screen is off for some hours it will not switch on again.

    for me it seems that the RPi 3 is going into some kind of sleepmode if the monitor is switched off for too long.

    kind regards
    Christoph

    posted in Utilities
    C
    cpramhofer
    Sep 12, 2016, 8:06 AM

Latest posts made by cpramhofer

  • RE: Error on fresh install

    hi @sdetweil,

    in deed that was the problem, thank you!

    posted in Troubleshooting
    C
    cpramhofer
    Apr 19, 2021, 2:44 PM
  • Error on fresh install

    Hi Folks,

    i have problems with installing MM. i tried (several times) a complete fresh install on a new SD with Raspberry Pi OS Lite 2021-03-04 and the install script:

    bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"
    

    when i try to run MM i get following ERROR

    pi@MMM:~/MagicMirror $ DISPLAY=:0 npm start
    
    > magicmirror@2.15.0 start /home/pi/MagicMirror
    > ./run-start.sh $1
    
    [19.04.2021 10:37.10.619] [LOG]   Starting MagicMirror: v2.15.0
    [19.04.2021 10:37.10.632] [LOG]   Loading config ...
    [19.04.2021 10:37.10.642] [LOG]   Loading module helpers ...
    [19.04.2021 10:37.10.646] [LOG]   No helper found for module: alert.
    [19.04.2021 10:37.10.894] [LOG]   Initializing new module helper ...
    [19.04.2021 10:37.10.896] [LOG]   Module helper loaded: updatenotification
    [19.04.2021 10:37.10.898] [LOG]   No helper found for module: clock.
    ./run-start.sh: Zeile 102:  7065 Getötet                node serveronly
    npm ERR! code ELIFECYCLE
    npm ERR! errno 137
    npm ERR! magicmirror@2.15.0 start: `./run-start.sh $1`
    npm ERR! Exit status 137
    npm ERR! 
    npm ERR! Failed at the magicmirror@2.15.0 start script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/pi/.npm/_logs/2021-04-19T08_37_11_344Z-debug.log
    

    the log shows the following:

    0 info it worked if it ends with ok
    1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start' ]
    2 info using npm@6.14.12
    3 info using node@v10.24.1
    4 verbose run-script [ 'prestart', 'start', 'poststart' ]
    5 info lifecycle magicmirror@2.15.0~prestart: magicmirror@2.15.0
    6 info lifecycle magicmirror@2.15.0~start: magicmirror@2.15.0
    7 verbose lifecycle magicmirror@2.15.0~start: unsafe-perm in lifecycle true
    8 verbose lifecycle magicmirror@2.15.0~start: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/pi/MagicMirror/node_modules/.bin:/usr/$
    9 verbose lifecycle magicmirror@2.15.0~start: CWD: /home/pi/MagicMirror
    10 silly lifecycle magicmirror@2.15.0~start: Args: [ '-c', './run-start.sh $1' ]
    11 silly lifecycle magicmirror@2.15.0~start: Returned: code: 137  signal: null
    12 info lifecycle magicmirror@2.15.0~start: Failed to exec start script
    13 verbose stack Error: magicmirror@2.15.0 start: `./run-start.sh $1`
    13 verbose stack Exit status 137
    13 verbose stack     at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
    13 verbose stack     at EventEmitter.emit (events.js:198:13)
    13 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
    13 verbose stack     at ChildProcess.emit (events.js:198:13)
    13 verbose stack     at maybeClose (internal/child_process.js:982:16)
    13 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
    14 verbose pkgid magicmirror@2.15.0
    15 verbose cwd /home/pi/MagicMirror
    16 verbose Linux 5.10.17-v7+
    17 verbose argv "/usr/bin/node" "/usr/bin/npm" "start"
    18 verbose node v10.24.1
    19 verbose npm  v6.14.12
    20 error code ELIFECYCLE
    21 error errno 137
    22 error magicmirror@2.15.0 start: `./run-start.sh $1`
    22 error Exit status 137
    23 error Failed at the magicmirror@2.15.0 start script.
    23 error This is probably not a problem with npm. There is likely additional logging output above.
    24 verbose exit [ 137, true ]
    
    
    
    posted in Troubleshooting
    C
    cpramhofer
    Apr 19, 2021, 9:03 AM
  • RE: Two way community order for all european countries - Open until 24 march 2019

    @Goldjunge_Chriz said in Two way community order for all european countries - Open until 24 march 2019:

    @Ivanov_d said in Two way community order for all european countries - Open until 24 march 2019:

    @Goldjunge_Chriz when will you start the next thread?

    what size do you need? I still have a mirror with the dimensions 0.8 x 0.5 m and polished edges from the last order left, because the user has not paid. The mirror is already packed and could therefore be sent immediately :)

    @Goldjunge_Chriz have you sold this one yet? Sounds interesting for me, can you tell me what the total price including shipping to Austria would be?

    posted in Hardware
    C
    cpramhofer
    Jul 15, 2019, 1:33 PM
  • RE: Cant run the app

    Did you run the install directly from the command line (without the start of the graphical user interface)?

    You should run the setup within the GUI!

    posted in Troubleshooting
    C
    cpramhofer
    Jan 28, 2018, 4:16 PM
  • RE: [CLOSED] Two way community order for Europe - Open until 19 November 2017

    as my MM ist running again (and rocksolid now)
    i´m looking forward for an new run in spring!

    posted in Hardware
    C
    cpramhofer
    Nov 22, 2017, 7:20 PM
  • RE: [ORDER CLOSED] Two way mirror order in Germany

    The most important Question: will there be a second chance to place an order? this time i will organize a personal transport from Germany to Vienna :)

    posted in Hardware
    C
    cpramhofer
    Apr 10, 2017, 7:14 AM
  • RE: [ORDER CLOSED] Two way mirror order in Germany

    @Goldjunge_Chriz Hi Chriz: du you have my order marked as confirmed with the new dimensions?

    posted in Hardware
    C
    cpramhofer
    Jan 17, 2017, 4:58 PM
  • RE: [ORDER CLOSED] Two way mirror order in Germany

    @Goldjunge_Chriz

    if it would fit then i would reduce the size to 115 x 60

    Thanks you so much for that!

    posted in Hardware
    C
    cpramhofer
    Jan 16, 2017, 11:38 AM
  • RE: [ORDER CLOSED] Two way mirror order in Germany

    @schlachtkreuzer6 @XxX_Cobra_XxX @wiloo
    @Goldjunge_Chriz

    for you Austrian Guys:
    is anyone now picking up the mirrors from germany? of course i would also pay something for the delivery!
    i really don´t want to reduce size ;)

    posted in Hardware
    C
    cpramhofer
    Jan 16, 2017, 11:20 AM
  • RE: [ORDER CLOSED] Two way mirror order in Germany

    Wow already a very long Thread!

    I herby confirm my order.
    Please contact me via Message with your Bank Account Data so that i can send you the Money!

    Thank you so much for our effort!

    posted in Hardware
    C
    cpramhofer
    Jan 15, 2017, 5:41 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy