A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Force client https with server https already setup

    3
    0 Votes
    3 Posts
    303 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
    236 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
    685 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
    5k Views
    M
    @sdetweil My .folders are .cirlceci .git .github No .config folder.
  • PushBulletNotifications Module not showing?

    1
    0 Votes
    1 Posts
    272 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
    2k Views
    kusselinK
    Thank you
  • NPM high CPU usage...

    1
    0 Votes
    1 Posts
    358 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
    7k 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
    595 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
    422 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
    787 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.
  • MMM-CalendarExt

    4
    1
    0 Votes
    4 Posts
    929 Views
    D
    Turns out there is some type of miscommunication if an event is reoccurring. I deleted those events and just put them in 1 at a time and if worked fine. The times are still in 24 hours instead of 12 but I can live with that.
  • VSCode Question

    1
    0 Votes
    1 Posts
    296 Views
    ankonaskiff17A
    I’m using VSCode to make changes to css and js. Make a change, save, move on or undo depending on results. I noticed this morning something about “Staged Changes” and Commit on Master. I want to 1) make sure that “master” is the local file when I did git clone abcfile.git and not something that is tied back to file I cloned from. 2) What/Why did this show up today since I have been using for a bit now and the number of staged changes is significantly less than the changes I’ve made AND two of the staged changes are for some package-lock.json files I certainly haven’t even looked at. Only thing I did beteen yesterday & today was to do that update to Pi OS that was flagged in my notifications
  • Problems with MMM-ModuleScheduler

    7
    0 Votes
    7 Posts
    2k Views
    S
    @Sandy2503 well, they are there monitorControl: function(action, opts, res) { let status = "unknown"; let offArr = ["false","TV is Off","standby"]; let monitorOnCommand = (this.initialized && "monitorOnCommand" in this.thisConfig.customCommand) ? this.thisConfig.customCommand.monitorOnCommand : "tvservice --preferred && sudo chvt 6 && sudo chvt 7"; let monitorOffCommand = (this.initialized && "monitorOffCommand" in this.thisConfig.customCommand) ? this.thisConfig.customCommand.monitorOffCommand : "tvservice -o"; let monitorStatusCommand = (this.initialized && "monitorStatusCommand" in this.thisConfig.customCommand) ? this.thisConfig.customCommand.monitorStatusCommand : "tvservice --status"; just not in the same form… also, the doc describes how to specify different ones without changing the code https://github.com/Jopyth/MMM-Remote-Control#using-custom-commands