A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-RadioDE will not play

    7
    0 Votes
    7 Posts
    1k Views
    wishmaster270W
    @Blackmirror Hi, maybe the url of the radio station changed. The player then tries to start the station and stops directly.
  • MMM-COVID19 not updating

    28
    0 Votes
    28 Posts
    8k Views
    S
    @Baraka someone posted an issue for my MyCovid19 module. the source has changed publishing dates and maybe format I have updated my module.
  • MMM-PlexSlideshow In region instead of fullscreen

    1
    1
    0 Votes
    1 Posts
    249 Views
    C
    How can I put MMM-PlexSlideshow in a region instead of ‘fullscreen-below’? I tried for example ‘middle_center’ but only shows a very thin strip of the picture (see picture) not filling the region. Is there a way to actually define height and width of the frame within the region where I would like for the slideshow ? [image: 1608164667916-82719390-1d75-4544-a015-0ece3c7d594d.jpeg]
  • Force client https with server https already setup

    3
    0 Votes
    3 Posts
    280 Views
    K
    @sdetweil Thanks for replying :) It seems chromium’s -kiosk option works better than Firefox. When I use Firefox it has quite a chance not actully going full screen. I think my problem is no more now.
  • Compliments Module Customisation

    1
    1 Votes
    1 Posts
    224 Views
    M
    Hi There, Is there any way to merge two of the compliments headers into one so that what is displayed is dependent on the TIME OF DAY and the WEATHER? i.e. morning + rain = “It’s a raining morning!” I’d also be interested to hear if it’s possible to customise dependent on the day of the week. i.e. morning + wednesday = “We’re halfway through the working week!” Any help would be much appreciated.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    7 Views
  • /n not respected in mmm-compliments

    3
    0 Votes
    3 Posts
    641 Views
    jonspragginsJ
    I’ll commit nerd seppaku now, with a proper backslash.
  • MagicMirror runs in small window after update

    17
    1
    0 Votes
    17 Posts
    4k Views
    M
    @sdetweil My .folders are .cirlceci .git .github No .config folder.
  • PushBulletNotifications Module not showing?

    1
    0 Votes
    1 Posts
    261 Views
    A
    Okay, I have tried several different things like checking my module, changing the API Token, but for some reason, I cannot get this module to display on my MagicMirror. All of my other modules are fine. I am wondering if I am missing something obvious (I have before). He is my config (Which I did not change from the ReadMe): { module: 'MMM-PushBulletNotifications', header: 'Notifications', position: 'top_left', // This can be any of the regions. config: { // See 'Configuration options' for more information. accessToken: "MyToken", //PushBullet API Access Token endToEndPassword: null, numberOfNotifications: 3, filterTargetDeviceName: "", showPushesSentToAllDevices: true, onlyAllowCommandsFromSourceDevices: [], fetchLimitPushBullet: 50, showPushes: true, showPushesOnLoad: true, showDismissedPushes: true, showMirroredNotifications: true, onlyShowLastNotificationFromApplication: false, showIndividualNotifications: false, showSMS: true, showMessage: true, showIcons: true, showDateTime: true, localesDateTime: 'nl-NL', playSoundOnNotificationReceived: true, soundFile: 'modules/MMM-PushBulletNotifications/sounds/new-message.mp3', maxMsgCharacters: 50, maxHeaderCharacters: 32, showModuleIfNoNotifications: true, noNotificationsMessage: "No new notifications", debugMode: false, } }, Any help will be appreciated. Thanks.
  • Size ratio is not correct

    3
    1
    0 Votes
    3 Posts
    1k Views
    kusselinK
    Thank you
  • NPM high CPU usage...

    1
    0 Votes
    1 Posts
    342 Views
    B
    howdy folks, just noticed that my cpu is running higher than normal so i taught restarting my mirror would sort it out but it didnt, even with pm2 magicmirror stopped its still showing that its running high. i did top and it shows npm running up to 25% on cpu [image: view?usp=sharing] tried to upload pic but having problems, should see screen shot when click on like restarting my pi seems to solve problem for a while, it reoccurs!
  • server/client setup: how to force client's custom.css

    5
    0 Votes
    5 Posts
    1k Views
    A
    @keithhannen Good to know that :) , I think you need to keep dev tools open ? If Yes, you can undock it and then minimize it.
  • Cant Start MMPM GUI

    15
    0 Votes
    15 Posts
    6k Views
    mumblebajM
    @sdetweil Still don’t like the response he made to you about not advising people to use your scripts.
  • Help for a newbie

    6
    1
    0 Votes
    6 Posts
    1k Views
    T
    @lavolp3 yes the mirror is the same. I did check that and it’s set for 1024x768
  • CalendarEXT2 and Calendar (default)

    17
    0 Votes
    17 Posts
    4k Views
    AlvingerA
    @ankonaskiff17 In most cases the default values are set so that you do not need to change more than a few values to adjust to your needs. It makes no sense copying the entire config just to set the values to the default ones. That said, yes, you can copy the default block and change it to “config”, just remember to set the other module options appropriately. @sdetweil has put significant effort into the calendar module and done a great job of fixing all the quirks so expect the default calendar module to be really great in the next MM version! Just be sure to move all your config stuff to config.js so you can upgrade without issues.
  • Where do I put this.sendNotification?

    3
    0 Votes
    3 Posts
    567 Views
    lavolp3L
    @eracerhead these functions (this.sendNotification()) are being used to trigger something in one module from inside another module. It is only needed for module developers. You could create e.g. a module with control functions including these.
  • MagicMirrorOS starts up with blank screen

    19
    0 Votes
    19 Posts
    7k Views
    S
    @Dimasua nothing built in. U have to at least edit or creste a file…u could do that after u flash the SD card. Before booting it
  • MQTT server is offline

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    S
    @matt216 the code could be made more resilient, but maybe lower down than module, which module author doesn’t control. Its hard to make 100% reliable code. Glad u resolved to issue
  • Is Magic Mirror portable?

    2
    0 Votes
    2 Posts
    395 Views
    S
    @MiguelDAD the issue will be node and npm levels. More than likely same hw type to same it will work
  • MMM-WeatherOrNot module doesn't change theme

    6
    0 Votes
    6 Posts
    751 Views
    T
    @sdetweil Thank you sir, I’ll 100% remember to do that next time. I should have known to go back and edit it.