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

    Posts

    Recent Best Controversial
    • 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
    • RE: autostart + serveronly

      @sdetweil - Thanks Sam. That is what I had done, and so knew there were two instances running. I appreciate the tip and reminder.

      posted in Troubleshooting
      J
      JohnGalt
    • RE: autostart + serveronly

      @sdetweil - thanks! I figured it just had to be something straightforward. I appreciate you pointing me to the right place.

      posted in Troubleshooting
      J
      JohnGalt
    • autostart + serveronly

      I have a new MM instance for development and testing in an Ubuntu VM. My goal is to have MM autostart when the VM starts, and run in serveronly mode, since the VM has no console display…

      I ran Sam’s script to install the instance, then went back and ran the autostart script, but it appears to start a regular MM instance and not a serveronly. I have uncommented the serverOnly command in config.js, set it to “true” and rebooted. It appears the regular instance of MM starts, but not the serveronly. I CAN manually start MM with ‘node serveronly’, but then it looks like two instances are running.

      Where am I going wrong?

      posted in Troubleshooting
      J
      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: Black Screen with some modules + linux-armv Error

      @sdetweil - the documentation indicates ‘It does not do recursive search of image folders’, which I would prefer. The author also indicates he cut out features from the module he forked, but didn’t specify what features. As I said, time will tell whether I stick with it, or give another a try.

      posted in Troubleshooting
      J
      JohnGalt
    • RE: Black Screen with some modules + linux-armv Error

      I am trying MMM-SimpleBGSlideshow, but may try the one Sam is using. I do have this one up an running, but it appears to have limited functionality.

      posted in Troubleshooting
      J
      JohnGalt
    • RE: Black Screen with some modules + linux-armv Error

      @ BKeyport - thanks. I’ve disabled that module and found one that works. I will work on the MMM-DynamicWeather, hopefully today. Thanks to you and Sam for the support!

      posted in Troubleshooting
      J
      JohnGalt
    • RE: Black Screen with some modules + linux-armv Error

      @sdetweil - thanks. I may just disable the two offending modules for now, and then dig thru that post.

      posted in Troubleshooting
      J
      JohnGalt
    • RE: Black Screen with some modules + linux-armv Error

      Sam - thanks. Do you happen to know whether this is also true for MMM-DynamicWeather?

      posted in Troubleshooting
      J
      JohnGalt
    • Black Screen with some modules + linux-armv Error

      New install, using Sam D’s install script on buster: It runs OK with default modules as well as MMM-Worldclock [the MM displays on the local monitor, as well as from another machine using the browser]. When I enable either MMM-BackgroundSlideshow or MMM-DynamicWeather I get both a black screen on the local display as well as the web server stops as evidenced by being unable to connect in a browser from another machine. The first thing that catches my eye in the logs is an error that the linux-armv7 binaries cannot be used on the linux-armdefault platform. I am running on a Raspberry Pi 4. Any ideas of what went wrong?

      Logs output:

      /home/pi/.pm2/logs/MagicMirror-error.log last 15 lines:
      0|MagicMir |     at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-BackgroundSlideshow/node_modules/sharp/lib/index.js:3:15)
      0|MagicMir | [03.01.2022 18:15.55.981] [ERROR] Whoops! There was an uncaught exception...
      0|MagicMir | [03.01.2022 18:15.55.985] [ERROR] Error: 'linux-armv7' binaries cannot be used on the 'linux-armvdefault' platform. Please remove the 'node_modules/sharp' directory and run 'npm install' on the 'linux-armvdefault' platform.
      0|MagicMir |     at Object.hasVendoredLibvips (/home/pi/MagicMirror/modules/MMM-BackgroundSlideshow/node_modules/sharp/lib/libvips.js:82:13)
      0|MagicMir |     at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-BackgroundSlideshow/node_modules/sharp/lib/constructor.js:7:22)
      0|MagicMir |     at Module._compile (node:internal/modules/cjs/loader:1116:14)
      0|MagicMir |     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1169:10)
      0|MagicMir |     at Module.load (node:internal/modules/cjs/loader:988:32)
      0|MagicMir |     at Module._load (node:internal/modules/cjs/loader:829:12)
      0|MagicMir |     at Function.c._load (node:electron/js2c/asar_bundle:5:13331)
      0|MagicMir |     at Module.require (node:internal/modules/cjs/loader:1012:19)
      0|MagicMir |     at require (node:internal/modules/cjs/helpers:94:18)
      0|MagicMir |     at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-BackgroundSlideshow/node_modules/sharp/lib/index.js:3:15)
      0|MagicMir | [03.01.2022 18:15.55.986] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      0|MagicMir | [03.01.2022 18:15.55.987] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      
      /home/pi/.pm2/logs/MagicMirror-out.log last 15 lines:
      0|MagicMir | [03.01.2022 18:15.55.860] [LOG]   No helper found for module: MMM-Worldclock.
      0|MagicMir | [03.01.2022 18:15.55.862] [LOG]   No helper found for module: MMM-DynamicWeather.
      0|MagicMir | [03.01.2022 18:15.55.960] [LOG]   Loading module helpers ...
      0|MagicMir | [03.01.2022 18:15.55.962] [LOG]   No helper found for module: alert.
      0|MagicMir | [03.01.2022 18:15.55.963] [LOG]   Initializing new module helper ...
      0|MagicMir | [03.01.2022 18:15.55.964] [LOG]   Module helper loaded: updatenotification
      0|MagicMir | [03.01.2022 18:15.55.965] [LOG]   No helper found for module: clock.
      0|MagicMir | [03.01.2022 18:15.55.966] [LOG]   Initializing new module helper ...
      0|MagicMir | [03.01.2022 18:15.55.966] [LOG]   Module helper loaded: calendar
      0|MagicMir | [03.01.2022 18:15.55.968] [LOG]   No helper found for module: weather.
      0|MagicMir | [03.01.2022 18:15.55.968] [LOG]   Initializing new module helper ...
      0|MagicMir | [03.01.2022 18:15.55.969] [LOG]   Module helper loaded: newsfeed
      0|MagicMir | [03.01.2022 18:15.55.970] [LOG]   No helper found for module: MMM-Worldclock.
      0|MagicMir | [03.01.2022 18:15.55.972] [LOG]   No helper found for module: MMM-DynamicWeather.
      0|MagicMir | [03.01.2022 18:15.57.473] [LOG]   Launching application.
      
      posted in Troubleshooting
      J
      JohnGalt
    • RE: MMM-Fitbit2

      @sdetweil: THANKS, I knew it was something simple… I guess i read the instructions [“Go to Fitbit …”] and just went to Fitbit, using my usual approach of launching it via my password manager. When I instead went to the dev site, it was straightforward to create an app. Thanks again!

      posted in Health
      J
      JohnGalt
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 7 / 8