A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Text to config.js

    12
    0 Votes
    12 Posts
    2k Views
    L
    Hi again ! Thanks for help .Think I beginn to under stand now : [image: 1617127391162-2021-03-30-195853_1920x1080_scrot.png] Litek :)
  • I can't get mmm-screencast to work

    Unsolved
    59
    0 Votes
    59 Posts
    30k Views
    L
    @jste84 I think this module died, mine stopped and never came back …
  • calendar event format

    2
    1
    0 Votes
    2 Posts
    496 Views
    S
    @sceetch I don’t think you will have that much control. there are two date/time types normal and full day events with timeFormat:“absolute”, you can set the formats dateFormat and fulldateFormat see this cheatsheet for the values of the format string https://devhints.io/moment
  • PIR Sensor Monitor Doesn't Stay Off

    2
    0 Votes
    2 Posts
    307 Views
    S
    @d0zza the monitor is energy star compliant,and is warning you that it will turn off if no input is received on 15 minutes. you cannot change this but this means the module turned off the hdmi port and not the monitor. as I posted in discord, there are different commands that do different things tvservice, vcgencmd, dpms, and cec-utils if your monitor is also cec compliant, software can turn it off and on. none of my monitors can be controlled w software, so I end up blanking the screen by hiding all the modules https://discord.com/channels/545884423703494657/793511982103134211/824322810385006592
  • Weather Module not showing with weather.gov api

    5
    0 Votes
    5 Posts
    3k Views
    S
    @CloakingTorin this module has a small design problem… it gets the urls for the different data types FROM the api. the 1st time the top level calls the provider for the forecast, it doesn’t have the urls yet, but can’t tell the top to call again then the top level waits 600,000 milliseconds before it calls again , 600 seconds , 10 minutes… so it shows loading for 10 minutes… then it will show the forecast… u can change it to 2 minutes, by adding this to the config section… it will still look dead for 2 minutes… AND it will call the api EVERY 2 minutes to get the forecast… updateInterval: 2*60*1000, I sumitted an issue, https://github.com/MichMich/MagicMirror/issues/2505
  • problems with hot word

    6
    0 Votes
    6 Posts
    595 Views
    bugsounetB
    @Karalica-Kir : I have deprecied this module, last year. I code another very more simple Now, I think you use a very old source (When i close MMM-Hotword it’s the v2.4.0… and you use v1) Good luck for using it ;)
  • problems with starting

    2
    0 Votes
    2 Posts
    420 Views
    lavolp3L
    @karalica-kir A bit more explanation around all this would be helpful. You have an issue with the mentioned module MMM-GoogleMapsTraffic. It wants to read a json input that it cannot understand. MOst probably from the Google maps API. SO I would assume somethings wrong with your api key for the google maps api. But I can only guess.
  • MMM-xiaomi Best gateway?

    1
    0 Votes
    1 Posts
    319 Views
    M
    Hi Will a Xiaomi Gateway 3 (Global version) work with this module? What would you recommend?
  • Alignmend of modules

    11
    1
    0 Votes
    11 Posts
    5k Views
    M
    @carstend I added the question to the DWD-Pollen thread, but no respond so far. https://forum.magicmirror.builders/topic/12247/mmm-dwd-pollen/19?_=1616656403635 text-align: right will move the text, so it is not centered anymore. But the goal is, to get rid of the space on the right side. Update: I now use: .MMM-DWD-Pollen table { margin-left: auto; margin-right: -40px; } Not sure if this is a good way, but it works for me at the moment.
  • Newsfeed Wrap with CSS

    13
    0 Votes
    13 Posts
    4k Views
    S
    @sdetweil said in Newsfeed Wrap with CSS: also, notice the leading dot (.) on the class name, this is required excellent!!! it works fine now :) Thank you! Nice supporter :)
  • Message: no signal

    6
    0 Votes
    6 Posts
    2k Views
    S
    @george i just replied to someone else on discord there are different commands to turn on/off display devices… and they work in different places tvservice is a pi only command https://www.raspberrypi.org/documentation/raspbian/applications/tvservice.md vcgencmd is one to control the hdmi port (turn off, and display MAY show ‘no input’) https://www.raspberrypi.org/documentation/raspbian/applications/vcgencmd.md and cec-utils (cec-client) can control the tv on the end of the hdmi cable (for cec compliant devices) https://pimylifeup.com/raspberrypi-hdmi-cec/ tv service works on pi4 to turn off hdmi port, but not back on. vcgencmd worked on pi 4, but montior displayed no input, cec-utils worked turned off/on monitor [11:45 AM] the PIR module has to use the right commands… I thought NEWPir supported cec-client… but haven’t tried it… sam — Today at 11:58 AM New-PIR does support the CEC commands, and vcgencmd and tvservice… using mode in the module config screen section screen: { } I think 5 modes are available: mode: 1 - use vgencmd (RPI only) mode: 2 - use dpms (version RPI) mode: 3 - use tvservice (RPI only) mode: 4 - use HDMI CEC mode: 5 - use dpms (linux version for debian, ubuntu, …) my advice to the other user was to logon to the pi via ssh and try the commands as documented in the links to figure out which on works and then use the mode in the NEW-Pir module config
  • Date in the calendar module is in the wrong format. MM/DD/YY instead of DD/MM/YY

    Unsolved
    2
    1
    0 Votes
    2 Posts
    881 Views
    S
    @sander023 I put your post back, cause I want to reply for others… in this case, u also need timeFormat:‘absolute’, dateFormat: "DD/MM/YY", timeFormat:'absolute', fullDayEventDateFormat:"DD/MM/YY",
  • Can't install MMM-Navigate

    13
    0 Votes
    13 Posts
    3k Views
    S
    @matze86 do this from the MMM-Navigate folder npm rebuild epoll --update-binary worked for me note that this compiled version won’t work if you use electron now…
  • Calendar events 1 day late

    2
    0 Votes
    2 Posts
    475 Views
    S
    @castletonroad what version of MM are u running on ? this was a problem in 2.13, but fixed in 2.14(the current version) I just tested and get the event showing on Thursday April 1 as expected
  • Unsplash not loading pictures

    4
    0 Votes
    4 Posts
    1k Views
    D
    @cowboysdude Thanks. Even though, the solution came from some one else. ;-) I just thought its good to post it here as well in case someone looks exactly for this issue. Anyway. I don’t know what you mean by add it to the repository but if someone does, feel free to add this. Cheers everyone.
  • Weatherbit Unit

    16
    0 Votes
    16 Posts
    5k Views
    M
    @scumbelly Sorry forgot to remove it.
  • MagicMirror Calendar iCal

    4
    0 Votes
    4 Posts
    364 Views
    S
    @gryfer so the dns server for the pi cannot locate the mail server. are you using pihole to filter advertisements? someone else had to reboot their router
  • MMM-iHaveBeenThere : how to adjust zoom

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    F
    Hi i have the same problem like @MrCoffee. I want do display the whole Map, but i can not figure out how it works: zoomLevel: “0.8”, zoomLongitude: “50”, zoomLatitude: “50”, are the best seetings i figure out. In the MMMihavebeenthere.js under: wrapper.style.width = “3840px”; wrapper.style.height = “2160px”; i set the resoultion of the TV to 4k so the Map fit*s the screen But it fit’s not 100% right. I play around more the 1 hour withe the settings in the config.js and can not finde better seetings. Have anyone a idea to fix this and become a 100% view? Greetings Foxy [image: 1615488141941-untitled-resized.jpg]
  • Got error when run MM 2.14.0

    11
    0 Votes
    11 Posts
    5k Views
    slametpsS
    @sdetweil said in Got error when run MM 2.14.0: @slametps fun… do cd ~ sudo rm -rf .npm rm -rf MagicMirror note the dot in front of npm then run the install script again. It works like a charm. Thx a lot @sdetweil .
  • 0 Votes
    2 Posts
    475 Views
    Mykle1M
    @desert-rat Until I get around to making a permanent solution, you can edit this line in the Hello-Lucy.js file to reflect what you want to see Line 204 (or there abouts) this.mode = this.translate("NO_MODE")+ "'Hello Lucy'"; A word of caution! Be careful not to change the quotes as they already exist. Simply change Hello Lucy to your preference.