You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Make position optional
* Update readme file and other minor things
* Upgrade dependencies
* Maintainability fixes
* Bump version for release
---------
Co-authored-by: Thomas Bowman Mørch <thomas.git@bowmo.dk>
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,9 @@ Once installed, restart your node-red server, and you will have a set of new nod
17
17
18
18
# Setup
19
19
<br>
20
-
Start by configuring a position, this is used to calculate the correct sunrise/sunset times for your area. You can either let your browser do it by pressing the button "Get position from browser" or use other means like Google Maps to find the latitude/longitude for your area.
20
+
_Optional_: Start by configuring your location, which is used to calculate the correct sunrise and sunset times for your area. You can either let your browser do this by clicking the "Get position from browser" button, or manually enter the latitude and longitude using a service like Google Maps.
21
+
22
+
If you don't configure a location, you'll only be able to use fixed times to send on/off messages.
0 commit comments