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
Copy file name to clipboardExpand all lines: README.md
+15-15
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,16 @@
1
1
# Marquee Scroller (Clock, Weather, News, and More)
2
2
3
+
## NOTICE
4
+
The latest version of Marquee Scroller 3.0 works with **ESP8266 Core 3.0.2** -- if you are upgrading from Marquee Scroller 2.X version this may require you to enter in all your API Keys and settings. Always meake sure you have coppied all your API keys somewhere before updating. The ESP8266 Core 3.0.2 uses the newer FS (file system) that may require a fresh start on the configuration.
5
+
Make sure you update to the latest version of WifiManager library (link below).
6
+
* Removed Bitcoin features in 3.0
7
+
3
8
## Features include:
4
9
* Accurate Clock refresh off Internet Time Servers
5
10
* Local Weather and conditions (refreshed every 10 - 30 minutes)
6
11
* News Headlines from all the major sources
7
12
* Configured through Web Interface
8
13
* Display 3D print progress from your OctoPrint Server
9
-
* Option to display Bitcoin current value
10
14
* Option to display Pi-hole status and graph (each pixel accross is 10 minutes)
11
15
* Basic Authorization around Configuration web interface
12
16
* Support for OTA (loading firmware over WiFi)
@@ -19,7 +23,7 @@
19
23
* Build Video by Chris Riley: https://youtu.be/KqBiqJT9_lE
20
24
21
25
## Required Parts:
22
-
* Wemos D1 Mini: https://amzn.to/2qLyKJd
26
+
* Wemos D1 Mini: https://amzn.to/3tMl81U
23
27
* Dot Matrix Module: https://amzn.to/2HtnQlD
24
28
25
29
Note: Using the links provided here help to support these types of projects. Thank you for the support.
@@ -38,27 +42,23 @@ Original Single Panel version: https://www.thingiverse.com/thing:2867294
38
42
Double Wide LED version: https://www.thingiverse.com/thing:2989552
39
43
40
44
## Upgrading from version 2.5 or Higher
41
-
Version 2.5 introduced the ability to upgrade pre-compiled firmware from a binary file. In version 2.6 and on you should find binary files that can be uploaded to your marque scrolling clock via the web interface. From the main menu in the web interface select "Firmware Update" and follow the prompts.
42
-
***marquee.ino.d1_mini_2.18.bin** - compiled for Wemos D1 Mini and standard 4x1 LED (default)
43
-
***marquee.ino.d1_mini_wide_2.18.bin** - compiled for Wemos D1 Mini and double wide 8x1 LED display
45
+
In version 2.6 and higher, the binary files that can be uploaded to your marque scrolling clock via the web interface. From the main menu in the web interface select "Firmware Update" and follow the prompts.
46
+
***marquee.ino.d1_mini_3.0.bin** - compiled for Wemos D1 Mini and standard 4x1 LED (default)
47
+
***marquee.ino.d1_mini_wide_3.0.bin** - compiled for Wemos D1 Mini and double wide 8x1 LED display
44
48
45
49
## Compiling and Loading to Wemos D1
46
50
It is recommended to use Arduino IDE. You will need to configure Arduino IDE to work with the Wemos board and USB port and installed the required USB drivers etc.
47
51
* USB CH340G drivers: https://sparks.gogo.co.nz/ch340.html
48
52
* Enter http://arduino.esp8266.com/stable/package_esp8266com_index.json into Additional Board Manager URLs field. You can add multiple URLs, separating them with commas. This will add support for the Wemos D1 Mini to Arduino IDE.
49
-
* Open Boards Manager from Tools > Board menu and install esp8266 Core platform version **2.5.2**
50
-
* Select Board: "LOLIN(WEMOS) D1 R2 & mini"
51
-
* Set Flash Size to 1M SPIFFS -- **this project requires SPIFFS for saving and reading configuration settings.**
53
+
* Open Boards Manager from Tools > Board menu and install esp8266 Core platform version Latest **3.0.2**
@@ -67,12 +67,12 @@ Use the Arduino guide for details on how to installing and manage libraries http
67
67
Note ArduinoJson (version 5.13.1) is now included as a library file in version 2.7 and later.
68
68
69
69
## Initial Configuration
70
-
Starting with version 2.0 editing the **Settings.h** file is optional. All API Keys are now managed in the Web Interface except for the GeoNames Key. It is not required to edit the Settings.h file before loading and running the code.
70
+
Editing the **Settings.h** file is totally optional and not required. All API Keys are now managed in the Web Interface. It is not required to edit the Settings.h file before loading and running the code.
71
71
* Open Weather Map free API key: http://openweathermap.org/ -- this is used to get weather data and the latitude and longitude for the current time zone. Weather API key is required for correct time.
72
72
* TimeZoneDB free registration for API key: https://timezonedb.com/register -- this is used for setting the time and getting the correct time zone as well as managing time changes due to Day Light Savings time by regions. This key is set and managed only through the web interface and added in version 2.10 of Marquee Scroller. TimeZoneDB key is required for correct time display.
73
73
* News API key (free): https://newsapi.org/ -- Optional if you want to get current news headlines.
74
74
* Your OctoPrint API Key -- optional if you use the OctoPrint status.
75
-
* Version 2.0 supports Chained 4x1 LED displays -- configure in the Settings.h file.
75
+
* Version 2.0 supports Chained 4x1 LED displays -- configure up to 16x1 in the Settings.h file.
76
76
77
77
NOTE: The settings in the Settings.h are the default settings for the first loading. After loading you will manage changes to the settings via the Web Interface. If you want to change settings again in the settings.h, you will need to erase the file system on the Wemos or use the “Reset Settings” option in the Web Interface.
0 commit comments