MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. UncleRoger
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 15
    • Posts 101
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: [MMM-MailMessage] Send messages to your MagicMirror via e-mail

      @Volkae

      I did a quick test with my wife’s school google e-mail and didn’t work for me either. I googled around and found that gmail doesn’t support plain imap anymore. (https://support.google.com/accounts/answer/6010255)

      It appears you can set up a specific “app password”:

      Instead you can enable 2-step verification in your Google account security settings (https://support.google.com/accounts/answer/185839), then generate an application password to use instead of your regular account password (https://support.google.com/accounts/answer/185833). – from https://support.google.com/mail/thread/221127207/

      I’m not able to test that right now (I can’t muck up my wife’s work e-mail) but I will give it a bash as soon as I can.

      posted in Utilities
      UncleRogerU
      UncleRoger
    • RE: [MMM-MailMessage] Send messages to your MagicMirror via e-mail

      @sdetweil
      I’ve updated the module list:

      547dfdce-6460-4e83-a741-f1aa9dab400b-image.png

      Apparently, GitHub’s automated abuse detection decided I was a bad guy and did indeed shadowban me. (They probably talked to my kids or something.) Anyway, it looks like it’s fixed now.

      @KristjanESPERANTO

      posted in Utilities
      UncleRogerU
      UncleRoger
    • RE: [MMM-MailMessage] Send messages to your MagicMirror via e-mail

      @KristjanESPERANTO I don’t know. I can see it just fine but it doesn’t seem to be accessible otherwise. I posted in the github community but have not received an answer yet. Searching for info turned up nothing so far.

      Searching when not logged in won’t find it and I can’t even find my user. Maybe I’ve been shadowbanned or something? Can’t imagine why.

      posted in Utilities
      UncleRogerU
      UncleRoger
    • RE: [MMM-MailMessage] Send messages to your MagicMirror via e-mail

      @KristjanESPERANTO said in [MMM-MailMessage] Send messages to your MagicMirror via e-mail:

      @UncleRoger Nice. Do you want to add it to the list of modules?

      I should do that. I will do that. Thanks for the reminder.

      posted in Utilities
      UncleRogerU
      UncleRoger
    • RE: Config option with array of multiple values?

      @MZ-BER
      FYI, I’ve published and posted in the modules/showcase forum.

      https://forum.magicmirror.builders/topic/18139/mmm-mailmessage-send-messages-to-your-magicmirror-via-e-mail?_=1698853756973

      posted in Development
      UncleRogerU
      UncleRoger
    • RE: [MMM-MailMessage] Send messages to your MagicMirror via e-mail

      @UncleRoger

      I did the card thing per the template but it doesn’t seem to do anything. So the link to the github is: https://github.com/Unclearogre/MMM-MailMessage

      posted in Utilities
      UncleRogerU
      UncleRoger
    • [MMM-MailMessage] Send messages to your MagicMirror via e-mail

      Description:

      This module checks an e-mail address for new e-mails and displays the subject line on the Magic Mirror. This allows you to post an announcement for all to see or provide information (current wifi password or soup-of-the-day?).

      I wanted something like this decades ago (in the time of pagers) but the technology wasn’t available or accessible. Now we all have cellphones and text messages so this is likely not terribly useful but I still wanted to implement the idea.

      I’ve tried to document it adequately and done my best to test it but do let me know if you have questions or find a bug.

      Screenshots:

      ScreenCap - Sample - Welcome Home.png

      ScreenCap - Sample - Warning.png

      Download:

      [card:Unclearogre/MMM-MailMessage]

      posted in Utilities
      UncleRogerU
      UncleRoger
    • RE: How to let user change font size in config file?

      @sdetweil said in How to let user change font size in config file?:

      then showed them how to use custom.css

      I’m afraid that would be like having a toddler show someone how to fly a helicopter. 8^)

      I kinda understand the general idea of CSS but I certainly don’t know how to do anything with it. I’m really just sorta stumbling around picking up bits and bobs from other people and trying to MacGyver them into something functional.

      posted in Development
      UncleRogerU
      UncleRoger
    • RE: How to let user change font size in config file?

      @sdetweil

      Thanks! I went ahead and made a “textSize” property and used that to replace the size in the classes string I have.

      Maybe not the most graceful of solutions but it works.

      Thanks again!

      posted in Development
      UncleRogerU
      UncleRoger
    • How to let user change font size in config file?

      I would like to add an option to the config file so that users can change the font size from the default I have defined.

      I believe that this is what is setting my font size and style:

      wrapper.className = this.config.classes ? this.config.classes : "thin xlarge bright pre-line";
      

      but I cannot find any documentation on “config.classes” and what’s allowed. I’m probably not searching for the right thing.

      Is it as simple as users putting

      classes: "thin small bright pre-line",
      

      in the config file? Is there anything that documents what classes are available?

      Personally, “xlarge” (or maybe “large”) works for me but I could see others wanting something different, especially for use in other regions.

      Thanks!

      posted in Development
      UncleRogerU
      UncleRoger
    • 1
    • 2
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 8 / 11