A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • "What's next" calendar module?

    Unsolved
    2
    0 Votes
    2 Posts
    723 Views
    ?
    @BKeyport Like this? [image: 1558339634709-transform.png] You can do it with MMM-CalendarExt2 (MMM-CalendarExt could also do that but with different mechanism) With MMM-CalendarExt2, you can transform data of event before display it. transform: (event)=>{ event.icon = "fa-solid:user-secret" event.title = "My Secret" return event } See https://github.com/eouia/MMM-CalendarExt2/wiki/Filtering-and-Sorting#transforming
  • How to run as "https"?

    Solved
    9
    1 Votes
    9 Posts
    5k Views
    V
    I’m not familiar with how a PWA works so I’m not quite sure what you are asking here. Are you saying that you have a PWA running that has a valid ssl encryption and you want to send requests from the PWA to your magic mirror, but they are being blocked due to mixed content policies? What happens when you request to the magic mirror that is using the unsigned certificate? A wildcard certificate handles subdomains so if you wanted to use the same certificate you would need to point a subdomain to your magic mirror.
  • Can't find default 'Compliments' module

    Solved
    3
    0 Votes
    3 Posts
    876 Views
    R
    @sdetweil finally, thank you very much
  • New to Pi and MM Needing Help

    Solved
    3
    0 Votes
    3 Posts
    759 Views
    C
    @sdetweil - thank you! I wound up reinstalling it and it seems to be taking my edits. I appreciate the help!
  • Vertical Image Diagonal Line Issue

    Unsolved image resolution
    13
    0 Votes
    13 Posts
    6k Views
    M
    Here’s an update with an even better fix! While beginning my journey into custom css, I quickly came across another fix to the poor graphics of a vertically rotated screen. In my opinion, this fix is even better than using xrandr because this fix saves a ton on performance, results in a look just as good as using the screen in its native horizontal look, and once you implement it, it will stay implemented. All you have to do is copy and paste the following to your MagicMirror’s custom css: body { margin: 0; position: absolute; transform: rotate(90deg); transform-origin: bottom left; width: 100vh; height: 100vw; object-fit: cover; top: -100vw; visibility: visible; } There you go, just like that you’re set. The custom css of modules may have to be edited as well to make it work but that’s a small price to pay for a much better finished product. Credit where credit is due, I found this fix right here on the forum!
  • After a few hours, MM or Raspberry stops responding

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    D
    @bmadeira it’s the pi running out of memory, not sure what is using all of it, I use cronjob to restart mm every 12 hours
  • Update Help

    Unsolved
    12
    1 Votes
    12 Posts
    7k Views
    CyruS1337C
    @juergli Great, that makes me very happy :)
  • Magic Mirror and Homey

    Unsolved
    2
    1
    0 Votes
    2 Posts
    1k Views
    brobergB
    @paulvanderheijden90 IP conflict in the router maybe. Hard to say since the raspberry pi and the philip hue bridge have nothing to do with each other except being (probably) on the same network.
  • Switching pages on two HC-SR04 ultrasonic sensors

    Unsolved switching pages ultrasoni
    1
    0 Votes
    1 Posts
    426 Views
    A
    A simple wish but can’t solve it. I use two HC-SR04 ultrasonic sensors on both sides of the frame. I want to change the next page by putting my hand in front of right sensor. Putting your hand back in front of the left sensor on the previous page. I’ve tried “MMM-simple swiper” and MMM swipe "but they don’t work for me. The sensors work and show distance, but I can’t put them on as buttons Pressing the “MMM page indicator” mouse button changes the pages normally. How to do it most easily. Has anyone used it or can teach it?
  • Screen Rotation Help

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    M
    @sdetweil I will. It’s a vga connection not hdmi if that matters. Since it’s a gift I don’t want to have to enter code on every reboot so worse case I have the frame turned to landscape vs portrait
  • Compliments module is killing my other module.

    Unsolved
    9
    0 Votes
    9 Posts
    2k Views
    ?
    @sunnykeerthi I think it is fixed. Update and try again.
  • Black screen after reboot.

    Unsolved
    7
    1
    0 Votes
    7 Posts
    2k Views
    J
    I believe this actually may have begun with the new update about a month ago so I may try reinstalling a fresh build.
  • Bluetooth.service: Failed with result 'signal'

    Unsolved
    1
    0 Votes
    1 Posts
    454 Views
    L
    Hi All! Having never used Raspberry Pi in my life (or done nay coding of any sort) I thought it would be a good idea to make a MagicMirror to use with a two-way mirror built in to the bathroom wall while we’re getting a new suite put in. I’ve managed to (somehow) get everything working that I needed (only basics like weather, news, Google calendar, etc.) but I’d also like to try experimenting with video - I’ve got an idea about lying in the bath watching football through the mirror, and would like the audio to play through a portable bluetooth speaker which can sit next to the bath. However, I can’t get started with making the audio work, which is why I need your guys’ help. Following online instructions I expect to: Open Terminal Enter ‘sudo bluetoothctl’ However, I can’t get any further than this, as I get stuck on ‘waiting to connect to bluetooth…’ When I run ‘sudo systemctl status bluetooth.service’ it says ‘Failed to start Bluetooth Service.’ and’ bluetooth.service: Failed with result ‘signal’ (I realise this would be more helpful as code, but my pi is connected with my a monitor and I wouldn’t know how to begin getting the code to copy over! Can anyone advise why this may be failing? And how I can fix it? I’ve looked through loads of articles, both on here and on Google, but the things they suggest don’t change anything or are so complex I don’t know where to begin to make the changes they suggest! Any help would be greatly appreciated, and whoever finds the solution, I shall think of you in the bath :) Cheers.
  • Fresh Installation stuck at node ./download-chromedriver.js

    Unsolved installation stopping program
    2
    0 Votes
    2 Posts
    2k Views
    C
    Reason: Downloding electron takes for ages as the download was below 1kb/s. Solution: Executing the following command using a faster chinese mirror: ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/ npm install --prefix ~/MagicMirror electron --save-dev
  • create config file trouble (absolute greenhorn)

    Unsolved
    3
    0 Votes
    3 Posts
    739 Views
    Mykle1M
    @joeschmi An easy read that will help you to understand the basics of the config file. https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners
  • Vertical Display Graphical Errors

    Unsolved
    2
    0 Votes
    2 Posts
    659 Views
    M
    I’ve also tried installing just a clean raspbian stretch. However, the problem persists when I rotate the display with only the desktop environment of stretch running. I’m now thinking that the 32" Samsung I’m using may be the issue and I’m going to try out another make/model.
  • how to divide the payload of socketnotification

    Unsolved
    4
    0 Votes
    4 Posts
    973 Views
    S
    @cycaaa looks like result in node_helper is not a string object according to the doc, results is an array PythonShell.run('my_script.py', options, function (err, results) { if (err) throw err; // results is an array consisting of messages collected during execution console.log('results: %j', results); }); SO, you need to get them all, so, sendSocketNotification(“string”,results.join(’ '))
  • NPM error

    Unsolved
    3
    1
    0 Votes
    3 Posts
    1k Views
    T
    @bhepler after typing sudo npm install electron I received an error : eacces permission denied , mkdir etc also npm warn enoent : no such file or directory… 😵
  • Indicate AlexaPi's State with LEDs

    Unsolved
    2
    1
    0 Votes
    2 Posts
    2k Views
    WILLIAM_WANDIEW
    https://www.youtube.com/watch?v=aa3VVZA0e5Y
  • Current Weather - Location not shown.

    Unsolved
    1
    0 Votes
    1 Posts
    441 Views
    R
    My currentweather module isn’t showing its location. Module.register("currentweather",{ // Default module config. defaults: { location: false, locationID: 1234567, appid: "", units: config.units, { module: 'currentweather', position: 'top_right', config: { location: 'AnyTown,GB', locationID: '1234567', //ID from http://www.openweathermap.org appid: '############' } }, How do I get the location back on the current weather, please?