mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-18 09:39:30 -07:00
add personal-weather and rearrange pages
This commit is contained in:
@@ -255,7 +255,7 @@ const expand = (data, maxHours = 24) => {
|
||||
};
|
||||
|
||||
// register display
|
||||
const display = new Hourly(3, 'hourly', false);
|
||||
const display = new Hourly(4, 'hourly', false);
|
||||
registerDisplay(display);
|
||||
|
||||
export default display.getHourlyData.bind(display);
|
||||
|
||||
Reference in New Issue
Block a user