add personal-weather and rearrange pages

This commit is contained in:
Matt Walsh
2025-10-21 03:08:48 +00:00
parent 8b076db25d
commit 5b5b313786
17 changed files with 252 additions and 12 deletions

View File

@@ -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);