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

    okg21

    @okg21

    0
    Reputation
    408
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    okg21 Unfollow Follow

    Latest posts made by okg21

    • RE: Magic Mirror Does Not Close

      Sory guys it’s been a long time. İ deleted pm2 but it is something different mm starts back up whenever I close it.

      posted in Troubleshooting
      O
      okg21
    • RE: Magic Mirror Does Not Close

      @lavolp3 @Mykle1 I close it with pm2 stop mm but there is still one remaining.

      posted in Troubleshooting
      O
      okg21
    • Magic Mirror Does Not Close

      I was trying to make my magic mirror start from the beginning so I followed this manuals steps: https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror

      It is working fine but there is also another magic mirror boots up in the background and if I close it, it launches back in seconds.
      It was a long time since I edited the code so I do not really remember what I have done before pm2 to auto-start my magic mirror. Any help appreciated.

      posted in Troubleshooting
      O
      okg21
    • RE: no helpers found for currentweather and weather forecast

      @yawns Thanks a lot.

      posted in Troubleshooting
      O
      okg21
    • no helpers found for currentweather and weather forecast

      These two modules are not working for me. I got “no helpers found” error.
      Here is the code

      {
      			module: "currentweather",
      			position: "top_right",
      			config: {
      				location: "Trabzon",
      				locationID: "738648",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "api.openweathermap.org/data/2.5/weather?id=738648"
      			}
      		},
      		{
      			module: "weatherforecast",
      			position: "bottom_right",
      			header: "Weather Forecast",
      			config: {
      				location: "Trabzon",
      				locationID: "738648",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "api.openweathermap.org/data/2.5/weather?id=738648"
      			}
      		},
      
      posted in Troubleshooting
      O
      okg21