A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • costum.css modified but font color still the same

    5
    0 Votes
    5 Posts
    4k Views
    lavolp3L
    @Hellonoonan said in costum.css modified but font color still the same: .brightb { color: #fff; } Maybe this? .bright { color: #fff; } without the b?
  • Weather

    Unsolved
    13
    0 Votes
    13 Posts
    4k Views
    Mykle1M
    @Peter-Leemon I don’t know. You would have to check the documentation at the repo.
  • dolanmiu / MMM-awesome-alexa. Config Help

    Unsolved
    1
    0 Votes
    1 Posts
    507 Views
    S
    hi dudes, Maybe for you this could be so easy but for me is taking me mad … I´trying to install this module on to my magicmirror and i think everything is running ok but when i execute “npm run config-helper” it ask for a few questions about AVS and i´m blocked with this one: “Enter your Redirect URI (allowed return URL)” i tryed with something like https://localhost:9745/authresponse and thinks like that but it told me that´s invalid. Please could anyone help me with this last steps. Thank you !!
  • Help with MMM-ModuleSchedule to turn off monitor

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    F
    go to you ‘magicmirror’ folder, then to modules, and then to the MMM-Remote-Control folder and run ‘npm install’, I think you forgot that.
  • Help required creating a Module

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    4
    @sdetweil oh that’s perfect, thanks so much!
  • Problem with MMM-AssistantMk2 or MMM-Hotword

    Solved
    3
    0 Votes
    3 Posts
    868 Views
    B
    @Sean Thanks for that, a little bit more fiddling with it and i got it working.
  • Problem with the calendar module in Danish

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    F
    @Sean Gotcha, thankyou for clearing it up. So now @fmandal just needs to modify the files to reflect on da instead of dk :-)
  • Weatherforecast module: several issues

    Unsolved
    1
    1 Votes
    1 Posts
    471 Views
    C
    Hi, Using weatherforecast module, I have several issues: forecast seems to be using the wrong system time - the first entry seems to be 12hrs behind (it’s currently 6am on a Saturday, but first entry shows ‘Fri’); my system time is set correctly. only six days show in the forecast (but maxNumberOfDays = “8”) rain amount forecast shows (but showRainAmount = “false”) My config.js excerpt is as follows: { module: "weatherforecast", position: "top_left", header: "Weather Forecast", config: { roundTemp: "true", showRainAmount: "false", maxNumberOfDays: "8", initialLoadDelay: "2500", scale: "true", location: "XXXX", locationID: "XXXX", appid: "XXXX" } Any pointers greatly appreciated. Thanks very much.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    11 Views
  • MMM-RTSPStream issue

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    BKeyportB
    I do believe that RTSPStream is more or less a dead product. I’ve gone to manually running OMXPlayer from pm2 outside the mirror, and just leaving it’s space open on the mirror itself.
  • Black screen on reboot

    Moved
    7
    0 Votes
    7 Posts
    1k Views
    S
    @Larshighfive thank you for the update. Glad you have it working
  • need help trying to understand this error... and how to fix it.

    3
    0 Votes
    3 Posts
    1k Views
    S
    @justjim1220 this is called a cross site scripting error… scammers started sending messages to random websites, collecting/stealing data (they look at the javascript and see there is a message or method that could return customer info)… so the browsers have implemented a restriction… if your request is not from the same site family, it is rejected… www.example.com -> youtube.com, fails. www.example.com -> www.example.com/some/path, is allowed I don’t know how to get around it… google search
  • Multiple MMM-mvgmunich Instances possible?

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    MondfischM
    Hello again, diggin this out again… The Author of the Module has updated the Module, and in the Changelog, he says, he has fixed Problems with loading the PluIn more than once. Is it now possible to load the Module more than one Time to monitor more Stations? Thanx!
  • 0 Votes
    1 Posts
    1k Views
    G
    I had been using MMM-My-Scoreboard fine up until I installed MMM-awesome-alexa. Now when I include the MMM-awesome-alexa module any where, it changes the formatting of MMM-My-Scoreboard so it is a single horizontal line [image: AtalWlN] It should be vertical on the left hand side. And indeed when i remove the alexa module from the config file it returns to normal. Also the alexa dot that pops up is in the center of the screen, right over the line that the sports are on, Not at the top ( i dont really care where it is, was just moving it away from the scoreboard. the alexa module is confirmed working. Any clues? The config for MMM-awesome-alexa { module: "MMM-awesome-alexa", position: "top_bar", config: { wakeWord: "Alexa", clientId: "amzn1....", clientSecret: "....", deviceId: "....", refreshToken: "A....", lite: false, isSpeechVisualizationEnabled: false } }, and for MMM-MyScoreboard { module: "MMM-MyScoreboard", position: "top_left", classes: "default everyone", header: "Sports", config: { showLeagueSeparators: true, colored: false, viewStyle: "mediumLogos", sports: [ { league: "NHL" }, { league: "MLB" }, { league: "NFL" }, { league: "NCAAM_MM", label: "March Madness" } ] } },
  • Black screen when insert https://github.com/paphko/mmm-weatherchart

    Unsolved
    15
    0 Votes
    15 Posts
    5k Views
    S
    @prototype0815 thx… weird… thats the whole point the dependencies section
  • МММ-AssistantMk2

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    ?
    Hi, there is some mismake configuration. please read wiki and it says : Attention: Don’t Merge AMk2 v3 and AMk2 v2 config files, MMM-Hotword will not work correctly !
  • MMM-AssistantMk2 with Google AIY

    Unsolved
    16
    0 Votes
    16 Posts
    5k Views
    ?
    I think, it’s works now :) Your default location is defined by this block: assistantConfig: { latitude: 51.508530, longitude: -0.076132, }, change latitude and longitude value for your actual position This website can help you to determinate it For language change: change the value lang: "en-US", (actually in english) in profiles: { "default": { profileFile: "default.json", lang: "en-US", }, }, Change the lang value by your own. You can determinate it there Notes: I’m not a magician, just a hobbyist programmer of this module ;) Read wiki for advanced config
  • MMM-MQTT subscribing but not showing

    Unsolved
    1
    0 Votes
    1 Posts
    514 Views
    L
    Hello, I got my MM running and MMM-MQTT setup and configured. I try to subscribe to to 3 topics. Logs show that the connection is established and subscribing. unfortunately nothing is shown on the screen. Topics are updated on the broker. Any idea how to debug the MM side ? or idea what I could have missed ? thx!
  • Problem with calender

    Solved
    6
    0 Votes
    6 Posts
    927 Views
    S
    @DerBär great!
  • Additional information in calendar (default module)

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    B
    Many thanks for your replies! I will try it out over net week and will report back.