MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. JohnGalt
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 28
    • Best 2
    • Controversial 0
    • Groups 0

    JohnGalt

    @JohnGalt

    2
    Reputation
    13
    Profile views
    28
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    JohnGalt Unfollow Follow

    Best posts made by JohnGalt

    • RE: Black Screen with some modules + linux-armv Error

      @bkeyport and Sam: thanks for the inputs. I went through my logs and the referenced thread, and now do have DynamicWeather working. Much appreciated!

      posted in Troubleshooting
      J
      JohnGalt
    • RE: Temperature/humidity on Magic Mirror

      @sdetweil Thanks, Sam. I may take a look at that Ecobee API and/or the charting. The Ecobee is currently not in use in my new house, but this may give me the added incentive to get going on that. Thanks again.

      posted in General Discussion
      J
      JohnGalt

    Latest posts made by JohnGalt

    • RE: MMM-WeatherAlerts

      @Gjones93 - Humm, this is interesting. Thanks for the update. While I might just try moving the alert module to the bottom of the stack of weather modules, the core issue I have with it is it appears to also hold on to horizontal real estate when not actively displaying an alert - with the effect of carrying all the modules in that region with it. In my case, I have the weather modules down the right side of the display, narrowed to 82% in custom.css. Sadly, when running your alerts module, I cannot get custom.css to narrow it using the same code, and it also pads out the other modules from the side of the monitor… FWIW, I also tried controlling the alert module width using an absolute number of pixels, but that also had no effect.

      The weather css code follows:

      .module.weather {
        background-color:rgba(255,255,255,0.1);
        border-radius:8px;
        padding:8px;
        text-align: left !important;
        width: 82%;
        max-width: 82%;
        min-width: 82%;
      }
      
      posted in Utilities
      J
      JohnGalt
    • RE: MMM-WeatherAlerts

      @Gjones93 - I am unable to replicate this today, too. It appears to be working as designed today. [There is no active alert at my location, so I changed the lat/lon to the same location in Alaska as before, and a Winter Weather Advisory displays. Both the local and Alaska work on the display and when accessing via a browser at port 8080 on my desktop.] For completeness, no - I did not set or change alertDateFormat from the default in the config.js.

      Related but separate query: Does the module take up any space or affect existing modules when it is not actively displaying an alert? I ask because I have several instances of the default weather module stacked in the top_right region, and this module appears to affect their placement.

      posted in Utilities
      J
      JohnGalt
    • RE: MMM-WeatherAlerts

      @Gjones93: BTW, when I set alertTimeFormat to absolute [overriding the default ‘relative’] - I get a black screen on the display, and the web page won’t load on the remote machine. I haven’t done any troubleshooting on this yet, but it has the feel of a module using an old library that is no longer supported…

      posted in Utilities
      J
      JohnGalt
    • RE: MMM-WeatherAlerts

      @Gjones93: I do have it working now [I think the original issue was bad installation on my part]. FWIW, I also moved it up from the bottom bar to the top bar, and it is displaying the current wind alert at my location just fine. Thanks again.

      posted in Utilities
      J
      JohnGalt
    • RE: MMM-WeatherAlerts

      @Gjones93 Thanks for the module - it should be very useful. Can you tell us what constitutes an ‘alert’ that will trigger the module? I have installed the module and have no output. My location is currently under a NWS ‘Wind Advisory’, but I get no output from the module. I have also input the lat and long for a place in Alaska that currently has a blizzard warning in effect - and that still does not trigger the module. Below is the configuration I am using.

      { module: "MMM-WeatherAlerts",
            position: "bottom_bar", // top_right
            header: "Weather Alerts",
            config: {
            // See 'Configuration options' for more information.
              lat: "62.037360", // Alaska
              lon: "-163.272301", // Alaska
              apiKey: "bc95bfa26f5d55522eb3d2cd0cdc7580",
              colored: true
      },
      },
      
      posted in Utilities
      J
      JohnGalt
    • RE: MMM-WOTD

      @sdetweil Sam-thanks. It does load now. I’ll have to go back and [re-]learn some css to get it to fit in with the other modules, as it is way too tall, but this is progress. Thanks again

      posted in Fun & Games
      J
      JohnGalt
    • RE: MMM-WOTD

      @cowboysdude Did you intend to call this module “WWW-WOTD” instead of the standard “MMM-…” ??

      I downloaded it, it installed itself as “WWW-WOTD” and it does not run. I did not delve into the code, but suspect the non-standard name may be spread through the code.

      Any thoughts?

      posted in Fun & Games
      J
      JohnGalt
    • RE: Widgit accessabililty

      @N6NG Did you manage to figure out how to do what you need? I see you got very low response to your query, which may be because you are referencing ‘widgets’ and Magic Mirror uses ‘modules’ as its base parts.

      Did you mean to ask whether there are Magic Mirror modules that will display a web site? If so, I suspect there such [though I don’t have first-hand experience, it would be something I might be interested in the coming future…].

      posted in Development
      J
      JohnGalt
    • RE: Temperature/humidity on Magic Mirror

      @sdetweil Thanks, Sam. I may take a look at that Ecobee API and/or the charting. The Ecobee is currently not in use in my new house, but this may give me the added incentive to get going on that. Thanks again.

      posted in General Discussion
      J
      JohnGalt
    • RE: Temperature/humidity on Magic Mirror

      @sdetweil : Sam, it sounds like you are integrating your Ecobee with your MagicMirror - true? If so, can you tell us how you get the data out of the Ecobee? I looked at it some time ago, and it appeared Ecobee uses [used?] a wireless band separate from basic WiFi, and I saw no way to tap into the information stream. I would be tempted to take another look at integrating data from the Ecobee into MagicMirror if feasible.

      posted in General Discussion
      J
      JohnGalt