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

    Posts

    Recent Best Controversial
    • RE: Which Monitor?.

      I’ve had really good luck with Samsung TV’s with HDMI ports.

      posted in Hardware
      N6NGN
      N6NG
    • RE: MMM-OneCallWeather

      Ok… I think I have identified a bigger problem. I have thus far loaded the following weather programs.
      MMM-OneCallWeather
      MMM-MyWeather
      MMM-DynamicWeather
      all with the same result… A blank screen when any of them are included in my MM. I do have the following modules working properly on my MM with no problem.

      alert
      updatenotification
      clock
      calender-check
      google-calendar
      MMM-RAIN-RADAR
      on-this-day
      newsfeed

      All working properly… When every I include any of the weather modules is when I get the blank screen… Hope this helps somehow.
      Dennis

      posted in Utilities
      N6NGN
      N6NG
    • RE: MMM-OneCallWeather

      @n6ng I’ve reinstalled it 3 times now with the same result.
      Just FYI.
      Dennis

      posted in Utilities
      N6NGN
      N6NG
    • RE: MMM-OneCallWeather

      I have no problem with the internet connection at this time…
      Dennis

      posted in Utilities
      N6NGN
      N6NG
    • RE: MMM-OneCallWeather

      Thank you Sam

      /home/pi/.pm2/logs/MagicMirror-error.log last 15 lines:
      0|MagicMir | [23.02.2022 10:19.19.438] [ERROR] Whoops! There was an uncaught exception…
      0|MagicMir | [23.02.2022 10:19.19.442] [ERROR] TypeError: Cannot read properties of undefined (reading ‘close’)
      0|MagicMir | at App.stop (/home/pi/MagicMirror/js/app.js:257:14)
      0|MagicMir | at process. (/home/pi/MagicMirror/js/app.js:272:8)
      0|MagicMir | at process.emit (node:events:394:28)
      0|MagicMir | [23.02.2022 10:19.19.444] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      0|MagicMir | [23.02.2022 10:19.19.445] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      0|MagicMir | [23.02.2022 10:19.19.460] [ERROR] Whoops! There was an uncaught exception…
      0|MagicMir | [23.02.2022 10:19.19.462] [ERROR] TypeError: Cannot read properties of undefined (reading ‘close’)
      0|MagicMir | at App.stop (/home/pi/MagicMirror/js/app.js:257:14)
      0|MagicMir | at process. (/home/pi/MagicMirror/js/app.js:272:8)
      0|MagicMir | at process.emit (node:events:394:28)
      0|MagicMir | [23.02.2022 10:19.19.464] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      0|MagicMir | [23.02.2022 10:19.19.465] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      0|MagicMir | [2488:0223/101920.289240:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization

      Dennis

      posted in Utilities
      N6NGN
      N6NG
    • RE: MMM-OneCallWeather

      I thought I did but I did it again just in case but I still get the blank screen. All I see, is the mouse pointer…

      posted in Utilities
      N6NGN
      N6NG
    • RE: MMM-OneCallWeather

      It didn’t copy before I Submitted the post but the starting { is at the top…
      Dennis

      posted in Utilities
      N6NGN
      N6NG
    • MMM-OneCallWeather

      I’ve installed the MMM-OneCallWeather module. I have one question and one problem…
      The question relates to the MMM-OneCallWeather.css file. It was put in the MMM-OneCallWeather module directory. Does the module use it where it is or does it have to be moved or copied to the MagicMirror/css directory? I didn’t see any reference in the READ.md file that says move it so I’ve left it where it was in the MMM-OneCallWeather module directory.

      The second is my problem. This is what I’ve put in the config.js

      {
      module: “MMM-OneCallWeather”,
      position: “top_right”, // This can be any of the regions.
      // Best results in bottom_bar region due to horizontal default$

             config: {
              // See 'Configuration options' for more information.
               latitude: "37.956220", //Longitude from https://www.latlong.net/
                longitude: "-122.258300", //Longitude from https://www.latlong.net/ - is West $
                  apikey: "425d9f4xxxxxxxxa9a6b4443bba3", // Openweather API key
                          }
          },
      

      when I start MM all I get is a blank screen… If I comment out the MMM-OneCallWeather, it all works as normal.

      Any ideas… the only thing I could think of, was it might be related to the css file as mentioned above…
      Thanks all.
      Dennis

      posted in Utilities
      N6NGN
      N6NG
    • RE: OpenWeather hangorazvan / onecall

      So sorry… Your right of course…I don’t know how I got it confused either… I’ll check it again and won’t make that mistake again…
      Again I apologize for the error… I should know better than that and be more careful.
      Thank you for replying.
      Dennis N6NG

      posted in Utilities
      N6NGN
      N6NG
    • OpenWeather hangorazvan / onecall

      OpenWeather OneCall
      I’m trying to install the OpenWeather OneCall module hangorazvan / onecall
      I had my mirror working just fine but when I add just this much of the module on my mirror all I get is a blank screen when I restart MagicMirror.

      /*
      {
      module: “MMM-OneCallWeather”,
      position: “top_right”, // This can be any of the region
      // Best results in bottom_bar region due to horizontal$
      config: {
      // See ‘Configuration options’ for more information.
      latitude: “37.971”, //Longitude from https://www.latlong.net/
      longitude: “122.398”, //Longitude from https://www.latlong.net/ - is $
      apikey: “425d9f429396abcdeabcdeabcde5b4443bba3” //Not my real apikey of course.
      //openweathermap.org API k$
      },
      },
      */

      Any help

      posted in Utilities troubleshoot hangorazvan onecall
      N6NGN
      N6NG
    • Stuck in termial

      Well here I am with another why did I do that moment. For some reason, which seemed like a good idea at the time. I checked the option to boot into the terminal instead of the desktop. Now I can’t get back to the desktop to uncheck the box. What does this old man have to do to get back to desktop ?
      Thank for helping out.
      Dennis

      posted in General Discussion
      N6NGN
      N6NG
    • RE: Google calendar link

      @sdetweil Well I didn’t see anything like that on the left… I had to go to the settings through the cog on the right. After that I could follow your instructions from there…. But thanks again for everyone’s help.
      Dennis

      posted in Forum
      N6NGN
      N6NG
    • RE: Google calendar link

      Solved… I found this with a lot of following links… Here is what was said.
      I found something helpful on this; It explains how to share the URL link address as well:

      "Google Calendar - how to share your calendar

      Google Calendar is used by both individuals and businesses. And what’s not to like? It’s free, simple to use and easy to share. If you want to share a Google calendar with another application just follow these instructions:

      Log in to your Google account
      Go to Google Calendar (opens new window)
      Click on the Settings menu cog button  and select Settings
      Under Settings for my calendars click on the calendar you want to share
      Scroll down to the Integrate section
      Select the url labelled Secret address in iCal format and copy it (Can't see the link? Click here)
      This is the link to your Google calendar for use in iCalendar applications"
      

      Read more on this here:

      https://www.smsclientreminders.com/how_to_share_your_calendar_with_other_applications

      I hope this answer helps! Thanks for your question.

      posted in Forum
      N6NGN
      N6NG
    • RE: Google calendar link

      @n6ng This is the main screen if I click on the 3 bars on the left again.
      Dennis
      565bc694-4421-4270-bb1d-cfec441ca794-image.png

      posted in Forum
      N6NGN
      N6NG
    • RE: Google calendar link

      @sdetweil Sorry Sam… this is the main screen of my desktop.
      If I left click on the 3 bars on the left I get the main menu… I don’t get anything when I click on name Calendar or Box with the 11 in it… I’ve tried other browsers and they all have the same main image.
      Dennis
      54e355ae-e983-427a-b946-ee9f5a0867c9-image.png e5f73aae-a534-4297-8ac9-fc16dec46d34-image.png

      posted in Forum
      N6NGN
      N6NG
    • Google calendar link

      I have looked all over the place for the post that tells you how to make a private link in google calendar that allows you to addd the Google calendar to my mirror. I found it before when I made my first Magic Mirror but now I can’t find it. I know its here somewhere but just cant find it again. I don’t want to sync the two mirrors I just want to add my aoogle calendar to my new mirror… Can someone point me in the right direction?
      Thanks as usual…
      Dennis

      posted in Forum
      N6NGN
      N6NG
    • RE: Dumbest question of the week Calendar Module

      @bkeyport That’s my next project, to get the SSH working so I can program the mm from my PC…
      Thanks…
      There was an error in the calendar address and once I fixed that it works great… now on to the SSH programing…
      Thanks again Sam
      Dennis

      posted in Utilities
      N6NGN
      N6NG
    • RE: Dumbest question of the week Calendar Module

      @sdetweil Thanks Sam… I’ll give it a try.
      Dennis

      posted in Utilities
      N6NGN
      N6NG
    • Dumbest question of the week Calendar Module

      When I start my MM I get a message that says " Error in Calendar Module - Check logs for details"
      So my question is… Where are those pesky logs? I tried Whereis *.log but got nothing in return…
      Help? and thanks
      Dennis

      posted in Utilities
      N6NGN
      N6NG
    • RE: My Bathroom Mirror

      @oberfragger I think it looks great… nice job… well done…

      posted in Show your Mirror
      N6NGN
      N6NG
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 7 / 8