@costascontis Thanks that worked I think…it doesn’t prompt a pm2 restart in the terminal window just closes MM browser and reopens?
Read the statement by Michael Teeuw here.
Posts
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
@costascontis I am experiencing the same issue you are as well.
-
RE: [MMM-Remote-Control](v2-dev) Extensible REST API, Dynamic Menus, and Socket Communications, plus other updates
@sdetweil oh boy that is odd, how do I get the master back?
-
RE: [MMM-Remote-Control](v2-dev) Extensible REST API, Dynamic Menus, and Socket Communications, plus other updates
@sdetweil on the dev branch below is the error
git checkout master
error: pathspec ‘master’ did not match any file(s) known to git. -
RE: [MMM-Remote-Control](v2-dev) Extensible REST API, Dynamic Menus, and Socket Communications, plus other updates
I am unable to switch back to master after
git checkout masterin the $ cd ~/MagicMirror/modules/MMM-Remote-Control what am I doing wrong? -
RE: Default Calendar not Displaying Holidays
@lavolp3 said in Default Calendar not Displaying Holidays:
@swvalenti Sorry Iw as too fast and too occupied. It was in the github repository in the issues (and the ones already solved
Using the default URL (“webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics”) only gets you an ics for >2017-2018 holidays, so nothing shows now. You can verify this by downloading it and opening it in a calendar app.
Trying using the new URL “https://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics” in your config file and >that should get your MagicMirror to show the holidays in 2019.
@lavolp3 that worked…thank you for being patient and revisiting for me, that’s why I love this place!
-
RE: Default Calendar not Displaying Holidays
Searched and cant find solution
-
RE: Default Calendar not Displaying Holidays
@lavolp3 ok sorry to be a nag…I will search again
-
RE: Default Calendar not Displaying Holidays
@lavolp3 what is the new link for holiday default?
-
RE: Default Calendar not Displaying Holidays
@lavolp3 can I just add my google calendar and if so how?
-
RE: Default Calendar not Displaying Holidays
@lavolp3 Yes that is correct sir
-
Default Calendar not Displaying Holidays
Haven’t had an issue on this since I started as it showed upcoming holidays. Recently no holidays show “no upcoming events”. I used my config and the sample config and I get the same output. Any ideas? I know the calendar should show President’s Day but it’s not. Thanks, Scott
-
RE: [MMM-Remote-Control](v2-dev) Extensible REST API, Dynamic Menus, and Socket Communications, plus other updates
@shbatm said in [MMM-Remote-Control](v2-dev) Extensible REST API, Dynamic Menus, and Socket Communications, plus other updates:
@nobita said in [MMM-Remote-Control](v2-dev) Extensible REST API, Dynamic Menus, and Socket Communications, plus other updates:
I have to Remove from jopyth or not
You can checkout my fork/branch without removing @Jopyth’s by adding a remote:
$ cd ~/MagicMirror/modules/MMM-Remote-Control $ git remote add shbatm https://github.com/shbatm/MMM-Remote-Control.git $ git fetch shbatm $ git checkout -b shbatm-develop shbatm/develop $ npm installAfter that you can switch back and forth using
git checkout masterandgit checkout shbatm-develop@shbatm
I followed this and I am on the dev branch but when I launch the remote in browser I don’t see any of the added features? -
RE: MMM-SmartWebDisplay : display web contents (including YouTube) on your MM
@agp42 said in MMM-SmartWebDisplay : display web contents (including YouTube) on your MM:
@swvalenti
No, it can display anything (or almost) that can be displayed on a web browser, so not an RTSP camera feed.
But for this you can use MMM-RTSPStream@AgP42 Understood thanks for responding.
-
RE: MMM-SmartWebDisplay : display web contents (including YouTube) on your MM
Question, so this could display a RTSP security camera feed?
-
RE: Considering taking donations to support the MagicMirror project. Interested in your thoughts!
Would absolutely donate, time is money in my book.
-
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
When I installed this module it did not import current region settings etc based on pi software install as I had to change them all in the config. I just thought I was an idiot and did something wrong when installing module and didn’t want to look like a fool posting an issue. HA!
-
RE: How to post code on the forum - For absolute beginners
AwesomeThank you! -
RE: MM Modules except MMM-RTSP don't show after several days of use.
Its not the screen from going to sleep as I added the lines to disable that…any ideas?